git-ai v1.6.24-next-a7389e3
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.24-next-a7389e3/install.sh | bashWindows (PowerShell):
irm https://github.com/git-ai-project/git-ai/releases/download/v1.6.24-next-a7389e3/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 - macOS PKG (Universal):
git-ai-macos-universal.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
- Normalize lowercase HEAD revisions in git-ai commands by @svarlamov-git-ai in #2176
- Add install-hooks --env flag with Unix shell PATH configuration by @svarlamov-git-ai in #2172
- Add Windows user PATH and Git Bash config to install-hooks --env by @svarlamov-git-ai in #2173
- Move shell/env config out of install scripts to install-hooks --env by @svarlamov-git-ai in #2174
- Use install-hooks --env in the MSI and macOS PKG installers by @svarlamov-git-ai in #2184
Full Changelog: v1.6.23...v1.6.24-next-a7389e3