v0.9.28
rishikanthc/Scriberrv0.9.28Jul 19, 2026by rohitg00
AI Summary
This release focuses on security fixes and stability, dropping cross-agent memory leaks and fixing hooks that crashed on null payloads, while adding a demo mode and session summaries.
Key Highlights
- Security fix for cross-agent memory leak via `/agentmemory/context`
- Hook crash fixes for null payloads from Codex CLI and Claude Code
- New `agentmemory demo --serve` command for one-command demos
- Session summaries returned by `GET /agentmemory/sessions`
New Features
- OpenCode `connect` adapter
- Session summaries API endpoint
- 15 detailed, self-updating skills
- Colored CLI output
- Agent-driven install runbook
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