Skip to content

mem0

vpi-agent-v0.1.2 scope: pi-agent Feature

This release adds 2 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agents ai ai-agents application chatbots chatgpt
+7 more
genai llm long-term-memory memory memory-management python state-management

Summary

AI summary

Updates Improved, Mem0 Pi Agent Plugin, and v0.1.2 across a mixed release.

Changes in this release

Feature Low

All commands now provide richer feedback including action heading, scope, query, match count, and affected memories.

All commands now provide richer feedback including action heading, scope, query, match count, and affected memories.

Source: llm_adapter@2026-06-12

Confidence: high

Feature Low

/mem0-dream now sends the consolidation protocol hidden with a concise "Dreaming…" status line instead of dumping raw protocol into the transcript.

/mem0-dream now sends the consolidation protocol hidden with a concise "Dreaming…" status line instead of dumping raw protocol into the transcript.

Source: llm_adapter@2026-06-12

Confidence: high

Bugfix Medium

/mem0-remember, /mem0-forget, /mem0-pin, and /mem0-scope now render results as persistent message blocks instead of dim notifications.

/mem0-remember, /mem0-forget, /mem0-pin, and /mem0-scope now render results as persistent message blocks instead of dim notifications.

Source: llm_adapter@2026-06-12

Confidence: high

Bugfix Medium

/mem0-search, /mem0-forget, and /mem0-pin now apply a configurable similarity threshold to search results.

/mem0-search, /mem0-forget, and /mem0-pin now apply a configurable similarity threshold to search results.

Source: llm_adapter@2026-06-12

Confidence: high

Full changelog

Mem0 Pi Agent Plugin (v0.1.2)

Fixed

  • Visible command feedback/mem0-remember, /mem0-forget, /mem0-pin, and /mem0-scope now render their results as persistent message blocks (pi.sendMessage({ display: true })) instead of ctx.ui.notify(..., "info"). The Pi TUI draws "info" notifications as dim, collapsible status text that overwrites the previous line, so command results were easily missed (felt like "no feedback"). Warnings and errors still use ctx.ui.notify, which renders prominently.
  • Relevance-filtered search/mem0-search, /mem0-forget, and /mem0-pin pass a similarity threshold (searchThreshold, default 0.3; configurable in mem0-config.json, shown in /mem0-status), top_k, and rerank to the mem0 search API, matching the Claude Code and OpenClaw integrations. mem0 ranks results by similarity with no relevance floor, so without a threshold an unrelated query returns the closest (weak) memories — and /mem0-forget would offer them for deletion. The server-side threshold makes a query with no sufficiently similar memory report no match, and reranking orders the genuine matches by deeper relevance. Raise searchThreshold to be stricter; lower it if relevant results are missed.

Improved

  • Richer feedback across every command — results now show what actually happened: an action heading plus the relevant scope, query, match count, and affected memories.
    • /mem0-remember echoes the stored text and the scope it landed in, instead of a generic success line.
    • /mem0-search adds an N matches for "<query>" header.
    • /mem0-forget and /mem0-pin name the query when nothing matches, list the affected memory, and label the disambiguation dialog with the match count.
    • /mem0-scope explains where new memories will be saved.
  • Cleaner /mem0-dream — the consolidation protocol is now sent to the agent hidden (display: false, still included in LLM context) behind a concise "Dreaming…" status line, instead of dumping the raw protocol into the transcript.

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 mem0

Get notified when new releases ship.

Sign up free

About mem0

Universal memory layer for AI Agents

All releases →

Related context

Beta — feedback welcome: [email protected]