Git AI Everywhere — v1.2
Git AI 1.2 is here. Read the full story in Git AI Everywhere — the short version: Git AI no longer requires wrapping Git or setting up hooks. Attribution runs asynchronously in the background, surviving cherry-picks, rebases, squashes, and stash/pops without slowing down your Git commands.
Run git ai upgrade or install fresh from GitHub.
Performance & Bug Fixes
- Improved worktree support - some complex workflows began losing attribution after a recent Claude Code update.
- Codex daemon post-commit CAS uploads fixed — Codex Cloud users were missing some attribution data
- Checkpoint routing fixed for nested subrepos — checkpoints now route to the correct nested subrepo instead of the parent
- Detect running agents after hook updates — Git AI now warns you if agents need a restart after hook configuration changes
- Propagate cwd from hook input — fixes
repo_working_dirresolution for all agent presets when invoked from hooks - Recognize negated pathspec globals —
--no-literal-pathspecsand similar flags are now handled correctly
Windows
- Guard
git ai upgradewrapper path — fixes an edge case in the Windows upgrade flow - PowerShell progress bar disabled during download — was causing extreme slowness for some users
- Backslash path handling in clone target resolution — Windows paths with backslashes are now handled correctly