v1.7.1
git-ai-project/git-aiv1.7.1Sep 3, 2026by github-actions[bot]
AI Summary
This release focuses on enhancing token usage tracking, daemon performance, and pricing logic. It introduces new logging features for checkpoint admission and improves how subagent usage is attributed.
Key Highlights
- Beta installers are now available for Windows MSI and macOS PKG.
- Enhanced token usage tracking with speed-keyed buckets and repricing fields.
- Improved subagent usage attribution to their own sessions.
- Daemon optimizations to prevent inline family side effects and log checkpoint delays.
New Features
- Extract request speed and Codex service tier per entry.
- Price entries with long-context tiers and fast multipliers.
- Match forked Codex sessions against parent usage prefix.
- Log token usage sweep discovery.
- Hold sweep duty cycle across small files.
Full Release Notes
## git-ai v1.7.1 ### 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.7.1/install.sh | bash ``` **Windows (PowerShell):** ```powershell irm https://github.com/git-ai-project/git-ai/releases/download/v1.7.1/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 * Log token usage sweep discovery by @svarlamov-git-ai in https://github.com/git-ai-project/git-ai/pull/2229 * fix(daemon): never run family side effects inline on the trace ingest worker by @svarlamov-git-ai in https://github.com/git-ai-project/git-ai/pull/2255 * feat(daemon): log checkpoint admission delayed behind trace ingestion by @svarlamov-git-ai in https://github.com/git-ai-project/git-ai/pull/2256 * feat(pricing): keep models.dev context tiers and fast multipliers in the catalog by @svarlamov-git-ai in https://github.com/git-ai-project/git-ai/pull/2232 * feat(token-usage): extract request speed / Codex service tier per entry by @svarlamov-git-ai in https://github.com/git-ai-project/git-ai/pull/2233 * feat(token-usage): price entries with long-context tiers and fast multipliers by @svarlamov-git-ai in https://github.com/git-ai-project/git-ai/pull/2234 * feat(token-usage): speed-keyed buckets and repricing fields on the wire by @svarlamov-git-ai in https://github.com/git-ai-project/git-ai/pull/2235 * feat(token-usage): match forked Codex sessions against their parent's usage prefix by @svarlamov-git-ai in https://github.com/git-ai-project/git-ai/pull/2236 * feat(token-usage): attribute subagent usage to the subagent's own session by @svarlamov-git-ai in https://github.com/git-ai-project/git-ai/pull/2241 * perf(token-usage): hold the sweep duty cycle across small files, emission, and reconcile by @svarlamov-git-ai in https://github.com/git-ai-project/git-ai/pull/2254 **Full Changelog**: https://github.com/git-ai-project/git-ai/compare/v1.7.0...v1.7.1