v1.5.7
git-ai-project/git-aiv1.5.7Jun 14, 2026by github-actions[bot]
AI Summary
A maintenance release focusing on bug fixes, introducing a new Visual Studio extension for AI edit detection, and improving the daemon and installation process stability.
Key Highlights
- New Visual Studio extension for AI edit detection.
- Fix for Windows clients exhausting control-pipe workers.
- Improved extension-install nag handling for editors.
- Codex hooks.json install option added.
New Features
- Visual Studio extension support.
- Fix for PostHog/Sentry errors reaching IDE error dialog.
- Stop misleading extension-install nag for Cursor/Windsurf/VS Code.
- Fix for stalled Windows clients.
Full Release Notes
## git-ai v1.5.7 ### 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.7/install.sh | bash ``` **Windows (PowerShell):** ```powershell irm https://github.com/git-ai-project/git-ai/releases/download/v1.5.7/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 * Readme changes by @acunniffe in https://github.com/git-ai-project/git-ai/pull/1518 * fix(jetbrains): prevent PostHog/Sentry errors from reaching IDE error dialog by @svarlamov in https://github.com/git-ai-project/git-ai/pull/1513 * feat: Add Visual Studio extension for AI edit detection by @sanjog-gururaj in https://github.com/git-ai-project/git-ai/pull/1535 * fix(install): stop misleading extension-install nag for Cursor/Windsurf/VS Code when the editor isn't installed by @poi1649 in https://github.com/git-ai-project/git-ai/pull/1547 * Fix GitHub CI previous head fetch by @svarlamov in https://github.com/git-ai-project/git-ai/pull/1551 * fix(daemon): prevent stalled Windows clients from exhausting control-pipe workers by @iopass4 in https://github.com/git-ai-project/git-ai/pull/1544 * Add Codex hooks.json install option by @svarlamov in https://github.com/git-ai-project/git-ai/pull/1540 ## New Contributors * @sanjog-gururaj made their first contribution in https://github.com/git-ai-project/git-ai/pull/1535 * @poi1649 made their first contribution in https://github.com/git-ai-project/git-ai/pull/1547 * @iopass4 made their first contribution in https://github.com/git-ai-project/git-ai/pull/1544 **Full Changelog**: https://github.com/git-ai-project/git-ai/compare/v1.5.6...v1.5.7