Skip to content

Releases: git-ai-project/git-ai

Release v1.1.17

19 Mar 23:58
14a23c9

Choose a tag to compare

git-ai v1.1.17

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.17/install.sh | bash

Windows (PowerShell):

irm https://github.com/git-ai-project/git-ai/releases/download/v1.1.17/install.ps1 | iex

Downloads

  • 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-ai

What's Changed

Other Changes

Full Changelog: v1.1.16...v1.1.17

Release v1.1.16

19 Mar 12:53
326ba57

Choose a tag to compare

git-ai v1.1.16

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.16/install.sh | bash

Windows (PowerShell):

irm https://github.com/git-ai-project/git-ai/releases/download/v1.1.16/install.ps1 | iex

Downloads

  • 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-ai

What's Changed

Other Changes

  • chore(intellij-plugin): bump io.sentry.jvm.gradle from 6.1.0 to 6.2.0 in /agent-support/intellij by @dependabot[bot] in #747
  • chore(vscode-plugin): bump posthog-node from 5.28.2 to 5.28.3 in /agent-support/vscode by @dependabot[bot] in #748
  • feat: push authorship notes to Factory backend via droid CLI by @jonathan-factory in #744
  • Add lefthook pre-commit hooks and strict lint/format checks by @jwiegley in #752
  • ci: run E2E tests nightly and on integration label only by @jwiegley in #755
  • Reduce git network usage by @svarlamov in #754

New Contributors

Full Changelog: v1.1.15...v1.1.16

Release v1.1.15

17 Mar 03:40

Choose a tag to compare

git-ai v1.1.15

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.15/install.sh | bash

Windows (PowerShell):

irm https://github.com/git-ai-project/git-ai/releases/download/v1.1.15/install.ps1 | iex

Downloads

  • 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-ai

Full Changelog: v1.1.14...v1.1.15

Release v1.1.14

17 Mar 03:08
60488d0

Choose a tag to compare

git-ai v1.1.14

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.14/install.sh | bash

Windows (PowerShell):

irm https://github.com/git-ai-project/git-ai/releases/download/v1.1.14/install.ps1 | iex

Downloads

  • 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-ai

Full Changelog: v1.1.13...v1.1.14

Release v1.1.13

17 Mar 02:48
170e7f4

Choose a tag to compare

git-ai v1.1.13

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.13/install.sh | bash

Windows (PowerShell):

irm https://github.com/git-ai-project/git-ai/releases/download/v1.1.13/install.ps1 | iex

Downloads

  • 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-ai

What's Changed

