Skip to content

Release v1.6.17-next-42a5ee4

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 29 Jul 14:47
42a5ee4

git-ai v1.6.17-next-42a5ee4

Release Channel

next

Beta: The Windows MSI and macOS PKG installers are beta.

Installation

Install this specific version with checksum verification:

macOS/Linux:

curl -fsSL https://github.com/git-ai-project/git-ai/releases/download/v1.6.17-next-42a5ee4/install.sh | bash

Windows (PowerShell):

irm https://github.com/git-ai-project/git-ai/releases/download/v1.6.17-next-42a5ee4/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
  • Windows MSI (x64): git-ai-windows-x64.msi
  • Windows MSI (ARM64): git-ai-windows-arm64.msi
  • macOS (Intel): git-ai-macos-x64
  • macOS (Apple Silicon): git-ai-macos-arm64
  • macOS PKG (Intel): git-ai-macos-x64.pkg
  • macOS PKG (Apple Silicon): git-ai-macos-arm64.pkg
  • macOS PKG (Universal): git-ai-macos-universal.pkg

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 debug self-check step timeouts by @svarlamov in #1997
  • fix(checkpoint): preserve captured base commit by @svarlamov in #1994
  • fix(daemon): bound checkpoint receipt memory by @svarlamov in #1995
  • fix(daemon): acknowledge checkpoints asynchronously by @svarlamov in #1996
  • feat(debug): add wltrace working-log trace side-channel by @svarlamov in #2016
  • test: drain pending checkpoints before TestRepo teardown by @svarlamov in #2017
  • fix(ref-cursor): stop failed rebase --continue from stealing the final continue's reflog entry by @svarlamov in #2018
  • test: give author-config attestation tests dedicated daemons by @svarlamov in #2019
  • feat(debug): extend wltrace to ref-cursor commit enrichment by @svarlamov in #2025
  • fix(daemon): ignore secondary def_repo events when resolving a command's worktree by @svarlamov in #2026

Full Changelog: v1.6.17-next-dbc1239...v1.6.17-next-42a5ee4