v1.6.22

git-ai-project/git-aiv1.6.22Aug 10, 2026by github-actions[bot]

AI Summary

This release focuses on daemon stability with memory limit configuration and enforcement, along with improvements to authorship tracking and Copilot attribution.

Key Highlights

  • Add daemon memory limit configuration
  • Enforce daemon peak memory limits
  • Add lite mode for daemon note rewrites
  • Fix Copilot VS Code model attribution
  • Preserve authorship when range-diff abbreviates SHAs

New Features

  • Lite mode for daemon note rewrites

Full Release Notes

## git-ai v1.6.22

### Release Channel
`latest`

> **Beta:** The Windows MSI and macOS PKG installers are beta.

---

> **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.6.22/install.sh | bash
```

**Windows (PowerShell):**
```powershell
irm https://github.com/git-ai-project/git-ai/releases/download/v1.6.22/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`
- **Windows MSI (x64)**: `git-ai-windows-x64.msi`
- **Windows MSI (ARM64)**: `git-ai-windows-arm64.msi`
- **macOS (Intel)**: `git-ai-macos-x64`
- **macOS (Apple Silicon)**: `git-ai-macos-arm64`
- **macOS PKG (Intel)**: `git-ai-macos-x64.pkg`
- **macOS PKG (Apple Silicon)**: `git-ai-macos-arm64.pkg`
- **macOS PKG (Universal)**: `git-ai-macos-universal.pkg`

### 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(range-authorship): resolve human additions in stats range command by @lubanasachin in https://github.com/git-ai-project/git-ai/pull/1880
* Add daemon memory limit configuration by @svarlamov in https://github.com/git-ai-project/git-ai/pull/2054
* Enforce daemon peak memory limits by @svarlamov in https://github.com/git-ai-project/git-ai/pull/2055
* feat: add lite mode for daemon note rewrites by @svarlamov in https://github.com/git-ai-project/git-ai/pull/2066
* Preserve authorship when range-diff abbreviates SHAs by @svarlamov in https://github.com/git-ai-project/git-ai/pull/2102
* Fix Copilot VS Code model attribution by @svarlamov in https://github.com/git-ai-project/git-ai/pull/2113

## New Contributors
* @lubanasachin made their first contribution in https://github.com/git-ai-project/git-ai/pull/1880

**Full Changelog**: https://github.com/git-ai-project/git-ai/compare/v1.6.21...v1.6.22