Other Changes

  • chore(opencode-plugin): bump @opencode-ai/plugin from 1.0.141 to 1.2.25 in /agent-support/opencode by @dependabot[bot] in #697
  • chore(deps): bump toml from 0.8.23 to 0.9.8 by @dependabot[bot] in #689
  • Opencode: Rename plugin directory from 'plugin' to 'plugins' in code and tests by @svarlamov in #702
  • chore(deps): bump git2 from 0.20.2 to 0.20.4 by @dependabot[bot] in #687
  • chore(vscode-plugin): bump @types/node from 20.19.4 to 25.5.0 in /agent-support/vscode by @dependabot[bot] in #691
  • chore(intellij-plugin): bump org.jetbrains.intellij.platform from 2.12.0 to 2.13.0 in /agent-support/intellij by @dependabot[bot] in #696
  • chore(opencode-plugin): bump @types/node from 20.19.26 to 25.5.0 in /agent-support/opencode by @dependabot[bot] in #681
  • chore(deps): bump filetime from 0.2.26 to 0.2.27 by @dependabot[bot] in #682
  • chore(vscode-plugin): bump posthog-node from 5.18.1 to 5.28.1 in /agent-support/vscode by @dependabot[bot] in #685
  • chore(vscode-plugin): bump ovsx from 0.10.4 to 0.10.9 in /agent-support/vscode by @dependabot[bot] in #688
  • fix(ci): harden release pipeline against supply chain attacks by @acunniffe in #693
  • revert flag to address concerns of enterprise security team for fleet wide oauth by @acunniffe in #678
  • chore(intellij-plugin): bump org.jetbrains.intellij.platform from 2.13.0 to 2.13.1 in /agent-support/intellij by @dependabot[bot] in #704
  • chore(ci): bump JetBrains/qodana-action from 2025.1.1 to 2025.3.1 by @dependabot[bot] in #707
  • chore(vscode-plugin): bump @vscode/test-cli from 0.0.11 to 0.0.12 in /agent-support/vscode by @dependabot[bot] in #715
  • chore(vscode-plugin): bump posthog-node from 5.28.1 to 5.28.2 in /agent-support/vscode by @dependabot[bot] in #714
  • chore(deps): bump serial_test from 3.2.0 to 3.4.0 by @dependabot[bot] in #713
  • chore(vscode-plugin): bump @vscode/vsce from 3.6.0 to 3.7.1 in /agent-support/vscode by @dependabot[bot] in #712
  • chore(opencode-plugin): bump @opencode-ai/plugin from 1.2.25 to 1.2.26 in /agent-support/opencode by @dependabot[bot] in #710
  • chore(deps): bump serde_json from 1.0.145 to 1.0.149 by @dependabot[bot] in #708
  • chore(ci): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #711
  • chore(ci): bump softprops/action-gh-release from 2.5.0 to 2.6.0 by @dependabot[bot] in #709
  • chore(ci): bump actions/cache from 4 to 5 by @dependabot[bot] in #706
  • chore(ci): bump actions/download-artifact from 4 to 8 by @dependabot[bot] in #703
  • chore(deps): bump jsonc-parser from 0.27.1 to 0.29.0 by @dependabot[bot] in #684
  • chore(deps): bump serde_json_canonicalizer from 0.3.1 to 0.3.2 by @dependabot[bot] in #686
  • track everything in jb ides by @makosblade in #672
  • chore(deps): bump uuid from 1.19.0 to 1.22.0 by @dependabot[bot] in #724
  • chore(deps): bump crossterm from 0.28.1 to 0.29.0 by @dependabot[bot] in #723
  • chore(intellij-plugin): bump org.jetbrains.qodana from 2025.3.1 to 2025.3.2 in /agent-support/intellij by @dependabot[bot] in #722
  • chore(intellij-plugin): bump org.jetbrains.kotlin.jvm from 2.3.10 to 2.3.20 in /agent-support/intellij by @dependabot[bot] in #721
  • chore(deps): bump url from 2.5.7 to 2.5.8 by @dependabot[bot] in #720
  • chore(deps): bump tempfile from 3.24.0 to 3.27.0 by @dependabot[bot] in #719
  • chore(opencode-plugin): bump @opencode-ai/plugin from 1.2.26 to 1.2.27 in /agent-support/opencode by @dependabot[bot] in #718
  • chore(deps): bump insta from 1.44.3 to 1.46.3 by @dependabot[bot] in #717
  • Add nightly agent CLI integration tests by @jwiegley in #602

New Contributors

Full Changelog: v1.1.12...v1.1.13

Release v1.1.12

13 Mar 03:58
859f7d8

Choose a tag to compare

git-ai v1.1.12

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.12/install.sh | bash

Windows (PowerShell):

irm https://github.com/git-ai-project/git-ai/releases/download/v1.1.12/install.ps1 | iex

Downloads

  • 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-ai

What's Changed

Other Changes

  • dependabot updates for all plugins and root project by @acunniffe in #679
  • fix: replace Unicode arrows in install.ps1 for PowerShell 5.1 compatibility by @svarlamov in #680
  • feat: add X-Author-Identity header to API client when API key is set by @svarlamov in #695

Full Changelog: v1.1.11...v1.1.12

Release v1.1.11

12 Mar 15:41
81a4693

Choose a tag to compare

git-ai v1.1.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.1.11/install.sh | bash

Windows (PowerShell):

irm https://github.com/git-ai-project/git-ai/releases/download/v1.1.11/install.ps1 | iex

Downloads

  • 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-ai

What's Changed

