v1.5.10

weaviate/Verbav1.5.10Jun 21, 2026by github-actions[bot]

AI Summary

Maintenance release for git-ai focusing on dependency updates and runtime performance improvements. The update includes the removal of the smol runtime and optimizations to reduce idle wakeups for transcript workers.

Key Highlights

  • Removed smol runtime to reduce dependencies
  • Reduced idle transcript worker wakeups for better performance
  • Pinned Git core compatibility source
  • Updated various dependencies (eslint, gradle, openssl, etc.)

New Features

  • Added 'git ai usage' command

Full Release Notes

## git-ai v1.5.10

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

**Windows (PowerShell):**
```powershell
irm https://github.com/git-ai-project/git-ai/releases/download/v1.5.10/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
* [codex] Pin Git core compatibility source by @svarlamov in https://github.com/git-ai-project/git-ai/pull/1581
* chore(deps): bump insta from 1.47.2 to 1.48.0 by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/1574
* chore(vscode-plugin): bump eslint from 10.4.0 to 10.5.0 in /agent-support/vscode by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/1573
* chore(intellij-plugin): bump org.jetbrains.qodana from 2025.3.2 to 2026.1.3 in /agent-support/intellij by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/1572
* chore(intellij-plugin): bump io.sentry.jvm.gradle from 6.5.0 to 6.11.0 in /agent-support/intellij by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/1571
* chore(vscode-plugin): bump @types/node from 25.9.1 to 25.9.3 in /agent-support/vscode by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/1570
* chore(ci): bump gradle/actions from 6.1.0 to 6.2.0 by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/1564
* chore(opencode-plugin): bump @types/node from 25.9.1 to 25.9.3 in /agent-support/opencode by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/1565
* chore(deps): bump openssl from 0.10.80 to 0.10.81 by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/1566
* chore(ci): bump JetBrains/qodana-action from 2026.1.0 to 2026.1.3 by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/1567
* chore(opencode-plugin): bump @opencode-ai/plugin from 1.15.13 to 1.17.7 in /agent-support/opencode by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/1568
* [codex] Remove smol runtime by @svarlamov in https://github.com/git-ai-project/git-ai/pull/1549
* [codex] Reduce idle transcript worker wakeups by @svarlamov in https://github.com/git-ai-project/git-ai/pull/1582
* git ai usage by @clarete in https://github.com/git-ai-project/git-ai/pull/1434

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

**Full Changelog**: https://github.com/git-ai-project/git-ai/compare/v1.5.9...v1.5.10