Skip to content

Ait

v0.55.35 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agent-harness agent-isolation agentic ai-agents ai-coding ai-tools
+14 more
aider claude-code code-provenance codex coding-assistant cursor developer-tools gemini-cli git git-worktree llm-agents python vcs worktree

Summary

AI summary

Added 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 gemini installs a native Gemini hook bridge under .ait/adapters/gemini/gemini_hook.py and merges hook config into .gemini/settings.json.
  • Gemini's AfterTool event maps to ait's tool-event recording, and Stop finalizes the attempt with the persisted transcript copied into .ait/transcripts/<attempt-id>.jsonl. The next SessionStart opens a fresh attempt — symmetric with /clear resets.
  • The bridge accepts both AfterTool (Gemini) and PostToolUse (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

Track Ait

Get notified when new releases ship.

Sign up free

Related context

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]