Skip to content

Ait

v0.55.34 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 cross-agent recall for Aider chat history into the transcript pipeline.

Full changelog

Brings Aider into the transcript memory pipeline. Cross-agent recall now spans Claude Code, Codex, and Aider.

Added

  • After every wrapped aider run, ait reads the markdown chat history aider writes to its working directory (.aider.chat.history.md) and converts it to the common envelope at .ait/transcripts/<attempt-id>.jsonl. Same retention, same heuristic/LLM summarizer, same recall as Claude Code and Codex.
  • Zero-config: no aider flag changes required. As long as aider writes its default chat history file, ait captures it.

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 (this release) |
| Gemini / Cursor | Stdout only (Step 3 still in flight) |

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]