Other Changes

  • fix: handle binary/non-UTF-8 content in diff parsing + exclude binary files from diffs by @svarlamov in #657
  • Fix xdg-open error spam during login on headless Linux by @acunniffe in #641
  • fix: migrate working log on non-ancestor reset instead of deleting it by @steventohme in #663
  • fix: redirect clone hook output to stderr, respect quiet config and allow_repositories by @svarlamov in #661
  • api key mode for session + metrics uploading by @acunniffe in #669
  • fix: download directly from GitHub in Mac/Linux install script by @svarlamov in #667
  • Add tests for custom_attributes preservation in rebase, cherry-pick, amend, squash by @svarlamov in #671
  • chore(intellij): bump org.jetbrains.intellij.platform from 2.11.0 to 2.12.0 in /agent-support/intellij by @dependabot[bot] in #655
  • fix: download directly from GitHub in Windows install script by @a-churchill in #665
  • fix: use ~/.git-ai/tmp/ for install script instead of /tmp by @txf0096 in #644
  • Add custom attributes for PromptRecords and metrics by @acunniffe in #650
  • fix: address Devin review feedback on install script + fix hardcoded line numbers in release pipeline by @svarlamov in #670

New Contributors

Full Changelog: v1.1.10...v1.1.11

Release v1.1.11-next-81a4693

11 Mar 23:26
81a4693

Choose a tag to compare

Pre-release

git-ai v1.1.11-next-81a4693

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.1.11-next-81a4693/install.sh | bash

Windows (PowerShell):

irm https://github.com/git-ai-project/git-ai/releases/download/v1.1.11-next-81a4693/install.ps1 | iex

Downloads

  • 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-ai

What's Changed

Other Changes

  • fix: handle binary/non-UTF-8 content in diff parsing + exclude binary files from diffs by @svarlamov in #657
  • Fix xdg-open error spam during login on headless Linux by @acunniffe in #641
  • fix: migrate working log on non-ancestor reset instead of deleting it by @steventohme in #663
  • fix: redirect clone hook output to stderr, respect quiet config and allow_repositories by @svarlamov in #661
  • api key mode for session + metrics uploading by @acunniffe in #669
  • fix: download directly from GitHub in Mac/Linux install script by @svarlamov in #667
  • Add tests for custom_attributes preservation in rebase, cherry-pick, amend, squash by @svarlamov in #671
  • chore(intellij): bump org.jetbrains.intellij.platform from 2.11.0 to 2.12.0 in /agent-support/intellij by @dependabot[bot] in #655
  • fix: download directly from GitHub in Windows install script by @a-churchill in #665
  • fix: use ~/.git-ai/tmp/ for install script instead of /tmp by @txf0096 in #644
  • Add custom attributes for PromptRecords and metrics by @acunniffe in #650
  • fix: address Devin review feedback on install script + fix hardcoded line numbers in release pipeline by @svarlamov in #670

New Contributors

Full Changelog: v1.1.10...v1.1.11-next-81a4693

Release v1.1.10

10 Mar 03:38
18e4e25

Choose a tag to compare

git-ai v1.1.10

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.10/install.sh | bash

Windows (PowerShell):

irm https://github.com/git-ai-project/git-ai/releases/download/v1.1.10/install.ps1 | iex

Downloads

  • 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-ai

What's Changed

Other Changes

  • Add patch and multiedit tools to opencode plugin by @prydt in #651
  • Fix UTF-8 BOM config parsing on Windows by @svarlamov in #653

New Contributors

Full Changelog: v1.1.9...v1.1.10

Release v1.1.9

09 Mar 12:30
6bfbb67

Choose a tag to compare

git-ai v1.1.9

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.9/install.sh | bash

Windows (PowerShell):

irm https://github.com/git-ai-project/git-ai/releases/download/v1.1.9/install.ps1 | iex

Downloads

  • 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-ai

What's Changed

Other Changes

  • ci: bump flake.nix version alongside Cargo.toml in release workflow by @svarlamov in #626
  • better cli logging for release builds by @acunniffe in #628
  • feat: add git_hooks_enabled + git_hooks_externally_managed flags by @svarlamov in #627
  • Blame: attribute background agent commits without authorship notes by @svarlamov in #631
  • Windsurf support by @acunniffe in #621
  • fix: use OnceLock instead of OnceCell for Repository thread safety by @svarlamov in #635
  • feat: add drizzle migration meta pattern to default ignores by @svarlamov in #637
  • Fix git-ai diff two-revision argument parsing by @svarlamov in #649

Full Changelog: v1.1.8...v1.1.9