v1.5.7

Chainlit/chainlitv1.5.7Jun 14, 2026by github-actions[bot]

AI Summary

This release adds a Visual Studio extension for AI edit detection, fixes various IDE error handling issues, and improves installation prompts.

Key Highlights

  • Add Visual Studio extension for AI edit detection
  • Prevent PostHog/Sentry errors from reaching IDE
  • Stop misleading extension-install nag
  • Prevent stalled Windows clients from exhausting workers

New Features

  • Visual Studio extension for AI edit detection
  • IDE error handling fixes
  • Installation nag improvement
  • Windows client stability fix
  • Codex hooks.json install option

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