git-ai v1.2.7-next-f211688
Release Channel
next
Installation
Install this specific version with checksum verification:
macOS/Linux:
curl -fsSL https://github.com/git-ai-project/git-ai/releases/download/v1.2.7-next-f211688/install.sh | bashWindows (PowerShell):
irm https://github.com/git-ai-project/git-ai/releases/download/v1.2.7-next-f211688/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
- [codex] migrate Codex preset to hooks and shared bash recovery by @svarlamov in #997
- fix(ci): reverse original_commits order + add local CI regression tests by @svarlamov in #1015
- feat: bash tool change attribution via filesystem snapshots, codex fixes by @jwiegley in #798
- chore(vscode-plugin): bump @types/node from 25.5.0 to 25.5.2 in /agent-support/vscode by @dependabot[bot] in #1011
- chore(vscode-plugin): bump typescript from 5.8.3 to 6.0.2 in /agent-support/vscode by @dependabot[bot] in #1010
- chore(deps): bump zip from 8.4.0 to 8.5.1 by @dependabot[bot] in #1009
- chore(vscode-plugin): bump posthog-node from 5.28.9 to 5.29.0 in /agent-support/vscode by @dependabot[bot] in #1007
- chore(deps): bump indicatif from 0.17.11 to 0.18.4 by @dependabot[bot] in #1006
- chore(ci): bump actions/checkout from 4 to 6 by @dependabot[bot] in #1005
- chore(vscode-plugin): bump eslint from 9.30.1 to 10.2.0 in /agent-support/vscode by @dependabot[bot] in #1004
- feat: add
git ai fetch-notescommand for synchronous notes fetch by @Krishnachaitanyakc in #987 - feat: return ok=true with git_repo=false when bg status is run outside a git repo by @svarlamov in #898
- chore(deps): bump ratatui from 0.28.1 to 0.30.0 by @dependabot[bot] in #1012
- Fix Devin Review bugs in PR #932: stale help text and missing trailing newline by @svarlamov in #1018
- Move cursor to JSONL from sqlite by @acunniffe in #932
- fix: respect CLAUDE_CONFIG_DIR env var in install-hooks and skills by @svarlamov in #1019
- feat: retain working logs under old-SHA for 7 days in production builds by @svarlamov in #1022
Full Changelog: v1.2.7-next-d2c85a4...v1.2.7-next-f211688