v1.3.3
git-ai-project/git-aiv1.3.3Apr 23, 2026by github-actions[bot]
AI Summary
Bug fix release addressing JetBrains plugin, Windsurf hooks, and test reliability improvements.
Key Highlights
- Fixed JetBrains plugin path using dataDirectoryName
- Added test retry for flaky tests in daemon/wrapper-daemon modes
- Fixed Windsurf hooks installation when .codium/windsurf folder missing
- Moved copilot hooks to ~/.copilot/hooks
- Released on 2026-04-23
New Features
- JetBrains plugin uses dataDirectoryName for plugin path
- Test retry mechanism for flaky tests
- Windsurf hooks installation fix
Full Release Notes
## git-ai v1.3.3 ### 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.3/install.sh | bash ``` **Windows (PowerShell):** ```powershell irm https://github.com/git-ai-project/git-ai/releases/download/v1.3.3/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 v1.3.3 --> ## What's Changed ### Other Changes * fix(jetbrains): prefer dataDirectoryName for plugin path by @peckfly in https://github.com/git-ai-project/git-ai/pull/1146 * ci: retry flaky tests in daemon/wrapper-daemon modes by @svarlamov in https://github.com/git-ai-project/git-ai/pull/1150 * Readme updates by @acunniffe in https://github.com/git-ai-project/git-ai/pull/1156 * Update data-privacy.md by @acunniffe in https://github.com/git-ai-project/git-ai/pull/1158 * Harden flaky test retry: fail-fast on >5 failures, fix Windows log streaming by @svarlamov in https://github.com/git-ai-project/git-ai/pull/1173 * fix: windsurf hooks would not try to install if no .codium/windsurf folder present by @acunniffe in https://github.com/git-ai-project/git-ai/pull/1174 * Route bash_tool git calls through exec_git_allow_nonzero by @jwiegley in https://github.com/git-ai-project/git-ai/pull/1182 ## New Contributors * @peckfly made their first contribution in https://github.com/git-ai-project/git-ai/pull/1146 **Full Changelog**: https://github.com/git-ai-project/git-ai/compare/v1.3.2...v1.3.3