v1.7.2
git-ai-project/git-aiv1.7.2Sep 4, 2026by github-actions[bot]
AI Summary
This release focuses on daemon stability and telemetry improvements. Key updates include new control requests for daemon status and the inclusion of daemon health in telemetry heartbeats. It also resolves specific fencing issues within the daemon process.
Key Highlights
- Added status.daemon control request and background status health snapshot
- Included daemon health in telemetry heartbeats
- Replaced PendingRoot placeholders with the trace-ingress fence
- Added a grace window to the family causal fence
- Windows MSI and macOS PKG installers are currently in Beta
New Features
- status.daemon control request and bg status health snapshot
- include daemon health in the heartbeat
Full Release Notes
## git-ai v1.7.2 ### 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.2/install.sh | bash ``` **Windows (PowerShell):** ```powershell irm https://github.com/git-ai-project/git-ai/releases/download/v1.7.2/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(daemon): replace PendingRoot placeholders with the trace-ingress fence by @svarlamov-git-ai in https://github.com/git-ai-project/git-ai/pull/2299 * fix(daemon): bound the family causal fence with a grace window by @svarlamov-git-ai in https://github.com/git-ai-project/git-ai/pull/2300 * feat(daemon): status.daemon control request and bg status health snapshot by @svarlamov-git-ai in https://github.com/git-ai-project/git-ai/pull/2301 * feat(telemetry): include daemon health in the heartbeat by @svarlamov-git-ai in https://github.com/git-ai-project/git-ai/pull/2302 **Full Changelog**: https://github.com/git-ai-project/git-ai/compare/v1.7.1...v1.7.2