This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+14 more
Affected surfaces
Summary
AI summaryTwo‑lane Cloud Sync architecture between local claude‑mem database and cmem.ai sync hub is now available.
Full changelog
Two-Lane Cloud Sync (cmem.ai Pro)
This release ships the complete two-lane sync architecture between your local claude-mem database and the cmem.ai sync hub (PR #3333):
- Per-user Durable Object sync hub — a Cloudflare Worker (
workers/sync-hub) serving isolated HTTP push/pull lanes per user (Phase 1) - Client apply path + schema migration v41 — deterministic application of remote changes into the local SQLite store (Phase 2)
- Hub push/pull transport + mutation outbox — local mutations queue durably and survive offline periods and retries (Phase 3)
- Advisory WebSocket speed layer — near-real-time sync nudges; correctness never depends on the socket staying up (Phase 4)
- Guardrails + monitoring — kill switch, watchdog, canary, and a full sync-matrix E2E suite (Phase 5)
- Canonical v2 projection pipeline and SyncHub-only client cutover
- Hardened verifier authentication on the sync hub
Sync is OFF by default. CLAUDE_MEM_CLOUD_SYNC_HUB_URL defaults to empty — nothing leaves your machine unless you configure a hub URL (see the cloud-sync skill or https://docs.claude-mem.ai/cloud-sync).
Fixes
- Restored process-global
mock.modulecleanup that broke CI under Linux readdir ordering
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]