Releases: git-ai-project/git-ai
Release v1.3.3-next-dfb0b1b
git-ai v1.3.3-next-dfb0b1b
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.3.3-next-dfb0b1b/install.sh | bashWindows (PowerShell):
irm https://github.com/git-ai-project/git-ai/releases/download/v1.3.3-next-dfb0b1b/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(jetbrains): use Google plugin dir for Android Studio on macOS by @peckfly in #1151
- feat(ci): add --skip-push to ci local merge by @blanet in #1190
- Revise README for improved clarity and structure by @acunniffe in #1201
Full Changelog: v1.3.5-next-8b86fcf...v1.3.3-next-dfb0b1b
Release v1.3.5-next-8b86fcf
git-ai v1.3.5-next-8b86fcf
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.3.5-next-8b86fcf/install.sh | bashWindows (PowerShell):
irm https://github.com/git-ai-project/git-ai/releases/download/v1.3.5-next-8b86fcf/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
- Revise CONTRIBUTING.md for task commands and cleanup by @svarlamov in #1196
Full Changelog: v1.3.4...v1.3.5-next-8b86fcf
Release v1.3.4
git-ai v1.3.4
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.3.4/install.sh | bashWindows (PowerShell):
irm https://github.com/git-ai-project/git-ai/releases/download/v1.3.4/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
- Strip prompt messages during serialization in release builds by @svarlamov in #1185
Full Changelog: v1.3.3...v1.3.4
Release v1.3.3
git-ai v1.3.3
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.3.3/install.sh | bashWindows (PowerShell):
irm https://github.com/git-ai-project/git-ai/releases/download/v1.3.3/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(jetbrains): prefer dataDirectoryName for plugin path by @peckfly in #1146
- ci: retry flaky tests in daemon/wrapper-daemon modes by @svarlamov in #1150
- Readme updates by @acunniffe in #1156
- Update data-privacy.md by @acunniffe in #1158
- Harden flaky test retry: fail-fast on >5 failures, fix Windows log streaming by @svarlamov in #1173
- fix: windsurf hooks would not try to install if no .codium/windsurf folder present by @acunniffe in #1174
- Route bash_tool git calls through exec_git_allow_nonzero by @jwiegley in #1182
New Contributors
Full Changelog: v1.3.2...v1.3.3
Release v1.3.2
git-ai v1.3.2
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.3.2/install.sh | bashWindows (PowerShell):
irm https://github.com/git-ai-project/git-ai/releases/download/v1.3.2/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 system OpenSSL instead of vendored in Nix build by @jwiegley in #1129
- fix: prevent mock_ai test data from leaking into telemetry by @svarlamov in #1125
- fix: harden release workflow version bump by @jwiegley in #1130
- fix: filter stale INITIAL-only prompts from human-only commit notes by @svarlamov in #1123
- fix: remove detect_copies from diff blame to fix no-data gaps by @svarlamov in #1132
- fix: prevent rebase from writing notes onto unrelated merge commits by @svarlamov in #1131
- fix(trace-normalizer): correct clone/init target resolution for --depth and relative paths by @svarlamov in #1061
- perf: skip trace-ingest wait for captured checkpoints (~60x faster) by @svarlamov in #1135
- Move copilot hooks to ~/.copilot/hooks by @svarlamov in #1141
- support bash attribution in windsurf by @acunniffe in #1139
- Detect deleted socket files and shut down zombie daemon by @svarlamov in #1133
- fix: filter Sentry events to only capture plugin errors in JetBrains plugin by @svarlamov in #914
- Tooling/updates to ai tooling by @svarlamov in #1147
Full Changelog: v1.3.1...v1.3.2
Release v1.3.1
git-ai v1.3.1
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.3.1/install.sh | bashWindows (PowerShell):
irm https://github.com/git-ai-project/git-ai/releases/download/v1.3.1/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: enable stash attribution in release builds by @svarlamov in #1122
- fix: prevent extreme memory consumption when reading large OpenCode db by @steventohme in #1120
- fix: centralize agent_usage metric emission for all AI hooks by @svarlamov in #1124
- fix: preserve AI authorship notes through rebases — conflict fix + daemon reliability by @svarlamov in #1121
- Fix security: credential permissions, CAS validation, token redaction by @jwiegley in #1028
- Use notes_add_batch for consistent notes tree fanout by @a-churchill in #1074
Full Changelog: v1.3.0...v1.3.1
Release v1.3.0
git-ai v1.3.0
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.3.0/install.sh | bashWindows (PowerShell):
irm https://github.com/git-ai-project/git-ai/releases/download/v1.3.0/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
- feat: Known Human attribution (h_) for IDE-verified edits by @svarlamov in #1023
- Harden shell scripts against injection and failure modes by @jwiegley in #1026
- Fix git ai diff to display human author names and include human_id in JSON by @svarlamov in #1046
- fix(e2e): update codex hook verification to check hooks.json by @svarlamov in #1056
- ci: run PR checks on stacked PRs (not just PRs targeting main) by @svarlamov in #1063
- fix(post-commit): skip expensive stats for mass-deletion commits by @svarlamov in #1058
- cargo: set default-run to git-ai for cargo run by @edaniels in #1066
- fix(amend): prevent orphaned prompt records when AI lines are deleted in amend by @svarlamov in #1057
- feat(windows): add dev.ps1 so task dev works natively on Windows by @svarlamov in #1070
- feat: add Pi Coding Agent support by @siarhei-belavus in #905
- fix: preserve total_additions for inherited prompts and prevent amend inflation by @svarlamov in #1081
- fix: normalize CRLF/LF line endings in stats and checkpoint diffing by @svarlamov in #1075
- fix: sibling heuristic false-positives on real git in Docker by @svarlamov in #1102
- feat: replace mixed with untracked segment in stats bar by @svarlamov in #1072
- Revert "fix: preserve total_additions for inherited prompts and prevent amend inflation" by @svarlamov in #1106
- test: add pre-commit hook formatter attribution tests by @svarlamov in #1077
- perf(reset): skip wasted blame in post-reset working-log reconstruction (#1025) by @svarlamov in #1068
- chore(vscode-plugin): bump @types/vscode from 1.99.1 to 1.115.0 in /agent-support/vscode by @dependabot[bot] in #1096
- chore(vscode-plugin): bump @types/node from 25.5.2 to 25.6.0 in /agent-support/vscode by @dependabot[bot] in #1095
- chore(vscode-plugin): bump ovsx from 0.10.9 to 0.10.11 in /agent-support/vscode by @dependabot[bot] in #1094
- chore(vscode-plugin): bump @typescript-eslint/parser from 8.58.0 to 8.58.2 in /agent-support/vscode by @dependabot[bot] in #1093
- chore(deps): bump tokio from 1.50.0 to 1.51.1 by @dependabot[bot] in #1092
- chore(vscode-plugin): bump posthog-node from 5.29.0 to 5.29.2 in /agent-support/vscode by @dependabot[bot] in #1091
- chore(deps): bump libc from 0.2.183 to 0.2.185 by @dependabot[bot] in #1090
- chore(opencode-plugin): bump @opencode-ai/plugin from 1.3.10 to 1.4.3 in /agent-support/opencode by @dependabot[bot] in #1088
- chore(ci): bump actions/github-script from 8 to 9 by @dependabot[bot] in #1089
- chore(ci): bump actions/upload-artifact from 7.0.0 to 7.0.1 by @dependabot[bot] in #1086
- chore(opencode-plugin): bump @types/node from 25.5.0 to 25.6.0 in /agent-support/opencode by @dependabot[bot] in #1085
- chore(ci): bump softprops/action-gh-release from 2.6.1 to 3.0.0 by @dependabot[bot] in #1084
- chore(intellij-plugin): bump org.jetbrains.intellij.platform from 2.13.1 to 2.14.0 in /agent-support/intellij by @dependabot[bot] in #1083
- chore(intellij-plugin): bump io.sentry.jvm.gradle from 6.3.0 to 6.4.0 in /agent-support/intellij by @dependabot[bot] in #1082
- chore(deps): bump follow-redirects from 1.15.9 to 1.16.0 in /agent-support/vscode in the npm_and_yarn group across 1 directory by @dependabot[bot] in #1107
- fix: attribute AI-authored gap lines correctly by @svarlamov in #1099
- feat(windsurf): auto-install VS Code extension for known_human checkpoint by @svarlamov in #1047
- feat: add default ignore patterns for protobuf-generated files by @svarlamov in #1111
- fix(tests): eliminate env-var race in Windows checkpoint timeout tests by @svarlamov in #1067
- fix: support custom CA certs for self-hosted instances by @svarlamov in #1100
- Bump rand 0.8 → 0.10 and update all API usages by @svarlamov in #1109
- perf(daemon): readonly flood fix + hot-path OnceLock + atomic relaxations by @svarlamov in #1059
- feat(logging): migrate from debug_log to tracing with production logging by @svarlamov in #1078
- Extract model_name from Windsurf hook payload by @acunniffe in #1117
New Contributors
- @edaniels made their first contribution in #1066
- @siarhei-belavus made their first contribution in #905
Full Changelog: v1.2.8...v1.3.0
Release v1.3.0-next-ba657b6
git-ai v1.3.0-next-ba657b6
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.3.0-next-ba657b6/install.sh | bashWindows (PowerShell):
irm https://github.com/git-ai-project/git-ai/releases/download/v1.3.0-next-ba657b6/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
- feat: replace mixed with untracked segment in stats bar by @svarlamov in #1072
- Revert "fix: preserve total_additions for inherited prompts and prevent amend inflation" by @svarlamov in #1106
- test: add pre-commit hook formatter attribution tests by @svarlamov in #1077
- perf(reset): skip wasted blame in post-reset working-log reconstruction (#1025) by @svarlamov in #1068
- chore(vscode-plugin): bump @types/vscode from 1.99.1 to 1.115.0 in /agent-support/vscode by @dependabot[bot] in #1096
- chore(vscode-plugin): bump @types/node from 25.5.2 to 25.6.0 in /agent-support/vscode by @dependabot[bot] in #1095
- chore(vscode-plugin): bump ovsx from 0.10.9 to 0.10.11 in /agent-support/vscode by @dependabot[bot] in #1094
- chore(vscode-plugin): bump @typescript-eslint/parser from 8.58.0 to 8.58.2 in /agent-support/vscode by @dependabot[bot] in #1093
- chore(deps): bump tokio from 1.50.0 to 1.51.1 by @dependabot[bot] in #1092
- chore(vscode-plugin): bump posthog-node from 5.29.0 to 5.29.2 in /agent-support/vscode by @dependabot[bot] in #1091
- chore(deps): bump libc from 0.2.183 to 0.2.185 by @dependabot[bot] in #1090
- chore(opencode-plugin): bump @opencode-ai/plugin from 1.3.10 to 1.4.3 in /agent-support/opencode by @dependabot[bot] in #1088
- chore(ci): bump actions/github-script from 8 to 9 by @dependabot[bot] in #1089
- chore(ci): bump actions/upload-artifact from 7.0.0 to 7.0.1 by @dependabot[bot] in #1086
- chore(opencode-plugin): bump @types/node from 25.5.0 to 25.6.0 in /agent-support/opencode by @dependabot[bot] in #1085
- chore(ci): bump softprops/action-gh-release from 2.6.1 to 3.0.0 by @dependabot[bot] in #1084
- chore(intellij-plugin): bump org.jetbrains.intellij.platform from 2.13.1 to 2.14.0 in /agent-support/intellij by @dependabot[bot] in #1083
- chore(intellij-plugin): bump io.sentry.jvm.gradle from 6.3.0 to 6.4.0 in /agent-support/intellij by @dependabot[bot] in #1082
- chore(deps): bump follow-redirects from 1.15.9 to 1.16.0 in /agent-support/vscode in the npm_and_yarn group across 1 directory by @dependabot[bot] in #1107
- fix: attribute AI-authored gap lines correctly by @svarlamov in #1099
- feat(windsurf): auto-install VS Code extension for known_human checkpoint by @svarlamov in #1047
- feat: add default ignore patterns for protobuf-generated files by @svarlamov in #1111
- fix(tests): eliminate env-var race in Windows checkpoint timeout tests by @svarlamov in #1067
Full Changelog: v1.3.0-next-a1321a5...v1.3.0-next-ba657b6
Release v1.3.0-next-a1321a5
git-ai v1.3.0-next-a1321a5
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.3.0-next-a1321a5/install.sh | bashWindows (PowerShell):
irm https://github.com/git-ai-project/git-ai/releases/download/v1.3.0-next-a1321a5/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(e2e): update codex hook verification to check hooks.json by @svarlamov in #1056
- ci: run PR checks on stacked PRs (not just PRs targeting main) by @svarlamov in #1063
- fix(post-commit): skip expensive stats for mass-deletion commits by @svarlamov in #1058
- cargo: set default-run to git-ai for cargo run by @edaniels in #1066
- fix(amend): prevent orphaned prompt records when AI lines are deleted in amend by @svarlamov in #1057
- feat(windows): add dev.ps1 so task dev works natively on Windows by @svarlamov in #1070
- feat: add Pi Coding Agent support by @siarhei-belavus in #905
- fix: preserve total_additions for inherited prompts and prevent amend inflation by @svarlamov in #1081
- fix: normalize CRLF/LF line endings in stats and checkpoint diffing by @svarlamov in #1075
- fix: sibling heuristic false-positives on real git in Docker by @svarlamov in #1102
New Contributors
- @edaniels made their first contribution in #1066
- @siarhei-belavus made their first contribution in #905
Full Changelog: v1.3.0-next-bacf066...v1.3.0-next-a1321a5
Release v1.3.0-next-bacf066
git-ai v1.3.0-next-bacf066
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.3.0-next-bacf066/install.sh | bashWindows (PowerShell):
irm https://github.com/git-ai-project/git-ai/releases/download/v1.3.0-next-bacf066/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 git ai diff to display human author names and include human_id in JSON by @svarlamov in #1046
Full Changelog: v1.3.0-next-380a1f8...v1.3.0-next-bacf066