v1.4.4
git-ai-project/git-aiv1.4.4May 8, 2026by github-actions[bot]
AI Summary
Bug fix release addressing trace propagation, CI testing improvements, and skills installation behavior.
Key Highlights
- Fixed trace_id propagation to transcript metric events
- Added --no-fail-fast to CI test scripts
- Skills now uninstalled unless --skills flag provided to install-hooks
- Released on 2026-05-08
New Features
- Skills uninstalled by default unless --skills flag provided
Full Release Notes
## git-ai v1.4.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.4.4/install.sh | bash ``` **Windows (PowerShell):** ```powershell irm https://github.com/git-ai-project/git-ai/releases/download/v1.4.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 * fix: propagate trace_id to transcript metric events by @svarlamov in https://github.com/git-ai-project/git-ai/pull/1306 * fix: add --no-fail-fast to CI test scripts to prevent skipping test binaries by @svarlamov in https://github.com/git-ai-project/git-ai/pull/1305 * uninstall skills unless --skills provided to install-hooks by @svarlamov in https://github.com/git-ai-project/git-ai/pull/1308 **Full Changelog**: https://github.com/git-ai-project/git-ai/compare/v1.4.3...v1.4.4