docs/changelog/highlights.mdx
Temporal Reasoning — Time-Aware Retrieval for Platform v3
Mem0 Platform v3 can now interpret time-aware memories and queries so assistants retrieve the right information for questions about the past, upcoming plans, and current state.
last week, upcoming, right now, and as of March 2025 return contextually appropriate results automaticallyreference_date anchors relative search phrases for tests, backfills, and reproducible demosSee Temporal Reasoning for usage details.
</Update> <Update label="2026-05-08" description="Memory Decay">Memory Decay — Recently-Used Memories Surface Higher, Automatically
Per-project search-time ranking bias that boosts recently-touched memories and gently dampens stale ones. Off by default; opt in per project via the decay field on the project endpoint, or via client.project.update(decay=True) in the SDKs (Python v2.0.2 / TypeScript v3.0.3).
0.3×–1.5×. Decay can reorder candidates but never zeros them out — anything that surfaced before decay can still surface after.[0, 1]. Existing API contract preserved; no client-side changes needed.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>