git-ai v1.1.9
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.9/install.sh | bashWindows (PowerShell):
irm https://github.com/git-ai-project/git-ai/releases/download/v1.1.9/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
- ci: bump flake.nix version alongside Cargo.toml in release workflow by @svarlamov in #626
- better cli logging for release builds by @acunniffe in #628
- feat: add git_hooks_enabled + git_hooks_externally_managed flags by @svarlamov in #627
- Blame: attribute background agent commits without authorship notes by @svarlamov in #631
- Windsurf support by @acunniffe in #621
- fix: use OnceLock instead of OnceCell for Repository thread safety by @svarlamov in #635
- feat: add drizzle migration meta pattern to default ignores by @svarlamov in #637
- Fix git-ai diff two-revision argument parsing by @svarlamov in #649
Full Changelog: v1.1.8...v1.1.9