This release adds 3 notable features for engineering teams evaluating rollout.
Published 1mo
AI Agents & Assistants
✓ No known CVEs patched
✓ 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 summaryAdded detailed installation diagnostics and conflict resolution guidance for ait.
Full changelog
0.45.0
This release adds install-source diagnostics for npm, pipx, venv, and PATH conflicts.
ait statusnow reports the activeaitpath, current package version, executable path, Python executable, allaitcommands found onPATH, detected source type, and install conflict state.ait doctor --format jsonincludes the same installation diagnostics; text doctor includes a readable install section.- When npm and an older pipx install are both visible, status suggests
pipx uninstall ait-vcs,rehash, andait --version. - README and npm README document what to do when
npm install -g ait-vcssucceeds butait --versionstill shows an older version.
Validation:
.venv/bin/pytest -q-> 254 passed, 8 subtests passednpm --prefix npm/ait-vcs test-> 3 passed.venv/bin/python -m compileall -q src testsgit diff --check(cd npm/ait-vcs && npm pack --dry-run)-> passed(cd npm/ait-vcs && npm publish --dry-run --access public)-> passed.venv/bin/python -m build.venv/bin/python -m twine check dist/*- Local wheel install diagnostics smoke -> passed
- Local npm install diagnostics smoke using built wheel -> passed
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]