claude-mem Releases
260 releases of thedotmack/claude-mem
- v4.5.0.1SWIRL Community 4.5.0.1
A security patch freezing Python dependencies to address approximately 30 vulnerabilities, including 2 critical CVEs affecting nltk and litellm.
May 19, 2026
- v1.9.31.9.3
A critical security release addressing SSRF vulnerabilities and CVEs found in dependency scans, alongside the addition of Python 3.14 support.
May 15, 2026
- v5.1.4
Introduction of a new AI Agent workspace for isolated AI draft copies and improvements to resume rendering/font compatibility to prevent layout shifts.
May 14, 2026
- v13.2.0
This release adds the wowerpoint skill for generating kawaii NotebookLM slide-deck PDFs, bringing the total skills inventory to 12.
May 12, 2026
- v13.1.0
This release lands the full server-beta event pipeline with Postgres + BullMQ, API-key auth, team/project scope, audit logging, and support for Anthropic, OpenAI, and Google AI providers.
May 11, 2026
- v13.0.1
Bug fix release addressing MCP server parameter expansion issues, environment isolation improvements, worker lifecycle hardening, and Chroma subprocess management with dependency pinning.
May 10, 2026
- v13.0.0v13.0.0 — Server Beta + Apache 2.0
Major release introducing the Server Beta runtime with Postgres storage, BullMQ+Redis queue engine, new REST API surface, and relicense from AGPL-3.0 to Apache-2.0.
May 8, 2026
- v12.7.5
Patch release fixing npx installs that encounter existing Codex marketplace registrations by removing stale registrations and re-adding the local npx marketplace.
May 7, 2026
- v12.7.4
Patch release restoring Codex access to the claude-mem MCP/search plugin by pointing Codex marketplace at the bundled plugin root with resilient launcher fallbacks.
May 7, 2026
- v12.7.3
Patch release for reliability fixes addressing context-overflow failures, Stop hook transcript lookup issues, MCP startup path resolution, and export-memories functionality.
May 7, 2026
- v12.7.2
Patch release disabling Claude Code built-in auto-memory during claude-code installs and making JSON config writes crash-safe, durable, and symlink-safe.
May 6, 2026
- v12.7.1
Simple release adding the babysit skill for monitoring PR checks, review comments, and unresolved review threads until PRs are merge-ready.
May 6, 2026
- v12.7.0
Release adding native Codex hooks integration through the Codex plugin marketplace with payload normalization, file-context extraction, and Stop hook observation support.
May 6, 2026
- v12.6.5
Release updating installer to maintain Claude Agent SDK as single memory-agent path with support for subscription auth, direct API keys, and LiteLLM/custom gateway, plus gateway env support.
May 5, 2026
- v12.6.4
Patch release draining invalid/non-XML observer responses to prevent infinite retry loops and correcting all plugin manifest versions to ensure consistency across Claude, Codex, and npm.
May 5, 2026
- v12.6.2
This is a bug fix release (v12.6.2) that resolves an issue where `npx claude-mem@latest install` was hanging due to tree-sitter-swift's postinstall script attempting to download a Rust binary from GitHub. The fix moves 21 tree-sitter grammar packages back to root `devDependencies` while keeping the marketplace plugin install path unchanged.
May 5, 2026
- v12.6.1
This is a patch release (v12.6.1) that fixes two issues: resolving npm install failures in the marketplace caused by tree-sitter peer dependency conflicts, and restoring multi-core performance for chroma-mcp by removing ONNX/OpenBLAS thread limits.
May 5, 2026
- v12.6.0
v12.6.0 is a significant release fixing 17 issues and introducing 4 new foundational modules. Key additions include OAuth keychain integration for secure token storage, a quota-aware rate limiting system with platform-specific thresholds, and a network retry helper with exponential backoff. The release also consolidates 24 hardcoded paths into 18 named accessors and adds proper error classification for provider failures.
May 4, 2026
- v12.5.1
This release fixes a critical installation failure on Node 25+ where bun install was failing due to tree-sitter attempting to compile against Node 25's V8 headers (requiring C++20). The fix adds trustedDependencies for tree-sitter-cli to skip the failing native compile and unused bindings, since claude-mem only uses the prebuilt CLI binary, not the runtime native module.
May 3, 2026
- v12.5.0
This release (v12.5.0) is a major simplification of the observation pipeline that removes per-message retry counters to eliminate silent data loss. The parser is now binary (valid/invalid), and the ResponseProcessor has been streamlined to only two branches, resulting in a net reduction of 181 lines of code.
May 2, 2026