git-ai v1.6.17-next-d1ff0f4
Release Channel
next
Beta: The Windows MSI and macOS PKG installers are beta.
Installation
Install this specific version with checksum verification:
macOS/Linux:
curl -fsSL https://github.com/git-ai-project/git-ai/releases/download/v1.6.17-next-d1ff0f4/install.sh | bashWindows (PowerShell):
irm https://github.com/git-ai-project/git-ai/releases/download/v1.6.17-next-d1ff0f4/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 - Windows MSI (x64):
git-ai-windows-x64.msi - Windows MSI (ARM64):
git-ai-windows-arm64.msi - macOS (Intel):
git-ai-macos-x64 - macOS (Apple Silicon):
git-ai-macos-arm64 - macOS PKG (Intel):
git-ai-macos-x64.pkg - macOS PKG (Apple Silicon):
git-ai-macos-arm64.pkg
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 note not writing when precommit hook changes commit name by @a-churchill in #1962
- Fix working log getting lost on
reset --keepby @a-churchill in #1976 - Respect standard HTTP proxy environment variables by @svarlamov in #1973
- Fetch missing source notes from the HTTP backend before the git refs fetch by @scouredimage in #1975
- Make rewrite source-note fetch best-effort so shifts never abort wholesale by @a-churchill in #1977
- Handle all Git notes fanout depths by @svarlamov in #1908
- Ignore empty nested .git directories by @svarlamov in #1910
- Cover cherry-pick skip-then-continue attribution by @svarlamov in #1906
- Fix Windows stats missing-note timing test by @svarlamov in #1984
- test: cover empty-mapping rebase regression by @svarlamov in #1909
- Detect Cline from editor extension manifests by @svarlamov in #1986
- Fix memory leak on
git reset --keepby @a-churchill in #1983 - Fix attribution debug self-check timeouts by @svarlamov in #1944
- Skip filtered session event delivery by @svarlamov in #1945
- Test mock agent usage throttle short-circuit by @svarlamov in #1988
- Stream Git notes fast-import writes by @svarlamov in #1987
New Contributors
- @scouredimage made their first contribution in #1975
Full Changelog: v1.6.16...v1.6.17-next-d1ff0f4