v1.1.7

git-ai-project/git-aiv1.1.7Feb 28, 2026by github-actions[bot]

AI Summary

git-ai v1.1.7 is a patch release focused on bug fixes and improvements, including enhanced worktree support across multiple modes, Windows path handling fixes, UTF-8 BOM handling for Cursor hooks, and optimized multi-range blame calls.

Key Highlights

  • Comprehensive worktree support added across wrapper/hooks/both modes
  • Fixed flaky tests related to LockFile drop and Windows Graphite isolation
  • Fixed Windows path handling for forward-slash paths (fixes #606)
  • Added UTF-8 BOM handling support in Cursor hook input
  • Optimized multi-range blame calls with strengthened parity tests

New Features

  • Comprehensive worktree support across wrapper/hooks/both modes

Full Release Notes

## git-ai v1.1.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.1.7/install.sh | bash
```

**Windows (PowerShell):**
```powershell
irm https://github.com/git-ai-project/git-ai/releases/download/v1.1.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
* fix: resolve two remaining flaky tests (LockFile drop + Windows Graphite isolation) by @jwiegley in https://github.com/git-ai-project/git-ai/pull/605
* Add comprehensive worktree support across wrapper/hooks/both modes by @svarlamov in https://github.com/git-ai-project/git-ai/pull/582
* fix: Fork on Windows store forward-slash path (fixes #606) by @svarlamov in https://github.com/git-ai-project/git-ai/pull/608
* fix: handle UTF-8 BOM in Cursor hook input by @svarlamov in https://github.com/git-ai-project/git-ai/pull/611
* Optimize multi-range blame calls and strengthen parity tests by @svarlamov in https://github.com/git-ai-project/git-ai/pull/609


**Full Changelog**: https://github.com/git-ai-project/git-ai/compare/v1.1.6...v1.1.7