v1.1.23
git-ai-project/git-aiv1.1.23Mar 30, 2026by github-actions[bot]
AI Summary
git-ai v1.1.23 is a patch release focused on bug fixes, performance improvements, and dependency updates. Key improvements include a 1.8x faster rebase performance, better cross-platform compatibility (Windows path handling, musl static linking for Linux), and fixes for AI file detection accuracy.
Key Highlights
- Performance: rebase overhead optimized from 1614ms to 883ms (1.8x faster)
- Fixed clone notes fetch and snapshot carryover for non-repo CWD
- Fixed Windows backslash paths in implicit clone target resolution
- Fixed human full-rewrite of AI files no longer incorrectly reported as 100% AI
- Added musl static linking to eliminate GLIBC dependency for Linux binaries
New Features
- Added typed feature flag options to NixOS module
- Renamed cloud agents
- Updated e2e tests to properly work with async mode
- Fixed recognition of --no-literal-pathspecs and other negated pathspec globals
Full Release Notes
## 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:** ```bash curl -fsSL https://github.com/git-ai-project/git-ai/releases/download/v1.1.23/install.sh | bash ``` **Windows (PowerShell):** ```powershell irm https://github.com/git-ai-project/git-ai/releases/download/v1.1.23/install.ps1 | iex ``` ### Downloads - **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: ```bash gh attestation verify git-ai-<platform> --repo git-ai-project/git-ai ``` <!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### Other Changes * fix: clone notes fetch and carryover snapshot for non-repo CWD by @svarlamov in https://github.com/git-ai-project/git-ai/pull/838 * Add typed feature flag options to NixOS module by @jwiegley in https://github.com/git-ai-project/git-ai/pull/843 * chore(ci): bump gradle/actions from 5 to 6 by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/786 * chore(ci): bump nick-fields/retry from 2 to 4 by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/785 * chore(ci): bump actions/attest-build-provenance from 2.4.0 to 4.1.0 by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/784 * chore(deps): bump chrono from 0.4.42 to 0.4.44 by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/783 * chore(ci): bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/781 * chore(deps): bump once_cell from 1.21.3 to 1.21.4 by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/729 * chore(deps): bump regex from 1.12.2 to 1.12.3 by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/734 * Rename cloud agents by @acunniffe in https://github.com/git-ai-project/git-ai/pull/742 * fix: use musl static linking to eliminate GLIBC dependency for Linux binaries by @svarlamov in https://github.com/git-ai-project/git-ai/pull/513 * feat: update e2e tests to properly work with async mode by @svarlamov in https://github.com/git-ai-project/git-ai/pull/840 * fix: human full-rewrite of AI file no longer reported as 100% AI by @svarlamov in https://github.com/git-ai-project/git-ai/pull/849 * fix: handle Windows backslash paths in implicit clone target resolution by @svarlamov in https://github.com/git-ai-project/git-ai/pull/855 * perf: optimize rebase overhead 1614ms → 883ms (1.8x faster) by @svarlamov in https://github.com/git-ai-project/git-ai/pull/854 * fix: recognize --no-literal-pathspecs and other negated pathspec globals by @jmbeach in https://github.com/git-ai-project/git-ai/pull/858 ## New Contributors * @jmbeach made their first contribution in https://github.com/git-ai-project/git-ai/pull/858 **Full Changelog**: https://github.com/git-ai-project/git-ai/compare/v1.1.22...v1.1.23