Skip to content

Ait

v0.45.0 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

Summary

AI summary

Added 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 status now reports the active ait path, current package version, executable path, Python executable, all ait commands found on PATH, detected source type, and install conflict state.
  • ait doctor --format json includes 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, and ait --version.
  • README and npm README document what to do when npm install -g ait-vcs succeeds but ait --version still shows an older version.

Validation:

  • .venv/bin/pytest -q -> 254 passed, 8 subtests passed
  • npm --prefix npm/ait-vcs test -> 3 passed
  • .venv/bin/python -m compileall -q src tests
  • git 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

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]