Skip to content

Release v1.6.21-next-abb225a

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Aug 23:07
abb225a

git-ai v1.6.21-next-abb225a

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.21-next-abb225a/install.sh | bash

Windows (PowerShell):

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

  • [codex] Resolve Codex model from transcript/config fallback by @Dame5211 in #1711
  • docs: use GitHub Stacks for PR workflow by @svarlamov in #2061
  • fix(daemon): reuse bounded Tokio runtimes by @svarlamov in #2056
  • perf(checkpoint): avoid duplicate working-log materialization by @svarlamov in #2063
  • fix(daemon): cap glibc allocator arena retention by @svarlamov in #2064
  • perf(daemon): throttle agent_usage emission with an in-memory limiter by @svarlamov in #2029
  • test(daemon): await idle control connection closure by @svarlamov in #2068

New Contributors

Full Changelog: v1.6.20...v1.6.21-next-abb225a