github git-ai-project/git-ai v1.1.4
Release v1.1.4

latest releases: v1.2.8, v1.2.7, v1.2.7-next-e025db4...
one month ago

git-ai v1.1.4

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.1.4/install.sh | bash

Windows (PowerShell):

irm https://github.com/git-ai-project/git-ai/releases/download/v1.1.4/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:

gh attestation verify git-ai-<platform> --repo git-ai-project/git-ai

What's Changed

Other Changes

  • Add AGENTS.md project guide by @jwiegley in #511
  • Unify stats ignore behavior with shared defaults + linguist-generated support by @svarlamov in #516
  • Fix git-ai blame from subdirectory with relative file paths by @svarlamov in #514
  • Fix linguist-generated ignore loading for bare repositories by @svarlamov in #518
  • Add code coverage with cargo-llvm-cov by @jwiegley in #525
  • vs code github copilot official hooks preview support by @svarlamov in #524
  • Fix Windows extended-length path prefix in hook commands by @svarlamov in #521
  • chore(intellij): bump org.jetbrains.kotlin.jvm from 2.3.0 to 2.3.10 in /agent-support/intellij by @dependabot[bot] in #499
  • Add OpenCode sqlite transcript parsing with legacy fallback by @svarlamov in #526
  • chore(intellij): bump org.jetbrains.qodana from 2025.2.2 to 2025.3.1 in /agent-support/intellij by @dependabot[bot] in #498
  • chore(intellij): bump org.jetbrains.kotlinx.kover from 0.9.5 to 0.9.6 in /agent-support/intellij by @dependabot[bot] in #500
  • fix: handle non-UTF-8 files gracefully using lossy conversion by @svarlamov in #527
  • Add AI-powered automated changelog generation workflow by @svarlamov in #512
  • Fix test branch name mismatch in checkout_switch tests by @jwiegley in #531
  • Fix directory pathspec matching in reset and add test by @svarlamov in #534
  • Add comprehensive code coverage documentation and enforcement by @jwiegley in #537
  • Use directory copy instead of symlinks for skills on Windows by @svarlamov in #535
  • Switch minreq TLS from webpki-roots to native certs (fixes #541) by @svarlamov in #542
  • Fix nightly upgrade workflow GitHub API rate limiting by @svarlamov in #543
  • ship the /ask skill by @acunniffe in #532

Full Changelog: v1.1.3...v1.1.4

Don't miss a new git-ai release

NewReleases is sending notifications on new releases.