claude-mem Releases
260 releases of thedotmack/claude-mem
- v10.0.2
This release focuses on improving daemon stability and hook resilience in the Claude Code memory extension. Key fixes address silent worker process deaths from SIGHUP signals and unhandled errors, while also improving error classification for hook commands. A new statusline counter utility enables tracking observation counts per project.
Feb 11, 2026
- v10.0.1
This release v10.0.1 introduces real-time SSE observation streaming for OpenClaw agent sessions, enabling connected clients to receive live observations. It also adds EnvManager support for OpenClaw environment configuration and fixes a type error with nullable project fields.
Feb 11, 2026
- v10.0.0v10.0.0 — OpenClaw Integration
This major v10.0.0 release introduces an official OpenClaw plugin that brings persistent memory to agents running on the OpenClaw gateway, extending claude-mem beyond Claude Code sessions. The release also includes significant Windows platform improvements, session management fixes, and SSE fixes.
Feb 11, 2026
- 2025.12.2Firmware 2025.12.2
Betaflight firmware update targeting a wide variety of flight controllers for the 2025.12 maintenance branch.
Feb 8, 2026
- v9.1.1
This patch release fixes a critical bug in v9.1.0 that prevented database initialization on existing installations. The release addresses three major issues: foreign key constraint failures during migration, hardcoded CHECK constraints that conflicted with custom observation types, and incorrect Express middleware ordering. Additionally, the mem-search skill has been restored with an updated 3-layer workflow.
Feb 7, 2026
- v9.1.0
v9.1.0 is a major release titled 'The Great PR Triage' that reviewed and resolved 100 open PRs with 157 commits across 123 files. This release prioritizes stability, security, and community contributions through a fail-open hook architecture, database initialization guards, and security hardening including CORS restrictions and XSS protection.
Feb 7, 2026
- v9.0.17
This release fixes a critical issue where hooks would fail on fresh Bun installations due to PATH not being updated until terminal restart. A new `bun-runner.js` script was introduced to dynamically discover Bun across all platforms, and all 9 hook definitions were updated to use this wrapper instead of direct `bun` calls.
Feb 5, 2026
- v0.5.1
A minor bug fix release addressing compilation errors on macOS caused by the `core-text` dependency.
Feb 5, 2026
- v9.0.16
This is a bug fix release addressing a critical worker startup timeout issue. The fix changes the health check endpoint from `/api/readiness` (which waits for full initialization including MCP connections) to `/api/health` (which returns 200 as soon as the HTTP server is listening), resolving the 15-second timeout error that prevented hooks from communicating with the worker service.
Feb 5, 2026
- v9.0.15
This is a security-focused patch release that hardens credential handling to prevent unintended API key usage from project directories. The update addresses a vulnerability where API keys could be accidentally hijacked from random project `.env` files.
Feb 5, 2026
- v9.0.14
This release introduces a fundamental in-process worker architecture (PR #722) that allows hook processes to become the worker when port 37777 is available, eliminating Windows spawn issues and improving startup times. Additional improvements include chained hook execution support and cleaner boolean-based health monitoring.
Feb 5, 2026
- v9.0.13
This release (v9.0.13) fixes a critical issue where observer processes could become "zombies" - lingering indefinitely without activity. The fix introduces a 3-minute idle timeout for SessionQueueProcessor and resolves race conditions with spurious wakeups, preventing resource leaks from orphaned observer processes.
Feb 5, 2026
- swarm_sdk-v2.7.14
SDK release focusing on environment info handling, a hard stop mechanism, and a trampoline loop fix.
Jan 30, 2026
- swarm_cli-v2.1.13
CLI update integrating SDK improvements including a migration to upstream Ruby LLM, parallel delegation support, and various bug fixes.
Jan 30, 2026
- swarm_sdk-v2.7.13
SDK update addressing delegation logic, circular detection, and proxy URL issues.
Jan 29, 2026
- v9.0.12
Critical bugfix release addressing a severe authentication failure introduced in v9.0.11. The previous version's use of CLAUDE_CONFIG_DIR override for observer session isolation inadvertently blocked access to existing auth tokens, causing 'Invalid API key' errors. The fix switches to using the SDK's cwd option, keeping credentials accessible in ~/.claude/ while still isolating observer sessions.
Jan 28, 2026
- swarm_memory-v2.3.2
Memory module update aligning with upstream Ruby LLM via migration and compatibility patches.
Jan 24, 2026
- 26.1.2Release 26.1.2
This release provides a link to external documentation for Nvidia Ingest extraction. Specific details regarding the changes in version 26.1.2 are not included in the provided text.
Jan 16, 2026
- v2.34.0
v2.34.0 introduces automatic server restart on file changes, logging improvements with filename prefixes, and updates to support Node.js 22 and 24.
Jan 1, 2026
- 2025.12.1Firmware 2025.12.1
Betaflight 2025.12.1 is a significant update introducing autonomous safety features, fixed-wing flight enhancements like S-term and TPA airspeed modes, and expanded hardware support.
Dec 25, 2025