git-ai v1.6.21
Release Channel
latest
Beta: The Windows MSI and macOS PKG installers are beta.
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.6.21/install.sh | bashWindows (PowerShell):
irm https://github.com/git-ai-project/git-ai/releases/download/v1.6.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 - 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
- [codex] Resolve Codex model from transcript/config fallback by @Dame5211 in #1711
- docs: use GitHub Stacks for PR workflow by @svarlamov in #2061
- fix(daemon): reuse bounded Tokio runtimes by @svarlamov in #2056
- perf(checkpoint): avoid duplicate working-log materialization by @svarlamov in #2063
- fix(daemon): cap glibc allocator arena retention by @svarlamov in #2064
- perf(daemon): throttle agent_usage emission with an in-memory limiter by @svarlamov in #2029
- test(daemon): await idle control connection closure by @svarlamov in #2068
- perf(daemon): scope sync.family's trace fence to the requested family by @svarlamov in #2030
- build(deps): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in #2081
- chore(intellij-plugin): bump org.jetbrains.qodana from 2026.1.3 to 2026.2.0 in /agent-support/intellij by @dependabot[bot] in #2082
- chore(intellij-plugin): bump io.sentry.jvm.gradle from 6.15.0 to 6.17.0 in /agent-support/intellij by @dependabot[bot] in #2083
- chore(opencode-plugin): bump @opencode-ai/plugin from 1.18.4 to 1.18.11 in /agent-support/opencode by @dependabot[bot] in #2084
- chore(vscode-plugin): bump posthog-node from 5.46.0 to 5.47.3 in /agent-support/vscode by @dependabot[bot] in #2085
- chore(ci): bump the codeql group with 2 updates by @dependabot[bot] in #2086
- chore(ci): bump JetBrains/qodana-action from 2026.1.3 to 2026.2.0 by @dependabot[bot] in #2087
- chore(ci): bump actions/setup-java from 5.6.0 to 5.7.0 by @dependabot[bot] in #2088
- chore(deps): bump fast-uri from 3.1.4 to 3.1.5 in /agent-support/vscode in the npm_and_yarn group across 1 directory by @dependabot[bot] in #2089
- Readme nit re note consistency by @svarlamov in #2090
New Contributors
Full Changelog: v1.6.20...v1.6.21