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.71.5
Name Modified Size InfoDownloads / Week
Parent folder
windows-arm64.exe 2026-05-05 25.3 MB
linux-arm64 2026-05-05 25.0 MB
windows-amd64.exe 2026-05-05 27.8 MB
linux-386 2026-05-05 26.2 MB
linux-amd64 2026-05-05 27.1 MB
linux-arm 2026-05-05 26.0 MB
freebsd-arm64 2026-05-05 25.0 MB
gh-aw-wasm-v0.71.5.tar.gz 2026-05-05 5.1 MB
freebsd-amd64 2026-05-05 27.1 MB
android-arm64 2026-05-05 27.3 MB
checksums.txt 2026-05-05 1.0 kB
darwin-amd64 2026-05-05 27.6 MB
darwin-arm64 2026-05-05 25.6 MB
freebsd-386 2026-05-05 25.9 MB
README.md 2026-05-05 17.1 kB
v0.71.5 source code.tar.gz 2026-05-05 248.3 MB
v0.71.5 source code.zip 2026-05-05 251.0 MB
Totals: 17 Items   820.3 MB 0

🌟 Release Highlights

This release focuses on reliability and correctness across the engine.env compilation pipeline, the security check layer, and the Claude engine — with five community-reported issues resolved.

🐛 Bug Fixes & Improvements

  • Claude engine stability — Workflows using the claude engine no longer crash mid-session with "Fast mode unavailable". CLAUDE_CODE_DISABLE_FAST_MODE=1 is now set automatically to suppress an incompatible server-side flag introduced in Claude Code 2.1.120+.

  • engine.env multi-line values — Block-scalar engine.env values (written with >- and extra-indented continuation lines) previously compiled to broken YAML with embedded newlines. These now compile correctly into valid multi-line env: entries. (Reported by @jeffhandley in #30204)

  • engine.env needs expressions — Custom job references in engine.env values (e.g. ${{ needs.my_job.outputs.value }}) were silently dropped from the agent job's needs list, causing those expressions to evaluate to empty strings at runtime. The compiler now correctly wires these dependencies. (Reported by @jeffhandley in #30232)

  • gh aw upgrade false BYOK warninggh aw upgrade was incorrectly warning "Remove unsafe secrets from engine.env" for COPILOT_PROVIDER_API_KEY and COPILOT_PROVIDER_BEARER_TOKEN, silently stripping legitimate BYOK configuration. gh aw upgrade now matches gh aw compile in allowing these keys. (Reported by @MauroDruwel in #30178)

  • pull_request_review activation signal — Workflows triggered by pull_request_review events no longer silently skip the 👀 reaction and run-started comment. The buildReactionLikeCondition allowlist now includes this event type. (Reported by @mason-tim in #30336)

  • Confused-deputy false positive for bot-menu patterns — The security check introduced in v0.71.4 was blocking the legitimate pattern where a bot posts a checkbox-menu comment and a human maintainer edits it to tick a box (issue_comment:edited). The check now automatically detects [bot]-authored comments and skips the guard for that path, while keeping all other issue_comment:created paths fully protected. (Reported by @theletterf in #30327)

✨ What's New

  • allow-bot-authored-trigger-comment frontmatter option — For bots that don't follow the standard [bot] naming convention, you can now opt into the confused-deputy bypass explicitly: yaml on: issue_comment: types: [edited] allow-bot-authored-trigger-comment: true

  • MCP progress notifications — The logs, audit, and audit-diff MCP tools now stream real-time progress updates to AI clients (Copilot, Claude) during long-running operations, eliminating silent 30+ second waits.

  • MCP Gateway bump to v0.3.6 — The embedded MCP gateway has been updated to ghcr.io/github/gh-aw-mcpg:v0.3.6 with pinned digest for supply-chain safety.

🌍 Community Contributions

A huge thank you to the community members who reported issues that were resolved in this release! ### `@jeffhandley` - [Agent 'needs' does not incorporate jobs in engine.env expressions](https://github.com/github/gh-aw/issues/30232) _(direct issue)_ - [Multi-line expressions unsupported in `engine.env` values](https://github.com/github/gh-aw/issues/30204) _(direct issue)_ ### `@mason-tim` - [Activation comment / reaction not posted for `pull_request_review` triggers — `buildReactionLikeCondition` allowlist is incomplete](https://github.com/github/gh-aw/issues/30336) _(direct issue)_ ### `@MauroDruwel` - [gh aw upgrade: still warns 'Remove unsafe secrets from engine.env' despite fix in [#29378] for compile](https://github.com/github/gh-aw/issues/30178) _(direct issue)_ ### `@theletterf` - [Confused-deputy check denies legitimate bot-posted-menu / user-checks-box pattern on issue_comment(edited)](https://github.com/github/gh-aw/issues/30327) _(direct issue)_

For complete details, see CHANGELOG.

Generated by Release · ● 1.7M


What's Changed

Full Changelog: https://github.com/github/gh-aw/compare/v0.71.4...v0.71.5

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