This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summaryFixed query DSL not searching intent text, added raw_prompt_ref for shell‑adapter runs, and corrected “no daemon” documentation.
Full changelog
A Staff-QA-level audit of the why-ait.md value-prop claims surfaced three gaps where the docs over-promised relative to the implementation. This release closes all three.
Fixed
- Query DSL didn't search intent text. The doc's headline use case ("where is that prompt I wrote last month for the query parser?") returned
field is not queryable in v1: title.intent.titleandintent.descriptionare now in the field registry and accept all standard operators including the substring~operator.ait query --on intent 'title~"query parser"' ait query --on attempt 'title~"auth"' ait query --on intent 'description~"staging session"' raw_prompt_refwas always null for shell-adapter runs. The schema column existed but nothing wrote to it. Every wrapped attempt now records the launched command at.ait/prompts/<attempt-id>.txtand updatesevidence_summaries.raw_prompt_ref. Native-hook adapters (Claude Code, Codex, Gemini) still capture richer per-turn prompts via their hook bridges; this fallback ensures every attempt has some prompt reference.- Docs claimed "no daemon" but ait runs
src/ait/daemon.pyon every wrapped run. The intent ("nothing leaves the machine") was right; the wording was wrong. New phrasing: "harness daemon is local-only — Unix socket, no network. No telemetry, no SaaS, no cross-machine sync." Updated in 6 places across README, docs site, and why-ait.md (en + 繁中).
After this release, all 10 why-ait claims hold up to behavioural verification end-to-end.
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]