Download Latest Version gh-aw-wasm-v0.74.8.tar.gz (5.5 MB)
Email in envelope

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

Home / v0.72.1
Name Modified Size InfoDownloads / Week
Parent folder
windows-amd64.exe 2026-05-07 27.9 MB
windows-arm64.exe 2026-05-07 25.4 MB
gh-aw-wasm-v0.72.1.tar.gz 2026-05-07 5.1 MB
linux-386 2026-05-07 26.2 MB
linux-amd64 2026-05-07 27.2 MB
linux-arm 2026-05-07 26.0 MB
linux-arm64 2026-05-07 25.1 MB
freebsd-arm64 2026-05-07 25.0 MB
android-arm64 2026-05-07 27.3 MB
checksums.txt 2026-05-07 1.0 kB
darwin-amd64 2026-05-07 27.7 MB
darwin-arm64 2026-05-07 25.7 MB
freebsd-386 2026-05-07 26.0 MB
freebsd-amd64 2026-05-07 27.1 MB
README.md 2026-05-07 14.3 kB
v0.72.1 source code.tar.gz 2026-05-07 248.5 MB
v0.72.1 source code.zip 2026-05-07 251.2 MB
Totals: 17 Items   821.3 MB 0

🌟 Release Highlights

v0.72.1 delivers a new developer-facing lint command, critical compiler correctness fixes, and improved shared workflow ergonomics — all driven largely by community-reported issues.

✨ What's New

  • gh aw lint — fast lock-file validation (#30704): New gh aw lint command runs actionlint directly against existing .lock.yml files — no recompile, no extra scanners. Perfect for a lightweight CI gate to catch syntax errors before pushing. Supports --dir, explicit file paths, and optional --shellcheck/--pyflakes checks.

  • Import engine.mcp.tool-timeout from shared workflows (#30634): Shared workflows wrapping slow MCP servers (e.g. Repo Mind Light) can now declare engine.mcp.tool-timeout and engine.mcp.session-timeout once, and consumers inherit those values automatically — no more duplicating timeout configs in every consumer. Consumer-declared values still take precedence.

  • First-party coding-agent skill for gh aw (#27259): Added a router skill that gives coding agents (Copilot, Claude, etc.) structured guidance on creating, debugging, and updating agentic workflows using the gh aw CLI.

  • Shared skip-if-match dedup component: The common "open issue/PR by title prefix" deduplication query is now a shared compiler-imported component, eliminating copy-paste duplication across dozens of workflows.

🐛 Bug Fixes & Improvements

  • && preserved in compiled workflow expressions (#30695): Go's HTML escaping was converting && to \u0026\u0026 inside AWF config JSON embedded in .lock.yml files, corrupting ${{ ... && ... }} expressions and causing workflow parse failures. Fixed by switching to json.Encoder with SetEscapeHTML(false).

  • safe-outputs permission regression fixed (#30733): When update-project appeared alongside add-comment/add-labels, the minted App token was incorrectly downgraded to issues:read instead of issues:write, silently failing issue mutations.

  • Conclusion comment now reflects safe_outputs failures (#30662): The conclusion job was reporting ✅ success even when safe_outputs failed (e.g., 422 on PR review submission). The job now correctly propagates safe_outputs status.

  • Firewall binary version corrected (#30705, #30191): v0.71.1 was referencing a non-existent gh-aw-firewall version, causing 404s on AWF binary install. This release ships with the correct firewall v0.25.29 (which also includes the healthcheck fix).

  • Playwright mode: cli recognized by compiler (#30088): gh aw compile now correctly accepts mode: cli in Playwright tool configuration.

  • COPILOT_API_KEY dummy key no longer triggers over-billing (#30324): The dummy byok-key placeholder introduced in v0.71 was causing 10–100x premium request over-billing compared to v0.68. Fixed.

A huge thank you to the community members who reported issues that were resolved in this release! ### `@arthurfvives` - [Bug: `mode: cli` for Playwright not recognized during `gh aw compile`](https://github.com/github/gh-aw/issues/30088) _(direct issue)_ ### `@bryanchen-d` - [feat: lightweight `gh aw lint` — actionlint-only over existing .lock.yml files (no recompile, no zizmor/poutine)](https://github.com/github/gh-aw/issues/30704) _(direct issue)_ - [Compiler JSON-encodes `&&` to `\u0026\u0026` inside `${{ }}` expressions in AWF config printf, breaking workflow parse](https://github.com/github/gh-aw/issues/30695) _(direct issue)_ ### `@haavamoa` - [Release new gh-aw CLI version with firewall v0.25.29 (healthcheck fix)](https://github.com/github/gh-aw/issues/30191) _(direct issue)_ ### `@jonathanpeppers` - [Conclusion comment shows success when safe_outputs fails to submit PR review](https://github.com/github/gh-aw/issues/30662) _(direct issue)_ ### `@lpcox` - [Support importing engine.mcp.tool-timeout from shared workflows](https://github.com/github/gh-aw/issues/30634) _(direct issue)_ ### `@norrietaylor` - [safe-outputs: update-project co-presence regresses handler-derived issues:write to issues:read in minted App token](https://github.com/github/gh-aw/issues/30733) _(direct issue)_ ### `@tore-unumed` - [v0.71 COPILOT_API_KEY dummy-byok-key causes 10-100x premium request over-billing vs v0.68](https://github.com/github/gh-aw/issues/30324) _(direct issue)_ ### `@verkyyi` - [First-party coding-agent skills wrapping the gh aw CLI](https://github.com/github/gh-aw/issues/27259) _(direct issue)_ ### `@yskopets` - [gh aw v0.71.1 compiles workflows referencing non-existent gh-aw-firewall v0.25.28, causing 404 on AWF binary install](https://github.com/github/gh-aw/issues/30705) _(direct issue)_

For complete details, see CHANGELOG.

[!NOTE]

🔒 Integrity filter blocked 3 items

The following items were blocked because they don't meet the GitHub integrity level.

  • #30705 issue_read: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #30088 issue_read: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #30324 issue_read: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".

To allow these resources, lower min-integrity in your GitHub frontmatter:

yaml tools: github: min-integrity: approved # merged | approved | unapproved | none

Generated by Release · ● 14.1M


What's Changed

Full Changelog: https://github.com/github/gh-aw/compare/v0.72.0...v0.72.1

Source: README.md, updated 2026-05-07