v0.9.28
soxoj/socid-extractorv0.9.28Jul 19, 2026by rohitg00
AI Summary
This release focuses on security by fixing a cross-agent memory leak and addresses stability issues such as hook crashes and engine conflicts. It introduces new CLI commands and documentation aids to improve the user experience.
Key Highlights
- Fixed cross-agent memory leak via AGENTMEMORY_AGENT_SCOPE=isolated
- Fixed hooks crashing on null payload from Codex CLI / Claude Code
- Added `agentmemory demo --serve` for one-command demos
- Improved CLI output with colors and quieter boot
New Features
- `agentmemory demo --serve` command
- opencode `connect` adapter
- Session summaries in API response
- 15 detailed self-updating skills
- Agent-driven install runbook and Windows/WSL2 clarity
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