• v3.0.4 874b9127c3

    Release v3.0.4
    All checks were successful
    Release / Create Release (push) Successful in 1s
    Release / Build Docker Images (push) Has been skipped
    Release / Publish NPM Packages (push) Has been skipped
    CI / build (push) Successful in 2s
    Stable

    jack released this 2026-01-25 22:21:33 +00:00 | 0 commits to main since this release

    Installation

    > /plugin marketplace add https://git.customable.host/customable/claude-plugins.git
    > /plugin install claude-mem
    

    Changes

    Bug Fixes

    • Fixed handling of undefined tokens in the formatTokens function to prevent errors.

    Built from commit 39310f1

    Downloads
  • v3.0.3 b6462822ff

    Release v3.0.3
    All checks were successful
    Release / Publish NPM Packages (push) Has been skipped
    Release / Create Release (push) Successful in 1s
    Release / Build Docker Images (push) Has been skipped
    CI / build (push) Successful in 2s
    Stable

    jack released this 2026-01-25 22:12:55 +00:00 | 2 commits to main since this release

    Installation

    > /plugin marketplace add https://git.customable.host/customable/claude-plugins.git
    > /plugin install claude-mem
    

    Changes

    Bug Fixes

    • Added exponential backoff for task retries in the task dispatcher to improve stability and reduce server load during retry attempts.

    Built from commit b2c1154

    Downloads
  • v3.0.2 c05dca0414

    Release v3.0.2
    All checks were successful
    Release / Create Release (push) Successful in 1s
    Release / Build Docker Images (push) Has been skipped
    Release / Publish NPM Packages (push) Has been skipped
    CI / build (push) Successful in 2s
    Stable

    jack released this 2026-01-25 21:43:37 +00:00 | 4 commits to main since this release

    Installation

    > /plugin marketplace add https://git.customable.host/customable/claude-plugins.git
    > /plugin install claude-mem
    

    Changes

    Bug Fixes

    • Fixed WebSocket server conflicts by using noServer mode.

    Built from commit c25f50f

    Downloads
  • v3.0.1 89f9c48e79

    Release v3.0.1
    All checks were successful
    Release / Create Release (push) Successful in 1s
    Release / Publish NPM Packages (push) Has been skipped
    Release / Build Docker Images (push) Has been skipped
    CI / build (push) Successful in 2s
    Stable

    jack released this 2026-01-25 20:36:13 +00:00 | 6 commits to main since this release

    Installation

    > /plugin marketplace add https://git.customable.host/customable/claude-plugins.git
    > /plugin install claude-mem
    

    Changes

    Bug Fixes

    • Fixed worker to use 127.0.0.1 when BACKEND_HOST is 0.0.0.0

    Improvements

    • Updated auto-generated CLAUDE.md files

    Tests

    • Updated route count for admin/shutdown endpoint in backend tests

    Built from commit a7c1fe3

    Downloads
  • v3.0.0 f9b18e79fa

    Release v3.0.0
    All checks were successful
    Release / Create Release (push) Successful in 1s
    Release / Publish NPM Packages (push) Has been skipped
    Release / Build Docker Images (push) Has been skipped
    CI / build (push) Successful in 2s
    Stable

    jack released this 2026-01-25 20:17:00 +00:00 | 10 commits to main since this release

    Installation

    > /plugin marketplace add https://git.customable.host/customable/claude-plugins.git
    > /plugin install claude-mem
    

    Changes

    Features

    • Worker hub federation with UI improvements and task tracking
    • Complete hub federation with UI and standalone package
    • WorkerHub federation with token-based auth
    • PostgreSQL support as migration target
    • PostgreSQL connection string support in CLI
    • Legacy database migration CLI
    • Unified WebSocket system with channels
    • User task tracking from CLI tools
    • User Tasks view and API endpoints
    • Phase 4 extensions for user tasks
    • Provider-agnostic architecture
    • Endless Mode dashboard widget with compression stats
    • MCP tools and API endpoints for archived output recall
    • Interactive charts, comparison mode, and type toggle in Analytics
    • Export options and improvements to Analytics
    • Enhanced Search view with pagination, preview, and saved searches
    • Project management and improved Files tab
    • Document preview modal
    • Queue status indicator in header
    • Responsive sidebar navigation with hamburger menu
    • Worker configuration modal
    • Offline queue for graceful degradation
    • File logging in dev/debug mode
    • Task deduplication to prevent queue overload
    • FTS5 full-text search and repositories table
    • MikroORM relations for FK relationships

    Bug Fixes

    • Extract taskId from toolOutput in TaskCreate hook
    • Add missing hub stats and worker endpoints for UI
    • Add missing POST /api/admin/shutdown endpoint
    • Handle file paths as targetDirectory in SSE-Writer
    • Calculate achievement progress for all thresholds
    • Fix TypeScript errors and metrics config
    • Fix claude-mem-context tags validation
    • Pause SSE-Writer during git operations
    • Fix OBSERVATION_SYSTEM_PROMPT sync with ObservationType
    • Sync CLAUDEMD and COMPRESSION prompts with ObservationType
    • Normalize escaped newlines for code snippet extraction
    • Resolve N+1 query problem in listSessions

    Improvements

    • UI improvements including lazy loading for large JavaScript bundle
    • Modularized Settings view into components
    • Enhanced live view filters, timestamps, and export
    • Improved dashboard stat cards and recent activity
    • Added pagination and sorting in Sessions view
    • Added pagination and JSON formatting in Tasks view
    • Added pagination and filters in Memories view
    • Added achievement filter tabs and improved progress bars
    • Added terminate confirmation and friendly names for workers
    • Added input validation and confirmation dialogs in Settings
    • Updated CLAUDE.md with development guidelines and stricter workflow rules
    • Updated database examples to sqlite3 CLI
    • Removed bun.lock files and bun engine requirement
    • Replaced bun with node in various configurations
    • Updated dependencies and fixed entity/test issues
    • Added comprehensive test suite for backend, worker, and shared packages
    • Made Qdrant capabilities conditional on VECTOR_DB setting
    • Added composite indexes for common query patterns
    • Added cascade and orphan removal options in database
    • Added Session as hub with entity relations
    • Added ManyToOne relation ArchivedOutput → Observation
    • Added Auto-Spawn status display in Worker overview
    • Added publishConfig and release workflow for Forgejo registry
    • Added CLI entry points for backend and worker packages
    • Added package structure documentation
    • Updated README with current database schema and features

    Built from commit 588420a

    Downloads
  • v2.49.7 4154d686ea

    Release v2.49.7
    All checks were successful
    CI / build (push) Successful in 2s
    Release / Create Release (push) Successful in 1s
    Release / Build Docker Images (push) Has been skipped
    Stable

    jack released this 2026-01-25 09:09:07 +00:00 | 125 commits to main since this release

    Installation

    > /plugin marketplace add https://git.customable.host/customable/claude-plugins.git
    > /plugin install claude-mem
    

    Changes

    Bug Fixes

    • Resolve startup issues after Node.js v24 upgrade

    Improvements

    • Clarify typecheck success criteria in documentation

    Built from commit 50bc6f6

    Downloads
  • v2.49.6 d8bf74dd0d

    Release v2.49.6
    All checks were successful
    CI / build (push) Successful in 2s
    Release / Create Release (push) Successful in 1s
    Release / Build Docker Images (push) Has been skipped
    Stable

    jack released this 2026-01-25 08:45:03 +00:00 | 128 commits to main since this release

    Installation

    > /plugin marketplace add https://git.customable.host/customable/claude-plugins.git
    > /plugin install claude-mem
    

    Changes

    Bug Fixes

    • Fixed missing search endpoints and routing issues in MCP

    Improvements

    • Updated Node.js to v24

    Built from commit e11d4e7

    Downloads
  • v2.49.5 90a0c5afdb

    Release v2.49.5
    All checks were successful
    CI / build (push) Successful in 3s
    Release / Create Release (push) Successful in 1s
    Release / Build Docker Images (push) Has been skipped
    Stable

    jack released this 2026-01-25 08:36:33 +00:00 | 132 commits to main since this release

    Installation

    > /plugin marketplace add https://git.customable.host/customable/claude-plugins.git
    > /plugin install claude-mem
    

    Changes

    Bug Fixes

    • Updated dependency eventsource to v4

    Improvements

    • Updated dependency pnpm to v10
    • Updated dependency react to a major version

    Built from commit 885e61d

    Downloads
  • v2.49.4 2b7efab2c4

    Release v2.49.4
    All checks were successful
    Release / Create Release (push) Successful in 1s
    Release / Build Docker Images (push) Has been skipped
    CI / build (push) Successful in 2s
    Stable

    jack released this 2026-01-25 06:08:45 +00:00 | 143 commits to main since this release

    Installation

    > /plugin marketplace add https://git.customable.host/customable/claude-plugins.git
    > /plugin install claude-mem
    

    Changes

    Bug Fixes

    • Updated Express dependency to v5

    Improvements

    • Lock file maintenance

    Built from commit 1e831bd

    Downloads
  • v2.49.3 8b7babe182

    Release v2.49.3
    All checks were successful
    CI / build (push) Successful in 2s
    Release / Create Release (push) Successful in 1s
    Release / Build Docker Images (push) Has been skipped
    Stable

    jack released this 2026-01-25 06:03:56 +00:00 | 150 commits to main since this release

    Installation

    > /plugin marketplace add https://git.customable.host/customable/claude-plugins.git
    > /plugin install claude-mem
    

    Changes

    Features

    • None

    Bug Fixes

    • Updated all non-major dependencies

    Improvements

    • Updated CLAUDE.md context files
    • Updated plugin dependencies

    Built from commit ba87285

    Downloads