v1.1.15
git-ai-project/git-aiv1.1.15Mar 17, 2026by github-actions[bot]
AI Summary
git-ai v1.1.15 is a minor version release available on the 'latest' channel. The release notes indicate that detailed changelog content is still being generated, so specific feature additions, bug fixes, or changes are not documented in this release note.
Key Highlights
- Multi-platform support with downloads for Linux (x64/ARM64), Windows (x64/ARM64), and macOS (Intel/Apple Silicon)
- Installation scripts provided for both macOS/Linux and Windows PowerShell
- SHA256 checksum verification for security
- GitHub Attestation verification available for build provenance
- Release note indicates AI-generated detailed changelog is pending
Full Release Notes
## git-ai v1.1.15 ### 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.1.15/install.sh | bash ``` **Windows (PowerShell):** ```powershell irm https://github.com/git-ai-project/git-ai/releases/download/v1.1.15/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 --> **Full Changelog**: https://github.com/git-ai-project/git-ai/compare/v1.1.14...v1.1.15