This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summaryAdded Gemini CLI integration to capture transcripts across multiple agents.
Full changelog
Brings Gemini CLI into the transcript memory pipeline. Cross-agent recall now spans Claude Code, Codex, Aider, and Gemini.
Added
ait adapter setup geminiinstalls a native Gemini hook bridge under.ait/adapters/gemini/gemini_hook.pyand merges hook config into.gemini/settings.json.- Gemini's
AfterToolevent maps to ait's tool-event recording, andStopfinalizes the attempt with the persisted transcript copied into.ait/transcripts/<attempt-id>.jsonl. The nextSessionStartopens a fresh attempt — symmetric with/clearresets. - The bridge accepts both
AfterTool(Gemini) andPostToolUse(Claude/Codex) so it stays compatible across versions and migration tooling.
Coverage so far
| Agent | Capture mechanism |
| --- | --- |
| Claude Code | Native SessionEnd hook → transcript copy |
| Codex CLI | Native SessionEnd hook → transcript copy |
| Aider | Post-run chat-history conversion |
| Gemini CLI | Native Stop hook → transcript copy (this release) |
| Cursor | Stdout only (Step 3 still in flight) |
Setup
ait adapter setup gemini
ait adapter doctor gemini
gemini # session is now recorded by ait
Install: pipx install ait-vcs or npm install -g ait-vcs.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Ait
All releases →Related context
Related tools
Earlier breaking changes
- v0.55.52 Keep the built-in claude-code reviewer pinned to the local claude -p CLI even when repository policy defines a conflicting command override.
Beta — feedback welcome: [email protected]