v1.1.19

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

AI Summary

git-ai v1.1.19 is a minor release focused on configuration enhancements and dependency updates. The release adds support for loading custom VSCode names from a config file and introduces a new GIT_AI_CLOUD_AGENT environment variable override for custom background agents.

Key Highlights

  • Added support for loading custom VSCode names from config file (PR #768)
  • Introduced GIT_AI_CLOUD_AGENT=1 environment variable override for custom background agents (PR #772)
  • Updated multiple dependencies including zip, posthog-node, and @opencode-ai/plugin
  • Upgraded CI workflows with updated actions (checkout, cache, setup-node)
  • Updated gix-config from 0.51.0 to 0.53.0

New Features

  • Load custom VSCode names from config file
  • GIT_AI_CLOUD_AGENT=1 override for enabling custom background agents

Full Release Notes

## git-ai v1.1.19

### 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.19/install.sh | bash
```

**Windows (PowerShell):**
```powershell
irm https://github.com/git-ai-project/git-ai/releases/download/v1.1.19/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 main -->

## What's Changed
### Other Changes
* Load custom VSCode names from config file by @a-churchill in https://github.com/git-ai-project/git-ai/pull/768
* add GIT_AI_CLOUD_AGENT=1 override for custom background agents by @acunniffe in https://github.com/git-ai-project/git-ai/pull/772
* chore(deps): bump zip from 2.4.2 to 8.3.0 by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/766
* chore(vscode-plugin): bump posthog-node from 5.28.3 to 5.28.5 in /agent-support/vscode by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/767
* chore(opencode-plugin): bump @opencode-ai/plugin from 1.2.27 to 1.3.0 in /agent-support/opencode by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/775
* chore(intellij-plugin): bump gradle-wrapper from 9.3.1 to 9.4.1 in /agent-support/intellij by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/758
* chore(ci): bump actions/checkout from 4 to 6 by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/739
* chore(ci): bump actions/cache from 4 to 5 by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/738
* chore(deps): bump gix-config from 0.51.0 to 0.53.0 by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/737
* chore(ci): bump softprops/action-gh-release from 2.6.0 to 2.6.1 by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/735
* chore(ci): bump actions/setup-node from 4 to 6 by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/733
* chore(ci): bump JetBrains/qodana-action from 2025.3.1 to 2025.3.2 by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/736


**Full Changelog**: https://github.com/git-ai-project/git-ai/compare/v1.1.18...v1.1.19