This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+14 more
Affected surfaces
Summary
AI summaryPersisted Claude Code session transcripts with configurable retention and automatic summarization for recall.
Full changelog
Ships the first half of the agent transcript memory pipeline, so what your Claude Code agent said and decided during a session is durable, summarized, and recallable by the next agent — not just the diff.
Added
- Persist Claude Code session transcripts to
.ait/transcripts/<attempt-id>.jsonlon session end. They no longer depend on the external~/.claude/projects/...jsonl staying around. - Memory policy
transcriptsblock (retain_days,max_total_bytes) controls retention; pruning runs in the daemon reaper. Defaults: 90 days, 500 MB. - Heuristic transcript summarizer turns each persisted transcript into a compact memory note (
topic=transcript-summary) the daemon writes in the background after everyattempt_finished. transcript-summary:*is added to the defaultrecall_source_allow, so summaries flow throughbuild_relevant_memory_recallintoAIT_CONTEXT_FILEautomatically.
Migration
Existing repositories carry a frozen recall_source_allow list in .ait/memory-policy.json. To opt into transcript-summary recall, add "transcript-summary:*" to that list, or delete the file and let the next ait init regenerate it.
Design
See docs/agent-transcript-memory-design.md for the full pipeline including not-yet-shipped Steps 3 (non-Claude hook adapters) and the optional LLM summarizer.
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]