v1.3.2
git-ai-project/git-aiv1.3.2Apr 20, 2026by github-actions[bot]
AI Summary
Bug fix release addressing various issues including Nix build, telemetry, trace normalization, and daemon handling.
Key Highlights
- Use system OpenSSL instead of vendored in Nix build
- Prevent mock_ai test data from leaking into telemetry
- Fix detect_copies from diff blame
- Prevent rebase from writing notes onto unrelated merge commits
- Detect deleted socket files and shut down zombie daemon
- Released on 2026-04-20
New Features
- System OpenSSL in Nix build
- Mock AI test data filtering from telemetry
- detect_copies removed from diff blame
- Zombie daemon detection for deleted socket files
Full Release Notes
## 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:** ```bash curl -fsSL https://github.com/git-ai-project/git-ai/releases/download/v1.3.2/install.sh | bash ``` **Windows (PowerShell):** ```powershell irm https://github.com/git-ai-project/git-ai/releases/download/v1.3.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` - **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 --> ## What's Changed ### Other Changes * fix: use system OpenSSL instead of vendored in Nix build by @jwiegley in https://github.com/git-ai-project/git-ai/pull/1129 * fix: prevent mock_ai test data from leaking into telemetry by @svarlamov in https://github.com/git-ai-project/git-ai/pull/1125 * fix: harden release workflow version bump by @jwiegley in https://github.com/git-ai-project/git-ai/pull/1130 * fix: filter stale INITIAL-only prompts from human-only commit notes by @svarlamov in https://github.com/git-ai-project/git-ai/pull/1123 * fix: remove detect_copies from diff blame to fix no-data gaps by @svarlamov in https://github.com/git-ai-project/git-ai/pull/1132 * fix: prevent rebase from writing notes onto unrelated merge commits by @svarlamov in https://github.com/git-ai-project/git-ai/pull/1131 * fix(trace-normalizer): correct clone/init target resolution for --depth and relative paths by @svarlamov in https://github.com/git-ai-project/git-ai/pull/1061 * perf: skip trace-ingest wait for captured checkpoints (~60x faster) by @svarlamov in https://github.com/git-ai-project/git-ai/pull/1135 * Move copilot hooks to ~/.copilot/hooks by @svarlamov in https://github.com/git-ai-project/git-ai/pull/1141 * support bash attribution in windsurf by @acunniffe in https://github.com/git-ai-project/git-ai/pull/1139 * Detect deleted socket files and shut down zombie daemon by @svarlamov in https://github.com/git-ai-project/git-ai/pull/1133 * fix: filter Sentry events to only capture plugin errors in JetBrains plugin by @svarlamov in https://github.com/git-ai-project/git-ai/pull/914 * Tooling/updates to ai tooling by @svarlamov in https://github.com/git-ai-project/git-ai/pull/1147 **Full Changelog**: https://github.com/git-ai-project/git-ai/compare/v1.3.1...v1.3.2