git-ai v1.5.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.5.4/install.sh | bashWindows (PowerShell):
irm https://github.com/git-ai-project/git-ai/releases/download/v1.5.4/install.ps1 | iexDownloads
- 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-aiWhat's Changed
Other Changes
- chore: remove dead git_hooks feature flags by @svarlamov in #1486
- chore(ci): bump github/codeql-action from 4.36.0 to 4.36.1 by @dependabot[bot] in #1487
- chore(vscode-plugin): bump @vscode/vsce from 3.9.1 to 3.9.2 in /agent-support/vscode by @dependabot[bot] in #1488
- chore(ci): bump actions/checkout from 6.0.2 to 6.0.3 by @dependabot[bot] in #1490
- chore(vscode-plugin): bump @typescript-eslint/eslint-plugin from 8.59.4 to 8.60.1 in /agent-support/vscode by @dependabot[bot] in #1491
- chore(vscode-plugin): bump posthog-node from 5.35.4 to 5.35.14 in /agent-support/vscode by @dependabot[bot] in #1493
- feat: multi-stream OTEL support for VS Code Copilot token usage by @svarlamov in #1438
- [codex] Enqueue Copilot OTEL on checkpoints by @svarlamov in #1501
- feat: 7-day default lookback for transcript streaming by @svarlamov in #1440
- Update README.md by @acunniffe in #1505
- [codex] fix blank agent attribution in daemon replay by @svarlamov in #1506
- fix(ci): don't misclassify squash merges as rebases on linear base branches by @woud420 in #1482
- fix(ci): preserve AI authorship notes from forks (stacked on #1482) by @woud420 in #1499
- [codex] Enable transcript sweep by default by @svarlamov in #1509
New Contributors
Full Changelog: v1.5.3...v1.5.4