git-ai v1.1.21
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.21/install.sh | bashWindows (PowerShell):
irm https://github.com/git-ai-project/git-ai/releases/download/v1.1.21/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: use control-socket-only check for daemon teardown on async disable by @svarlamov in #805
- fix: resolve short SHAs in daemon cherry-pick synthesis by @svarlamov in #806
- perf: further optimize rebase authorship rewrite v2 by @svarlamov in #813
- chore(intellij-plugin): bump org.jetbrains.kotlinx.kover from 0.9.7 to 0.9.8 in /agent-support/intellij by @dependabot[bot] in #810
- chore(vscode-plugin): bump posthog-node from 5.28.5 to 5.28.6 in /agent-support/vscode by @dependabot[bot] in #811
- Fix GitHub Copilot apply_patch hook handling by @svarlamov in #819
- fix: eliminate wrapper state timeout flood in async daemon mode by @svarlamov in #820
- feat: enable async_mode feature flag for new installations by @svarlamov in #821
- Rename
git-ai dtogit-ai bg, keepdas hidden alias by @svarlamov in #822 - fix: prevent daemon half-alive state when listener thread panics by @svarlamov in #826
- ci: skip Rust CI suites when no Rust files changed by @svarlamov in #831
- perf+fix: diff-based attribution, unified rebase path, daemon guard fixes by @svarlamov in #817
- Fix AI rewrite attribution for byte-identical lines by @svarlamov in #824
- fix: fetch authorship notes on clone in daemon mode by @svarlamov in #835
- chore(opencode-plugin): bump @opencode-ai/plugin from 1.3.0 to 1.3.3 in /agent-support/opencode by @dependabot[bot] in #829
- chore(vscode-plugin): bump posthog-node from 5.28.6 to 5.28.7 in /agent-support/vscode by @dependabot[bot] in #830
- chore(intellij-plugin): bump io.sentry.jvm.gradle from 6.2.0 to 6.3.0 in /agent-support/intellij by @dependabot[bot] in #827
- chore(deps): bump clap from 4.5.53 to 4.5.60 by @dependabot[bot] in #828
Full Changelog: v1.1.20...v1.1.21