v0.9.28

googleworkspace/cliv0.9.28Jul 19, 2026by rohitg00

AI Summary

This release addresses a critical security vulnerability regarding cross-agent memory leaks and fixes several stability issues including engine conflicts and null payload crashes. It introduces a new demo server command, session summaries, and improved recovery mechanisms for the engine.

Key Highlights

  • Fixed cross-agent memory leak via isolated agent scope
  • Resolved crashes on null payload from Codex CLI / Claude Code
  • Added `agentmemory demo --serve` for one-command demonstrations
  • Improved engine conflict recovery and guidance after WS reconnect

New Features

  • New `opencode connect` adapter
  • Session summaries returned by GET /agentmemory/sessions
  • 15 detailed, self-updating skills covering the whole system
  • Agent-driven install runbook and Windows/WSL2 clarity
  • Colored CLI output and quieter boot

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