v1.1.9
git-ai-project/git-aiv1.1.9Mar 9, 2026by github-actions[bot]
AI Summary
git-ai v1.1.9 is a minor release that adds Windsurf IDE support, new git hooks configuration flags (git_hooks_enabled and git_hooks_externally_managed), and improves CLI logging for release builds. The release also includes bug fixes for thread safety, blame attribution of background agent commits, and git-ai diff argument parsing.
Key Highlights
- Added Windsurf IDE support for AI-powered coding assistance
- New git_hooks_enabled and git_hooks_externally_managed configuration flags
- Fixed blame attribution for background agent commits without authorship notes
- Improved CLI logging for release builds
- Added drizzle migration meta pattern to default ignore patterns
New Features
- Windsurf IDE support
- git_hooks_enabled flag for enabling/disabling git hooks
- git_hooks_externally_managed flag for externally managed hook configurations
- drizzle migration meta pattern added to default ignores
- Better CLI logging for release builds
Full Release Notes
## 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:** ```bash curl -fsSL https://github.com/git-ai-project/git-ai/releases/download/v1.1.9/install.sh | bash ``` **Windows (PowerShell):** ```powershell irm https://github.com/git-ai-project/git-ai/releases/download/v1.1.9/install.ps1 | iex ``` ### Downloads - **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: ```bash gh attestation verify git-ai-<platform> --repo git-ai-project/git-ai ``` <!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### Other Changes * ci: bump flake.nix version alongside Cargo.toml in release workflow by @svarlamov in https://github.com/git-ai-project/git-ai/pull/626 * better cli logging for release builds by @acunniffe in https://github.com/git-ai-project/git-ai/pull/628 * feat: add git_hooks_enabled + git_hooks_externally_managed flags by @svarlamov in https://github.com/git-ai-project/git-ai/pull/627 * Blame: attribute background agent commits without authorship notes by @svarlamov in https://github.com/git-ai-project/git-ai/pull/631 * Windsurf support by @acunniffe in https://github.com/git-ai-project/git-ai/pull/621 * fix: use OnceLock instead of OnceCell for Repository thread safety by @svarlamov in https://github.com/git-ai-project/git-ai/pull/635 * feat: add drizzle migration meta pattern to default ignores by @svarlamov in https://github.com/git-ai-project/git-ai/pull/637 * Fix git-ai diff two-revision argument parsing by @svarlamov in https://github.com/git-ai-project/git-ai/pull/649 **Full Changelog**: https://github.com/git-ai-project/git-ai/compare/v1.1.8...v1.1.9