v1.6.11

agent0ai/agent-zerov1.6.11Jul 9, 2026by github-actions[bot]

AI Summary

This release focuses on fixing agent test failures for droid and opencode, improving shell command attribution, and resolving issues with Cursor hook stdin decoding for CJK content and Copilot model extraction.

Key Highlights

  • Fixes nightly agent test failures for droid and opencode agents
  • Fixes Cursor hook stdin decoding for CJK content
  • Fixes Copilot VS Code selected model extraction
  • Increases trace socket receive buffer to absorb trace2 bursts

New Features

  • Add telemetry examples

Full Release Notes

## git-ai v1.6.11

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

**Windows (PowerShell):**
```powershell
irm https://github.com/git-ai-project/git-ai/releases/download/v1.6.11/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: resolve nightly agent test failures for droid and opencode by @Siddhant-K-code in https://github.com/git-ai-project/git-ai/pull/1725
* Add agent-v1 shell command attribution by @Siddhant-K-code in https://github.com/git-ai-project/git-ai/pull/1636
* Fix Cursor hook stdin decoding for CJK content by @Siddhant-K-code in https://github.com/git-ai-project/git-ai/pull/1637
* Fix Copilot VS Code selected model extraction by @Siddhant-K-code in https://github.com/git-ai-project/git-ai/pull/1638
* fix(ci) - Agent v1 shell command CI break by @Siddhant-K-code in https://github.com/git-ai-project/git-ai/pull/1734
* Fix Windows CI flakes by @svarlamov in https://github.com/git-ai-project/git-ai/pull/1739
* Reduce trace2 event nesting by @svarlamov in https://github.com/git-ai-project/git-ai/pull/1738
* feat(daemon): raise trace socket receive buffer to absorb trace2 bursts by @Siddhant-K-code in https://github.com/git-ai-project/git-ai/pull/1762
* chore(deps): bump ignore from 0.4.25 to 0.4.27 by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/1757
* chore(intellij-plugin): bump io.sentry.jvm.gradle from 6.11.0 to 6.14.0 in /agent-support/intellij by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/1744
* chore(vscode-plugin): bump @vscode/test-cli from 0.0.12 to 0.0.15 in /agent-support/vscode by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/1745
* chore(opencode-plugin): bump @opencode-ai/plugin from 1.17.7 to 1.17.14 in /agent-support/opencode by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/1747
* chore(ci): bump dtolnay/rust-toolchain from 3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 to fa04a1451ff1842e2626ccb99004d0195b455a88 by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/1748
* chore(opencode-plugin): bump @types/node from 25.9.3 to 26.1.0 in /agent-support/opencode by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/1749
* chore(vscode-plugin): bump @typescript-eslint/eslint-plugin from 8.61.1 to 8.63.0 in /agent-support/vscode by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/1750
* chore(vscode-plugin): bump posthog-node from 5.35.14 to 5.39.4 in /agent-support/vscode by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/1755
* chore(vscode-plugin): bump @types/node from 25.9.3 to 26.1.1 in /agent-support/vscode by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/1754
* add telemetry examples by @svarlamov in https://github.com/git-ai-project/git-ai/pull/1764


**Full Changelog**: https://github.com/git-ai-project/git-ai/compare/v1.6.10...v1.6.11