| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| windows-amd64.exe | 2026-06-27 | 31.7 MB | |
| windows-arm64.exe | 2026-06-27 | 28.5 MB | |
| linux-386 | 2026-06-27 | 29.5 MB | |
| linux-amd64 | 2026-06-27 | 30.9 MB | |
| linux-arm | 2026-06-27 | 29.2 MB | |
| linux-arm64 | 2026-06-27 | 28.2 MB | |
| freebsd-arm64 | 2026-06-27 | 28.1 MB | |
| gh-aw-wasm-v0.81.6.tar.gz | 2026-06-27 | 5.8 MB | |
| freebsd-amd64 | 2026-06-27 | 30.9 MB | |
| android-arm64 | 2026-06-27 | 30.7 MB | |
| checksums.txt | 2026-06-27 | 1.0 kB | |
| darwin-amd64 | 2026-06-27 | 31.5 MB | |
| darwin-arm64 | 2026-06-27 | 28.8 MB | |
| freebsd-386 | 2026-06-27 | 29.3 MB | |
| README.md | 2026-06-27 | 4.6 kB | |
| v0.81.6 source code.tar.gz | 2026-06-27 | 243.9 MB | |
| v0.81.6 source code.zip | 2026-06-27 | 247.2 MB | |
| Totals: 17 Items | 854.2 MB | 1 | |
🌟 Release Highlights
This release focuses on stability and observability — restoring broken fleet-wide token tracking, hardening CI quality gates, and adding release traceability for merged PRs.
✨ What's New
- Release PR notifications — A new post-agent release job now automatically comments on every PR included in each release, making it easy to trace which release shipped your changes (#41834).
- Loop engineering playbook —
.github/aw/loop.mdcodifies patterns from autoloop, goal, and crane into a unified reference for building robust agentic loops (#41833). - Benchstat regression gate — The CI bench job now compares against a stored baseline using
benchstat, preventing silent performance regressions from merging (#41813).
🐛 Bug Fixes & Improvements
- Restored fleet-wide token usage collection —
TokenUsagehad been reporting0across the entire fleet since June 20 due to two co-conspirating bugs in the conclusion job. Both are fixed, restoring accurate AI credit tracking (#41823). - Security: pinned
govulnchecktogo.modversion — CI vulnerability scans now use the exact version declared ingo.modand produce reproducible SARIF reports. A localmake vuln-sariftarget is also available (#41815). - Hardened BYOK Ollama startup — The daily BYOK Ollama test now gates on explicit model and API readiness before proceeding, eliminating pre-agent failures from incomplete startup (#41838).
- Stabilized Go Logger Enhancement compile — Fixed exit code 126 caused by unsafe shell glob expansion in the workflow tool allowlist (#41840).
- Enforced safe output completion in quality workflow — The daily compiler quality workflow now requires an explicit safe output call, preventing silent no-op runs (#41841).
🔧 Internal
- Refactored 5 extreme function-length hotspots (145–650 lines) in
pkg/workflowandpkg/cliinto focused, testable units (#41800). - SortedKeys sweep and deduplication logic consolidation across the codebase (#41829).
Generated by 🚀 Release · 32.9 AIC · ⊞ 8.3K
What's Changed
- refactor: split 5 extreme function-length hotspots in pkg/workflow and pkg/cli by @pelikhan with @Copilot in https://github.com/github/gh-aw/pull/41800
- fix(security): pin govulncheck to go.mod version in CI, add local SARIF target by @pelikhan with @Copilot in https://github.com/github/gh-aw/pull/41815
- Add benchstat regression gate to CI bench job by @pelikhan with @Copilot in https://github.com/github/gh-aw/pull/41813
- fix(token-usage): restore fleet-wide TokenUsage collection via non-empty copy guard and correct priority order by @pelikhan with @Copilot in https://github.com/github/gh-aw/pull/41823
- Add post-agent release job to comment on PRs included in each release by @pelikhan with @Copilot in https://github.com/github/gh-aw/pull/41834
- [community] Update community contributions in README by @github-actions[bot] in https://github.com/github/gh-aw/pull/41836
- Require explicit safe output completion in daily compiler quality workflow by @pelikhan with @Copilot in https://github.com/github/gh-aw/pull/41841
- Harden Daily BYOK Ollama startup path with explicit model/API readiness gating by @pelikhan with @Copilot in https://github.com/github/gh-aw/pull/41838
- [aw] Stabilize Go Logger Enhancement compile invocation by @pelikhan with @Copilot in https://github.com/github/gh-aw/pull/41840
- refactor: SortedKeys sweep, deduplicate dedup logic, redistribute misplaced helpers by @pelikhan with @Copilot in https://github.com/github/gh-aw/pull/41829
- Add
.github/aw/loop.mdplaybook synthesizing loop-engineering patterns from autoloop/goal/crane by @pelikhan with @Copilot in https://github.com/github/gh-aw/pull/41833
Full Changelog: https://github.com/github/gh-aw/compare/v0.81.5...v0.81.6