v1.1.16
git-ai-project/git-aiv1.1.16Mar 19, 2026by github-actions[bot]
AI Summary
git-ai v1.1.16 is a minor release featuring a new authorship notes feature pushed to Factory backend, improved CI/CD with nightly E2E tests, and performance optimization to reduce git network usage. The release also adds lefthook pre-commit hooks with strict lint/format checks.
Key Highlights
- New feature: push authorship notes to Factory backend via droid CLI
- Added lefthook pre-commit hooks with strict lint/format checks
- CI: E2E tests now run nightly and on integration label only
- Performance: Reduced git network usage
- Dependency updates: Sentry JVM gradle and posthog-node
New Features
- Push authorship notes to Factory backend via droid CLI
- Add lefthook pre-commit hooks and strict lint/format checks
- E2E tests run nightly and on integration label only
- Reduced git network usage
Full Release Notes
## git-ai v1.1.16 ### 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.16/install.sh | bash ``` **Windows (PowerShell):** ```powershell irm https://github.com/git-ai-project/git-ai/releases/download/v1.1.16/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 * chore(intellij-plugin): bump io.sentry.jvm.gradle from 6.1.0 to 6.2.0 in /agent-support/intellij by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/747 * chore(vscode-plugin): bump posthog-node from 5.28.2 to 5.28.3 in /agent-support/vscode by @dependabot[bot] in https://github.com/git-ai-project/git-ai/pull/748 * feat: push authorship notes to Factory backend via droid CLI by @jonathan-factory in https://github.com/git-ai-project/git-ai/pull/744 * Add lefthook pre-commit hooks and strict lint/format checks by @jwiegley in https://github.com/git-ai-project/git-ai/pull/752 * ci: run E2E tests nightly and on integration label only by @jwiegley in https://github.com/git-ai-project/git-ai/pull/755 * Reduce git network usage by @svarlamov in https://github.com/git-ai-project/git-ai/pull/754 ## New Contributors * @jonathan-factory made their first contribution in https://github.com/git-ai-project/git-ai/pull/744 **Full Changelog**: https://github.com/git-ai-project/git-ai/compare/v1.1.15...v1.1.16