git-ai v1.3.3
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.3.3/install.sh | bashWindows (PowerShell):
irm https://github.com/git-ai-project/git-ai/releases/download/v1.3.3/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
- fix(jetbrains): prefer dataDirectoryName for plugin path by @peckfly in #1146
- ci: retry flaky tests in daemon/wrapper-daemon modes by @svarlamov in #1150
- Readme updates by @acunniffe in #1156
- Update data-privacy.md by @acunniffe in #1158
- Harden flaky test retry: fail-fast on >5 failures, fix Windows log streaming by @svarlamov in #1173
- fix: windsurf hooks would not try to install if no .codium/windsurf folder present by @acunniffe in #1174
- Route bash_tool git calls through exec_git_allow_nonzero by @jwiegley in #1182
New Contributors
Full Changelog: v1.3.2...v1.3.3