github git-ai-project/git-ai v1.1.11-next-81a4693
Release v1.1.11-next-81a4693

pre-release8 hours ago

git-ai v1.1.11-next-81a4693

Release Channel

next

Installation

Install this specific version with checksum verification:

macOS/Linux:

curl -fsSL https://github.com/git-ai-project/git-ai/releases/download/v1.1.11-next-81a4693/install.sh | bash

Windows (PowerShell):

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

  • fix: handle binary/non-UTF-8 content in diff parsing + exclude binary files from diffs by @svarlamov in #657
  • Fix xdg-open error spam during login on headless Linux by @acunniffe in #641
  • fix: migrate working log on non-ancestor reset instead of deleting it by @steventohme in #663
  • fix: redirect clone hook output to stderr, respect quiet config and allow_repositories by @svarlamov in #661
  • api key mode for session + metrics uploading by @acunniffe in #669
  • fix: download directly from GitHub in Mac/Linux install script by @svarlamov in #667
  • Add tests for custom_attributes preservation in rebase, cherry-pick, amend, squash by @svarlamov in #671
  • chore(intellij): bump org.jetbrains.intellij.platform from 2.11.0 to 2.12.0 in /agent-support/intellij by @dependabot[bot] in #655
  • fix: download directly from GitHub in Windows install script by @a-churchill in #665
  • fix: use ~/.git-ai/tmp/ for install script instead of /tmp by @txf0096 in #644
  • Add custom attributes for PromptRecords and metrics by @acunniffe in #650
  • fix: address Devin review feedback on install script + fix hardcoded line numbers in release pipeline by @svarlamov in #670

New Contributors

Full Changelog: v1.1.10...v1.1.11-next-81a4693

Don't miss a new git-ai release

NewReleases is sending notifications on new releases.