git-ai v1.6.11
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.6.11/install.sh | bashWindows (PowerShell):
irm https://github.com/git-ai-project/git-ai/releases/download/v1.6.11/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: resolve nightly agent test failures for droid and opencode by @Siddhant-K-code in #1725
- Add agent-v1 shell command attribution by @Siddhant-K-code in #1636
- Fix Cursor hook stdin decoding for CJK content by @Siddhant-K-code in #1637
- Fix Copilot VS Code selected model extraction by @Siddhant-K-code in #1638
- fix(ci) - Agent v1 shell command CI break by @Siddhant-K-code in #1734
- Fix Windows CI flakes by @svarlamov in #1739
- Reduce trace2 event nesting by @svarlamov in #1738
- feat(daemon): raise trace socket receive buffer to absorb trace2 bursts by @Siddhant-K-code in #1762
- chore(deps): bump ignore from 0.4.25 to 0.4.27 by @dependabot[bot] in #1757
- chore(intellij-plugin): bump io.sentry.jvm.gradle from 6.11.0 to 6.14.0 in /agent-support/intellij by @dependabot[bot] in #1744
- chore(vscode-plugin): bump @vscode/test-cli from 0.0.12 to 0.0.15 in /agent-support/vscode by @dependabot[bot] in #1745
- chore(opencode-plugin): bump @opencode-ai/plugin from 1.17.7 to 1.17.14 in /agent-support/opencode by @dependabot[bot] in #1747
- chore(ci): bump dtolnay/rust-toolchain from 3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 to fa04a1451ff1842e2626ccb99004d0195b455a88 by @dependabot[bot] in #1748
- chore(opencode-plugin): bump @types/node from 25.9.3 to 26.1.0 in /agent-support/opencode by @dependabot[bot] in #1749
- chore(vscode-plugin): bump @typescript-eslint/eslint-plugin from 8.61.1 to 8.63.0 in /agent-support/vscode by @dependabot[bot] in #1750
- chore(vscode-plugin): bump posthog-node from 5.35.14 to 5.39.4 in /agent-support/vscode by @dependabot[bot] in #1755
- chore(vscode-plugin): bump @types/node from 25.9.3 to 26.1.1 in /agent-support/vscode by @dependabot[bot] in #1754
- add telemetry examples by @svarlamov in #1764
Full Changelog: v1.6.10...v1.6.11