docs/changelog/highlights.mdx
New Memory Algorithm — State-of-the-Art Accuracy at ~3-4x Lower Cost
Ground-up rewrite of the memory pipeline with 20+ point benchmark improvements:
Breaking changes: Graph memory removed from OSS, search() defaults changed, deprecated params removed. See migration guide.
Mem0 Skill Graph — In-Context Documentation for AI Agents
AI coding agents in Claude Code, Cursor, and Codex can now access Mem0 knowledge directly in their workflow — no doc searching required. Three interconnected skills launched:
Official Mem0 CLI — Now on PyPI and npm
A full-featured command-line interface for Mem0, available in both Python and Node.js:
pip install mem0-cli or npm install -g @mem0/cliadd, search, list, get, update, delete, import, config, init, status, entity, eventmem0 init with email verification or direct API key entry--json flag for CI/CD pipelines and automationOpenClaw Plugin — Production-Ready
The OpenClaw Mem0 plugin went from initial release to production-ready in one week (v1.0.0 → v1.0.4):
openclaw mem0 init, status, config, import, and event commandsmemory_add and memory_delete replace 4 legacy tools, matching the platform APIMem0 Plugin for Claude Code, Cursor, and Codex
Launched a unified Mem0 plugin across three major AI development environments — Claude Code and Cursor first (March 25), then Codex (April 2):
mcp.mem0.aimem0-plugin/skills/mem0-codex for Codex workflowsApache AGE, Turbopuffer, MiniMax, and pgvector for Node.js
Major expansion of the provider ecosystem:
reasoning_effort parameter for OpenAI o1/o3-style modelsMem0 Platform Skill on skills.sh
First skill launch — a dedicated Mem0 skill providing platform API reference, quickstart patterns, and integration examples directly inside agent sessions. Available on skills.sh for any compatible AI coding agent.
</Update>