v1.1.5

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

AI Summary

Feature-rich release adding dual-mode git-ai operation, .git-ai-ignore file support, comprehensive test coverage improvements, and various hooks configuration enhancements.

Key Highlights

  • Added comprehensive test coverage (54% → 90%+)
  • Added dual-mode git-ai operation via global hooks and wrapper
  • Added .git-ai-ignore file support for custom ignore patterns
  • Added hooks remove command
  • Emit agent usage metrics even when not in a git repo

New Features

  • Dual-mode git-ai operation via global hooks and wrapper
  • .git-ai-ignore file support for custom ignore patterns
  • hooks remove command
  • Agent usage metrics outside git repos
  • Working log output in production mode with --show-working-log flag
  • status command apply ignores
  • Configure vscode/cursor git.path on all OSes
  • Git Bash shell profiles configuration during Windows install

Full Release Notes

## git-ai v1.1.5

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

**Windows (PowerShell):**
```powershell
irm https://github.com/git-ai-project/git-ai/releases/download/v1.1.5/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
* New readme feb17 by @acunniffe in https://github.com/git-ai-project/git-ai/pull/549
* fix: show working log output in production mode when --show-working-log flag is provided by @svarlamov in https://github.com/git-ai-project/git-ai/pull/547
* Add comprehensive test coverage (54% → 90%+) by @jwiegley in https://github.com/git-ai-project/git-ai/pull/539
* Fix flaky prompt_picker_test race conditions in parallel test execution by @svarlamov in https://github.com/git-ai-project/git-ai/pull/550
* status command apply ignores by @svarlamov in https://github.com/git-ai-project/git-ai/pull/554
* fix: move is_allowed_repository check to handle_checkpoint for correct repo resolution by @svarlamov in https://github.com/git-ai-project/git-ai/pull/555
* PR #558 follow-up: replace Python script with Rust regression tests by @svarlamov in https://github.com/git-ai-project/git-ai/pull/559
* install-hooks: configure vscode/cursor git.path on all OSes by @svarlamov in https://github.com/git-ai-project/git-ai/pull/557
* Don't write agent metrics in test runner mode by @acunniffe in https://github.com/git-ai-project/git-ai/pull/561
* Extract plan messages from Claude Code transcripts by @jwiegley in https://github.com/git-ai-project/git-ai/pull/563
* Add dual-mode git-ai operation via global hooks and wrapper by @svarlamov in https://github.com/git-ai-project/git-ai/pull/530
* feat: emit agent usage metrics even when not in a git repo by @svarlamov in https://github.com/git-ai-project/git-ai/pull/568
* feat: add .git-ai-ignore file support for custom ignore patterns by @svarlamov in https://github.com/git-ai-project/git-ai/pull/573
* dedicated copilot hooks mdm by @svarlamov in https://github.com/git-ai-project/git-ai/pull/574
* Configure Git Bash shell profiles during Windows install by @svarlamov in https://github.com/git-ai-project/git-ai/pull/522
* add hooks remove cmd by @svarlamov in https://github.com/git-ai-project/git-ai/pull/575


**Full Changelog**: https://github.com/git-ai-project/git-ai/compare/v1.1.4...v1.1.5