github Gentleman-Programming/engram v1.0.0

latest releases: v1.20.0, v1.19.0, pi-v0.1.10...
5 months ago

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 prompt

Compaction 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 engram

Or grab the binary from Releases.

Full Changelog: v0.1.9...v1.0.0

Don't miss a new engram release

NewReleases is sending notifications on new releases.