Skip to content

claude-mem

v13.4.1 Feature

This release adds 1 notable feature for engineering teams evaluating rollout.

Published 1mo AI Coding Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai ai-agents ai-memory anthropic artificial-intelligence chromadb
+14 more
claude claude-agent-sdk claude-agents claude-code claude-code-plugin claude-skills embeddings long-term-memory mem0 memory-engine openmemory llm sqlite supermemory

Summary

AI summary

Removed duplicate ModeManager import and exempted transcript‑watcher‑entry from logging guard.

Changes in this release

Feature Low

Adds optional interactive email opt-in during npx claude-mem install.

Adds optional interactive email opt-in during npx claude-mem install.

Source: llm_adapter@2026-06-08

Confidence: high

Bugfix Medium

Removes duplicate `ModeManager` import that broke typechecking.

Removes duplicate `ModeManager` import that broke typechecking.

Source: llm_adapter@2026-06-08

Confidence: high

Bugfix Medium

Exempts `transcript-watcher-entry` CLI entry point from console‑logging guard.

Exempts `transcript-watcher-entry` CLI entry point from console‑logging guard.

Source: llm_adapter@2026-06-08

Confidence: high

Full changelog

What's new

🟣 CMEM Online email opt-in during npx claude-mem install

An optional, interactive email opt-in now appears at the start of the installer. Press Enter to skip — it never blocks or fails the install.

  • Collects an email + an optional "what are you working on / how can we help your team" note.
  • POSTs to the live https://cmem.ai/api/waitlist endpoint (handles persistence, dedup, and the confirmation email server-side). Overridable via CLAUDE_MEM_SIGNUP_URL; tagged source: npx-installer.
  • Skipped automatically when non-interactive, under CI, or with CLAUDE_MEM_ONLINE_OPTIN=false.
  • Signup is persisted locally so returning users aren't re-prompted; a failed send is retried silently on the next install.
  • No secrets ship in the npx package — the endpoint is unauthenticated and the Resend key stays server-side. The waitlist endpoint was extended to capture the optional note.

🔴 Fixes

  • Remove a duplicate ModeManager import that was breaking the typecheck.
  • Exempt the transcript-watcher-entry CLI process entry point from the console-logging guard.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track claude-mem

Get notified when new releases ship.

Sign up free

About claude-mem

A Claude Code plugin that automatically captures everything Claude does during your coding sessions, compresses it with AI (using Claude's agent-sdk), and injects relevant context back into future sessions.

All releases →

Related context

Earlier breaking changes

  • v13.11.0 Retires the standalone `cloud-sync.mjs` daemon.

Beta — feedback welcome: [email protected]