git-ai v1.1.23
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.23/install.sh | bashWindows (PowerShell):
irm https://github.com/git-ai-project/git-ai/releases/download/v1.1.23/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: clone notes fetch and carryover snapshot for non-repo CWD by @svarlamov in #838
- Add typed feature flag options to NixOS module by @jwiegley in #843
- chore(ci): bump gradle/actions from 5 to 6 by @dependabot[bot] in #786
- chore(ci): bump nick-fields/retry from 2 to 4 by @dependabot[bot] in #785
- chore(ci): bump actions/attest-build-provenance from 2.4.0 to 4.1.0 by @dependabot[bot] in #784
- chore(deps): bump chrono from 0.4.42 to 0.4.44 by @dependabot[bot] in #783
- chore(ci): bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #781
- chore(deps): bump once_cell from 1.21.3 to 1.21.4 by @dependabot[bot] in #729
- chore(deps): bump regex from 1.12.2 to 1.12.3 by @dependabot[bot] in #734
- Rename cloud agents by @acunniffe in #742
- fix: use musl static linking to eliminate GLIBC dependency for Linux binaries by @svarlamov in #513
- feat: update e2e tests to properly work with async mode by @svarlamov in #840
- fix: human full-rewrite of AI file no longer reported as 100% AI by @svarlamov in #849
- fix: handle Windows backslash paths in implicit clone target resolution by @svarlamov in #855
- perf: optimize rebase overhead 1614ms → 883ms (1.8x faster) by @svarlamov in #854
- fix: recognize --no-literal-pathspecs and other negated pathspec globals by @jmbeach in #858
New Contributors
Full Changelog: v1.1.22...v1.1.23