v1.5.3

krillinai/OpenCreatorv1.5.3Jun 3, 2026by github-actions[bot]

AI Summary

A maintenance release focusing on configuration fixes, dependency updates, and correcting OpenCode Desktop checkpointing behavior.

Key Highlights

  • Honor telemetry_oss configuration
  • Align VS Code package with minimum version requirements
  • Fix OpenCode Desktop checkpointing

New Features

  • Telemetry configuration correction
  • OpenCode Desktop checkpointing fix

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