This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summaryAdded 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
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]