git-ai v1.1.20
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.20/install.sh | bashWindows (PowerShell):
irm https://github.com/git-ai-project/git-ai/releases/download/v1.1.20/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
- Route metrics/posthog/sentry/CAS through daemon control socket by @svarlamov in #776
- Fix daemon telemetry: persistent connection, CAS cleanup, integration test by @svarlamov in #779
- feat: daemon auto-update support with hourly check loop by @svarlamov in #777
- migrate to cursor preToolUse hook by @acunniffe in #789
- support windsurf in intellej plugin by @acunniffe in #769
- Async by @svarlamov in #743
- Use
git-ai das the primary command by @svarlamov in #797 - Show post-commit stats in async (wrapper-daemon) mode by @svarlamov in #795
- Write daemon stdout/stderr to per-PID log file by @svarlamov in #794
- Fix integration tests incorrectly changed in daemon mode PR by @svarlamov in #799
- Fix Windows daemon stash attribution replay by @svarlamov in #796
- Cursor hook migration by @acunniffe in #800
- perf: skip events from high-frequency IDE git commands by @svarlamov in #802
Full Changelog: v1.1.19...v1.1.20