Skip to content

Ait

v0.55.31 Feature

This release adds 3 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

Affected surfaces

breaking_upgrade

Summary

AI summary

Persisted 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>.jsonl on session end. They no longer depend on the external ~/.claude/projects/... jsonl staying around.
  • Memory policy transcripts block (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 every attempt_finished.
  • transcript-summary:* is added to the default recall_source_allow, so summaries flow through build_relevant_memory_recall into AIT_CONTEXT_FILE automatically.

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

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]