v1.1.13

git-ai-project/git-aiv1.1.13Mar 17, 2026by github-actions[bot]

AI Summary

git-ai v1.1.13 is a maintenance release focused on dependency updates, security hardening, and infrastructure improvements. The release includes hardened CI/CD pipelines against supply chain attacks, reverted OAuth flags for enterprise security compliance, and various plugin and dependency updates across the project.

Key Highlights

  • Hardened release pipeline against supply chain attacks (PR #693)
  • Reverted OAuth flag to address enterprise security team concerns (PR #678)
  • Added tracking for JB IDEs (PR #672)
  • Introduced nightly agent CLI integration tests (PR #602)
  • Updated OpenCode plugin directory from 'plugin' to 'plugins' naming (PR #702)

New Features

  • Security hardening for release pipeline with supply chain attack protection
  • Enterprise OAuth flag reverted for fleet-wide security compliance
  • Nightly integration tests for agent CLI
  • JB IDEs tracking support

Full Release Notes

## 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:**
```bash
curl -fsSL https://github.com/git-ai-project/git-ai/releases/download/v1.1.13/install.sh | bash
```

**Windows (PowerShell):**
```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:
```bash
gh attestation verify git-ai-<platform> --repo git-ai-project/git-ai
```


<!-- Release notes generated using configuration in .github/release.yml at v1.1.13 -->

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

## New Contributors
* @makosblade made their first contribution in https://github.com/git-ai-project/git-ai/pull/672

**Full Changelog**: https://github.com/git-ai-project/git-ai/compare/v1.1.12...v1.1.13