v1.2.4

git-ai-project/git-aiv1.2.4Apr 1, 2026by github-actions[bot]

AI Summary

git-ai v1.2.4 is a patch release focused on dependency updates, CI improvements, and a bug fix for checkpoint routing. The release includes updates to multiple dependencies and refactors an unused flag, with no breaking changes.

Key Highlights

  • Bug fix: checkpoints now route to correct nested subrepo instead of parent repo
  • Refactored: removed unused checkpoint --reset flag
  • Updated multiple dependencies (crossterm, jsonc-parser, futures, insta, TypeScript ESLint parser)
  • Improved CI workflows (codecov v5→v6, GitHub Actions versions updated)
  • Dependabot schedule changed from daily to weekly

Full Release Notes

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

**Windows (PowerShell):**
```powershell
irm https://github.com/git-ai-project/git-ai/releases/download/v1.2.4/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
* chore: change dependabot schedule from daily to weekly by @svarlamov in https://github.com/git-ai-project/git-ai/pull/897
* refactor: remove unused checkpoint --reset flag by @svarlamov in https://github.com/git-ai-project/git-ai/pull/906
* fix: route checkpoints to correct nested subrepo instead of parent repo by @oatiz in https://github.com/git-ai-project/git-ai/pull/904
* chore(ci): bump codecov/codecov-action from 5 to 6 by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/891
* 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/892
* chore(deps): bump jsonc-parser from 0.29.0 to 0.32.1 by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/893
* chore(ci): bump go-task/setup-task from 1 to 2 by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/887
* chore(ci): bump actions/github-script from 7 to 8 by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/885
* chore(deps): bump futures from 0.3.31 to 0.3.32 by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/883
* chore(deps): bump insta from 1.46.3 to 1.47.2 by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/890
* chore(ci): bump jtalk/url-health-check-action from 4 to 5 by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/889
* chore(deps): bump the npm_and_yarn group across 1 directory with 8 updates by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/912
* chore(opencode-plugin): bump @opencode-ai/plugin from 1.3.7 to 1.3.10 in /agent-support/opencode by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/888
* chore(vscode-plugin): bump @typescript-eslint/parser from 8.35.1 to 8.58.0 in /agent-support/vscode by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/894

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

**Full Changelog**: https://github.com/git-ai-project/git-ai/compare/v1.2.3...v1.2.4