v1.1.4

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

AI Summary

git-ai v1.1.4 is a maintenance release focused on bug fixes, platform improvements, and enhanced developer experience. Key improvements include VS Code GitHub Copilot hooks support, a new /ask skill, better Windows path handling, and the addition of code coverage tooling.

Key Highlights

  • Added VS Code GitHub Copilot official hooks preview support
  • Shipped the new /ask skill for AI-powered interactions
  • Fixed git-ai blame from subdirectory with relative file paths
  • Added comprehensive code coverage with cargo-llvm-cov and enforcement documentation
  • Fixed Windows extended-length path prefix and switched to directory copy for skills

New Features

  • VS Code GitHub Copilot official hooks preview support
  • New /ask skill
  • OpenCode sqlite transcript parsing with legacy fallback
  • AI-powered automated changelog generation workflow
  • Code coverage tooling with cargo-llvm-cov

Full Release Notes

## git-ai v1.1.4

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

**Windows (PowerShell):**
```powershell
irm https://github.com/git-ai-project/git-ai/releases/download/v1.1.4/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
* Add AGENTS.md project guide by @jwiegley in https://github.com/git-ai-project/git-ai/pull/511
* Unify stats ignore behavior with shared defaults + linguist-generated support by @svarlamov in https://github.com/git-ai-project/git-ai/pull/516
* Fix git-ai blame from subdirectory with relative file paths by @svarlamov in https://github.com/git-ai-project/git-ai/pull/514
* Fix linguist-generated ignore loading for bare repositories by @svarlamov in https://github.com/git-ai-project/git-ai/pull/518
* Add code coverage with cargo-llvm-cov by @jwiegley in https://github.com/git-ai-project/git-ai/pull/525
* vs code github copilot official hooks preview support by @svarlamov in https://github.com/git-ai-project/git-ai/pull/524
* Fix Windows extended-length path prefix in hook commands by @svarlamov in https://github.com/git-ai-project/git-ai/pull/521
* chore(intellij): bump org.jetbrains.kotlin.jvm from 2.3.0 to 2.3.10 in /agent-support/intellij by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/499
* Add OpenCode sqlite transcript parsing with legacy fallback by @svarlamov in https://github.com/git-ai-project/git-ai/pull/526
* chore(intellij): bump org.jetbrains.qodana from 2025.2.2 to 2025.3.1 in /agent-support/intellij by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/498
* chore(intellij): bump org.jetbrains.kotlinx.kover from 0.9.5 to 0.9.6 in /agent-support/intellij by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/500
* fix: handle non-UTF-8 files gracefully using lossy conversion by @svarlamov in https://github.com/git-ai-project/git-ai/pull/527
* Add AI-powered automated changelog generation workflow by @svarlamov in https://github.com/git-ai-project/git-ai/pull/512
* Fix test branch name mismatch in checkout_switch tests by @jwiegley in https://github.com/git-ai-project/git-ai/pull/531
* Fix directory pathspec matching in reset and add test by @svarlamov in https://github.com/git-ai-project/git-ai/pull/534
* Add comprehensive code coverage documentation and enforcement by @jwiegley in https://github.com/git-ai-project/git-ai/pull/537
* Use directory copy instead of symlinks for skills on Windows by @svarlamov in https://github.com/git-ai-project/git-ai/pull/535
* Switch minreq TLS from webpki-roots to native certs (fixes #541) by @svarlamov in https://github.com/git-ai-project/git-ai/pull/542
* Fix nightly upgrade workflow GitHub API rate limiting by @svarlamov in https://github.com/git-ai-project/git-ai/pull/543
* ship the `/ask` skill  by @acunniffe in https://github.com/git-ai-project/git-ai/pull/532


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