This release includes 1 breaking change for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+10 more
Summary
AI summaryRemoved legacy cole_mem_bridge compatibility package.
Full changelog
Agent Memory Bridge v0.2.0
Agent Memory Bridge is an MCP-native, local-first memory layer for coding agents.
It turns coding sessions into reusable engineering memory:
- summaries
- learned decisions
- gotchas
- domain notes
Built for Codex-first workflows.
What's new in 0.2.0
Product framing
- unified naming around
agent-memory-bridge - removed the legacy
cole_mem_bridgecompatibility package - cleaned up the public repo surface and documentation
- added a clearer positioning note for how this differs from broader memory platforms
Codex workflow support
agentMemoryBridgeis the canonical MCP server- startup protocol now explicitly includes
project:<workspace>when a workspace exists - session visibility improved with
session-seen - automatic checkpoint and closeout flows remain in place
Memory shaping
- sessions promote into:
summarylearngotchadomain-note
- first-pass domain consolidation is now part of the runtime
- memory remains machine-first and token-aware instead of transcript-heavy
Runtime cleanup
- fixed startup launcher cleanup
- smoke-tested MCP behavior after restart
- re-verified the watcher and service chain
- tests passing:
44 passed
What this project is for
Agent Memory Bridge is intentionally narrow.
It is built for:
- coding-agent workflows
- MCP-native integration
- local-first deployment
- reusable engineering memory across sessions and projects
It is not trying to be a universal cognitive memory platform.
Core idea
session -> summary -> learn -> gotcha -> domain-note
Status
The foundation is in place:
- MCP autoload in Codex
- project and session sync
- recall-first workflows
- reflex promotion
- first-pass domain consolidation
Roadmap
Next areas of work include:
- stronger durable-event scoring
- better gotcha extraction
- richer domain/topic synthesis
- later worker/task-query support
See the roadmap in docs/ROADMAP.md.
Breaking Changes
- Removed legacy `cole_mem_bridge` compatibility package.
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
Beta — feedback welcome: [email protected]