v0.9.28
rohitg00/agentmemoryv0.9.28Jul 19, 2026by rohitg00
AI Summary
A stability and ecosystem wave focusing on security fixes, bug fixes for hooks and engine conflicts, and adding a demo server.
Key Highlights
- Security fix for cross-agent memory leak under isolated scope.
- New `agentmemory demo --serve` command for one-command seeding and recall.
- Opencode `connect` adapter added.
- Session summaries now returned by `GET /agentmemory/sessions`.
- 15 self-updating skills added covering the whole system.
New Features
- Demo server command
- Opencode adapter
- Session summaries API
- 15 detailed skills
- Agent-driven install runbook
- Colored CLI output
Full Release Notes
No breaking changes, drop-in upgrade.
## Security
- Closed cross-agent memory leak via `/agentmemory/context` under `AGENTMEMORY_AGENT_SCOPE=isolated` (#1057)
## Fixed
- Hooks no longer crash ("hook exited with code 1") on a null payload from Codex CLI / Claude Code (#1047)
- Engine conflict no longer hangs in a WS reconnect loop; clean recovery and pinned-engine guidance (#984)
- Onboarding stat drift and over-strict engine version gate (#852)
## Added
- `agentmemory demo --serve`: one-command seed and recall demo, no second terminal (#852)
- opencode `connect` adapter; onboarding agent picker single-sourced from adapters (#883)
- Session summaries now returned by `GET /agentmemory/sessions` (#882)
- 15 detailed, self-updating skills covering the whole system (#854)
- Agent-driven install runbook (`INSTALL_FOR_AGENTS.md`) and Windows/WSL2 clarity (#853)
- Colored CLI output and quieter boot (#984)
**Full changelog**: https://github.com/rohitg00/agentmemory/compare/v0.9.27...v0.9.28