Skip to content

Ait

v0.44.0 Feature

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

Adds npm installation path via ait-vcs package with private Python virtual environment.

Full changelog

0.44.0

This release adds the npm installation path for ait.

  • Add an npm ait-vcs package that exposes the same ait command for npm install -g ait-vcs.
  • The npm installer creates a package-private Python virtual environment and installs the matching PyPI ait-vcs release during postinstall.
  • Document npm installation and npm release checks.
  • Add CI coverage for the npm package helper logic and package path.

Validation:

  • .venv/bin/pytest -q -> 251 passed, 8 subtests passed
  • npm --prefix npm/ait-vcs test -> 3 passed
  • (cd npm/ait-vcs && npm pack --dry-run) -> passed
  • (cd npm/ait-vcs && npm publish --dry-run --access public) -> passed
  • .venv/bin/python -m compileall -q src tests
  • git diff --check
  • .venv/bin/python -m build
  • .venv/bin/python -m twine check dist/*
  • Local npm install smoke using the 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]