v1.7.5
git-ai-project/git-aiv1.7.5Sep 9, 2026by github-actions[bot]
AI Summary
Version 1.7.5 of git-ai focuses on performance optimization by caching git author identity resolution and introduces beta installers for Windows and macOS. The release includes MDM login-start scripts for various platforms and verification tools for build provenance.
Key Highlights
- Performance improvement: Caching git author identity resolution with a 30-minute TTL
- Beta installers available for Windows MSI and macOS PKG
- New MDM login-start scripts for macOS, Linux, and Windows
- Enhanced build verification using GitHub CLI attestations
New Features
- API performance optimization via identity resolution caching
- MDM login-start scripts for automated service registration
- Build provenance verification via GitHub CLI attestations
Full Release Notes
## git-ai v1.7.5 ### 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.5/install.sh | bash ``` **Windows (PowerShell):** ```powershell irm https://github.com/git-ai-project/git-ai/releases/download/v1.7.5/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` ### MDM login-start scripts Register `git-ai bg start` to run at login (see `mdm/README.md`): - **macOS LaunchAgent**: `git-ai-login-start-macos.sh` - **Linux systemd user unit**: `git-ai-login-start-linux.sh` - **Windows Scheduled Task**: `git-ai-login-start-windows.ps1` ### 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 * perf(api): cache git author identity resolution with a 30-minute TTL by @svarlamov-git-ai in https://github.com/git-ai-project/git-ai/pull/2337 **Full Changelog**: https://github.com/git-ai-project/git-ai/compare/v1.7.4...v1.7.5