git-ai v1.1.5
Release Channel
latest
Detailed AI-generated changelog is being generated and will appear here shortly...
Installation
Install this specific version with checksum verification:
macOS/Linux:
curl -fsSL https://github.com/git-ai-project/git-ai/releases/download/v1.1.5/install.sh | bashWindows (PowerShell):
irm https://github.com/git-ai-project/git-ai/releases/download/v1.1.5/install.ps1 | iexDownloads
- Linux (x64):
git-ai-linux-x64 - Linux (ARM64):
git-ai-linux-arm64 - Windows (x64):
git-ai-windows-x64.exe - Windows (ARM64):
git-ai-windows-arm64.exe - macOS (Intel):
git-ai-macos-x64 - macOS (Apple Silicon):
git-ai-macos-arm64
SHA256 Checksums
$(cat release/SHA256SUMS)
Attestation Verification
Verify build provenance with the GitHub CLI:
gh attestation verify git-ai-<platform> --repo git-ai-project/git-aiWhat's Changed
Other Changes
- New readme feb17 by @acunniffe in #549
- fix: show working log output in production mode when --show-working-log flag is provided by @svarlamov in #547
- Add comprehensive test coverage (54% → 90%+) by @jwiegley in #539
- Fix flaky prompt_picker_test race conditions in parallel test execution by @svarlamov in #550
- status command apply ignores by @svarlamov in #554
- fix: move is_allowed_repository check to handle_checkpoint for correct repo resolution by @svarlamov in #555
- PR #558 follow-up: replace Python script with Rust regression tests by @svarlamov in #559
- install-hooks: configure vscode/cursor git.path on all OSes by @svarlamov in #557
- Don't write agent metrics in test runner mode by @acunniffe in #561
- Extract plan messages from Claude Code transcripts by @jwiegley in #563
- Add dual-mode git-ai operation via global hooks and wrapper by @svarlamov in #530
- feat: emit agent usage metrics even when not in a git repo by @svarlamov in #568
- feat: add .git-ai-ignore file support for custom ignore patterns by @svarlamov in #573
- dedicated copilot hooks mdm by @svarlamov in #574
- Configure Git Bash shell profiles during Windows install by @svarlamov in #522
- add hooks remove cmd by @svarlamov in #575
Full Changelog: v1.1.4...v1.1.5