v1.5.3

git-ai-project/git-aiv1.5.3Jun 3, 2026by github-actions[bot]

AI Summary

Patch release focusing on IDE extensions telemetry, VSCode packaging fixes, and OpenCode Desktop checkpointing improvements.

Key Highlights

  • Honor telemetry_oss config in IDE extensions
  • Fix VSCode release version bump using GitHub App token
  • Fix OpenCode Desktop checkpointing
  • Various dependency updates for CI and VSCode plugin

New Features

  • Honor telemetry_oss configuration in IDE extensions
  • VSCode package alignment with minimum version
  • Fix OpenCode Desktop checkpointing

Full Release Notes

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

**Windows (PowerShell):**
```powershell
irm https://github.com/git-ai-project/git-ai/releases/download/v1.5.3/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
* fix(ide-extensions): honor telemetry_oss config by @svarlamov in https://github.com/git-ai-project/git-ai/pull/1458
* Align vscode pkg with min version by @svarlamov in https://github.com/git-ai-project/git-ai/pull/1459
* fix(ci): use GitHub App token for vscode release version bump by @svarlamov in https://github.com/git-ai-project/git-ai/pull/1460
* chore(ci): bump actions/cache from 5.0.3 to 5.0.5 by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/1451
* chore(ci): bump github/codeql-action from 4.35.5 to 4.36.0 by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/1454
* chore(vscode-plugin): bump posthog-node from 5.35.1 to 5.35.4 in /agent-support/vscode by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/1457
* chore(deps): bump interprocess from 2.4.0 to 2.4.2 by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/1453
* [codex] fix OpenCode Desktop checkpointing by @svarlamov in https://github.com/git-ai-project/git-ai/pull/1485


**Full Changelog**: https://github.com/git-ai-project/git-ai/compare/v1.5.2...v1.5.3