Download Latest Version windows-amd64.exe (32.7 MB)
Email in envelope

Get an email when there's a new version of GitHub Agentic Workflows

Home / v0.81.6
Name Modified Size InfoDownloads / 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.md codifies 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 collectionTokenUsage had been reporting 0 across 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 govulncheck to go.mod version — CI vulnerability scans now use the exact version declared in go.mod and produce reproducible SARIF reports. A local make vuln-sarif target 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/workflow and pkg/cli into 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

Full Changelog: https://github.com/github/gh-aw/compare/v0.81.5...v0.81.6

Source: README.md, updated 2026-06-27