This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+10 more
Summary
AI summarySchema version 4 adds exact_content_hash for precise memory identity.
Full changelog
v0.24.0 - Correctness Release
Agent Memory Bridge 0.24.0 tightens the exact-identity, recall, and local
maintenance contracts without changing the 12-tool MCP surface.
What changed
- Schema version
4addsexact_content_hashfor exact memory identity.
After the existing store/revise input trimming, it normalizes newline
sequences only, preserves whitespace-sensitive content
differences, and keeps legacycontent_hashavailable. - Semantic and hybrid recall use precomputed valid embeddings only. Recall does
not backfill candidate embeddings or write during recall, and it reports
degraded completeness when the derived index is cold, stale, or incomplete. - Benchmark and proof paths explicitly warm the derived embedding index before
semantic scoring. index-rebuilduses the same local service exclusion lock as other
maintenance operations.docs/TRUST-BOUNDARY.mddocuments AMB's cooperative local trust boundary.
Validation snapshot
pytest --collect-only -q tests:560 tests collected- Public MCP surface: exactly 12 tools
- Release, public-surface, onboarding, and targeted first-run tests are the
release-surface gates for this patch.
Boundaries
This release does not add online restore, authenticated actors, namespace ACLs,
ANN retrieval, or multi-user infrastructure. FTS5 and embeddings remain derived
indexes; SQLite/WAL remains the durable 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
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.
Related context
Related tools
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]