git-ai v1.2.4-next-051dfb9
Release Channel
next
Installation
Install this specific version with checksum verification:
macOS/Linux:
curl -fsSL https://github.com/git-ai-project/git-ai/releases/download/v1.2.4-next-051dfb9/install.sh | bashWindows (PowerShell):
irm https://github.com/git-ai-project/git-ai/releases/download/v1.2.4-next-051dfb9/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
- chore: change dependabot schedule from daily to weekly by @svarlamov in #897
- refactor: remove unused checkpoint --reset flag by @svarlamov in #906
- fix: route checkpoints to correct nested subrepo instead of parent repo by @oatiz in #904
New Contributors
Full Changelog: v1.2.3...v1.2.4-next-051dfb9