Engram v1.0.0 — Full Agent Parity
Engram now supports four AI coding agents with first-class setup, MCP registration, and compaction recovery out of the box.
What's New
Gemini CLI & Codex Setup Support
One command to get full memory integration — no manual config editing:
engram setup gemini-cli # MCP + system prompt + compaction recovery
engram setup codex # MCP + instruction files + compact promptCompaction Recovery for All Agents
Every supported agent now has automatic compaction recovery — when context gets summarized, Engram ensures the agent persists the summary and recovers previous session state:
| Agent | Compaction Strategy |
|---|---|
| OpenCode | System prompt injection + compaction hook |
| Claude Code | Native hooks (post-compaction.sh) + Memory Protocol skill
|
| Gemini CLI | ~/.gemini/system.md + GEMINI_SYSTEM_MD=1 env override
|
| Codex | model_instructions_file + experimental_compact_prompt_file in config.toml
|
Supported Agents
| Agent | Setup Command | MCP | Memory Protocol | Compaction Recovery |
|---|---|---|---|---|
| OpenCode | engram setup opencode
| ✅ | ✅ | ✅ |
| Claude Code | engram setup claude-code
| ✅ | ✅ | ✅ |
| Gemini CLI | engram setup gemini-cli
| ✅ | ✅ | ✅ |
| Codex | engram setup codex
| ✅ | ✅ | ✅ |
Upgrade
brew upgrade engramOr grab the binary from Releases.
Full Changelog: v0.1.9...v1.0.0