Skip to content

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

Published 1mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agent-memory ai-agents claude cline codex coding-agents
+10 more
cursor developer-tools llm local-first mcp mcp-server model-context-protocol persistent-memory python sqlite

Summary

AI summary

Added CLI/report agent-memory-bridge review-queue to surface staged candidates and ensure read‑only reviewed memory operations.

Full changelog

v0.16.0 - Reviewed Memory Operations Queue

Agent Memory Bridge 0.16.0 is a narrow operator-workflow release over the
governed learning-candidate and memory-evolution lanes. It keeps the public MCP
surface stable while making review work easier to see and audit.

0.16.0 = read-only reviewed memory operations without autonomous mutation.

What Changed

  • Added agent-memory-bridge review-queue, a CLI/report for operator review
    over staged candidates, learning reviews, tombstones, stale/expired records,
    and quarantined claims.
  • Review-queue items carry a proposal_only_no_auto_mutation writeback plan so
    operators can see the next safe action without AMB executing it.
  • Added a deterministic review-queue benchmark snapshot at
    benchmark/latest-review-queue-report.json.
  • The release contract now checks the review-queue snapshot facts alongside the
    retrieval, calibration, procedure, signal-contention, adversarial, and
    memory-evolution snapshots.
  • The public MCP surface remains unchanged at 10 tools.

Validation Snapshot

  • pytest: 302 passed
  • release contract: passed
  • public MCP surface: unchanged at 10 tools
  • review queue benchmark:
    • review_queue_item_count = 6
    • review_queue_actionable_count = 6
    • review_queue_hidden_lane_count = 2
    • review_queue_writeback_plan_count = 6
    • review_queue_no_auto_mutation = true
    • review_queue_public_mcp_surface_change = false
    • review_queue_item_type_count = 6
  • memory evolution benchmark:
    • memory_evolution_case_count = 6
    • memory_evolution_task_count = 7
    • memory_evolution_governed_task_pass_rate = 1.0
    • memory_evolution_governed_blocked_record_leak_rate = 0.0
    • memory_evolution_governed_disposition_reason_hit_rate = 1.0

Public Surface

The public MCP surface remains unchanged:

  • store
  • recall
  • browse
  • stats
  • forget
  • promote
  • export
  • claim_signal
  • extend_signal_lease
  • ack_signal

There are no new review_queue, review_candidate, learning_candidate,
startup_packet, task_packet, evolve_memory, graph, scheduler, or runtime
MCP tools in this release.

Honest Boundary

This release does not claim:

  • autonomous review or promotion
  • automatic durable writeback from raw transcripts
  • automatic deletion or tombstone enforcement
  • a review UI
  • a graph database or graph-memory platform
  • ACL enforcement, privacy compliance, or certified poisoning resistance
  • a scheduler, worker runtime, queue platform, or distributed lock

It adds a local, repeatable proof path for seeing review work before it becomes
authority.

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 zzhang82/Agent-Memory-Bridge

Get notified when new releases ship.

Sign up free

About zzhang82/Agent-Memory-Bridge

MCP-native, local-first memory for coding agents that turns coding sessions into reusable engineering memory: decisions, gotchas, and domain knowledge.

All releases →

Related context

Earlier breaking changes

  • v0.21.0 Procedures with declared domains are rejected for mismatched task domains; legacy unscoped procedures now emit a warning instead of auto‑assigning policy.

Beta — feedback welcome: [email protected]