This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summaryRemoved duplicate ModeManager import and exempted transcript‑watcher‑entry from logging guard.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| 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/waitlistendpoint (handles persistence, dedup, and the confirmation email server-side). Overridable viaCLAUDE_MEM_SIGNUP_URL; taggedsource: 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
ModeManagerimport that was breaking the typecheck. - Exempt the
transcript-watcher-entryCLI 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
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.
Related context
Related tools
Earlier breaking changes
- v13.11.0 Retires the standalone `cloud-sync.mjs` daemon.
Beta — feedback welcome: [email protected]