git-ai v1.3.2
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:
curl -fsSL https://github.com/git-ai-project/git-ai/releases/download/v1.3.2/install.sh | bashWindows (PowerShell):
irm https://github.com/git-ai-project/git-ai/releases/download/v1.3.2/install.ps1 | iexDownloads
- 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:
gh attestation verify git-ai-<platform> --repo git-ai-project/git-aiWhat's Changed
Other Changes
- fix: use system OpenSSL instead of vendored in Nix build by @jwiegley in #1129
- fix: prevent mock_ai test data from leaking into telemetry by @svarlamov in #1125
- fix: harden release workflow version bump by @jwiegley in #1130
- fix: filter stale INITIAL-only prompts from human-only commit notes by @svarlamov in #1123
- fix: remove detect_copies from diff blame to fix no-data gaps by @svarlamov in #1132
- fix: prevent rebase from writing notes onto unrelated merge commits by @svarlamov in #1131
- fix(trace-normalizer): correct clone/init target resolution for --depth and relative paths by @svarlamov in #1061
- perf: skip trace-ingest wait for captured checkpoints (~60x faster) by @svarlamov in #1135
- Move copilot hooks to ~/.copilot/hooks by @svarlamov in #1141
- support bash attribution in windsurf by @acunniffe in #1139
- Detect deleted socket files and shut down zombie daemon by @svarlamov in #1133
- fix: filter Sentry events to only capture plugin errors in JetBrains plugin by @svarlamov in #914
- Tooling/updates to ai tooling by @svarlamov in #1147
Full Changelog: v1.3.1...v1.3.2