v1.1.22
git-ai-project/git-aiv1.1.22Mar 27, 2026by github-actions[bot]
AI Summary
This is a minor patch release (v1.1.22) of git-ai, a Git AI assistant tool. The release adds support for the `will_edit_file` cursor pretool hook and includes CI configuration updates to disable async mode in testing workflows.
Key Highlights
- Added support for `will_edit_file` in cursor pretool hook (PR #841)
- CI workflow updates: disabled async mode in e2e and nightly test workflows
- Multi-platform support across Linux, Windows, and macOS (x64 and ARM64)
- Build provenance verification available via GitHub CLI attestations
New Features
- Support for `will_edit_file` for cursor pretool hook - enables AI to handle file editing intentions before they occur
Full Release Notes
## git-ai v1.1.22 ### 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.22/install.sh | bash ``` **Windows (PowerShell):** ```powershell irm https://github.com/git-ai-project/git-ai/releases/download/v1.1.22/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: set GIT_AI_ASYNC_MODE=false in e2e and nightly workflows by @svarlamov in https://github.com/git-ai-project/git-ai/pull/837 * Support will_edit_file for cursor pretool hook by @acunniffe in https://github.com/git-ai-project/git-ai/pull/841 **Full Changelog**: https://github.com/git-ai-project/git-ai/compare/v1.1.21...v1.1.22