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

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

Home / v0.50.2
Name Modified Size InfoDownloads / Week
Parent folder
sbom.cdx.json 2026-02-25 3.0 MB
sbom.spdx.json 2026-02-25 5.1 MB
windows-arm64.exe 2026-02-25 21.0 MB
linux-arm 2026-02-25 21.5 MB
linux-arm64 2026-02-25 20.6 MB
windows-amd64.exe 2026-02-25 23.0 MB
gh-aw-wasm-v0.50.2.tar.gz 2026-02-25 4.3 MB
linux-386 2026-02-25 21.6 MB
linux-amd64 2026-02-25 22.3 MB
checksums.txt 2026-02-25 964 Bytes
darwin-amd64 2026-02-25 22.7 MB
darwin-arm64 2026-02-25 21.2 MB
freebsd-386 2026-02-25 21.4 MB
freebsd-amd64 2026-02-25 22.3 MB
freebsd-arm64 2026-02-25 20.6 MB
README.md 2026-02-25 9.7 kB
v0.50.2 source code.tar.gz 2026-02-25 220.7 MB
v0.50.2 source code.zip 2026-02-25 222.6 MB
Totals: 18 Items   693.9 MB 1

🌟 Release Highlights

This release brings a long-awaited gh aw validate command, expanded safe-output capabilities, a new checkout frontmatter field, and a wave of community-reported bug fixes — making workflows more reliable and easier to author.

✨ What's New

  • gh aw validate command (#18191) — Validate workflows with a single, discoverable command instead of chaining compile --validate --no-emit --zizmor --actionlint --poutine. Catch issues before they reach CI. Learn more

  • checkout frontmatter field (#18223) — Fine-tune how actions/checkout is emitted in the agent job directly from frontmatter, giving you more control over repository checkout depth and behavior.

  • duplicate state reason for close-issue (#18257) — Safe-output close-issue now supports state_reason: duplicate, enabling agentic triage workflows to properly categorize and close duplicate issues.

  • New built-in prompt files (#18273, #18272, #18221) — Three new reference prompt files added to .github/aw/: test-coverage.md (with artifact-reading guidance), visual-regression.md (Playwright + cache-memory patterns), and report.md (report generation with markup style guidance).

  • Smarter create-agentic-workflow prompt (#18274, #18271) — The workflow creation prompt now correctly suggests deployment_status triggers for external deployment monitoring, and expands language ecosystem inference to automatically configure network.allowed based on project type.

🐛 Bug Fixes & Improvements

  • threat-detection: false now respected across imports (#18231) — Imported safe-output fragments no longer silently re-enable threat detection when the main workflow has explicitly disabled it, preventing spurious compilation errors with sandbox.agent: false.

  • hide-older-comments now correctly identifies previous comments (#18205) — Fixed a matching bug where hide-older-comments on add-comment safe output failed to find previous comments due to a mismatch in XML marker format.

  • Fixed relative import resolution for nested remote files (#18190) — Nested remote imports now resolve relative to their immediate parent file's directory instead of the top-level workflow, enabling proper modular workflow composition.

  • code-simplifier unblocked for Go projects (#18214) — The go network preset now includes proxy.golang.org so go build, go test, and make lint no longer fail in the code-simplifier workflow.

  • ExitError preserved in workflow validation error chain (#18282) — errors.As(err, &exec.ExitError{}) now works correctly in workflow validation, enabling accurate error type detection downstream.

  • Fixed invalid Compiler Playground URL (#18206) — The broken 404 link in the editors reference documentation now correctly points to the Compiler Playground.

  • GFM Alert syntax for discussion-to-issue fallback warning (#18268) — The fallback warning added to issues when create-discussion fails due to permissions is now rendered as a prominent GFM [!NOTE] alert instead of a plain blockquote.

📚 Documentation

  • Updated docs for gh aw validate, checkout field, and threat-detection behavior from this release (#18254)
  • Clarified mandatory sudo requirement for self-hosted agentic workflow runners (#18210)
  • Condensed and streamlined FAQ page to reduce repetition (#18237)
  • Updated init/upgrade/fix help text to remove stale .github/aw/ prompt file references (#18218)

🌍 Community Contributions

A huge thank you to the community members who reported issues that were resolved in this release:

And a special thanks to @dsyme and @bmerkle for their direct code contributions in this release!


For complete details, see CHANGELOG.

Generated by Release


What's Changed

Full Changelog: https://github.com/github/gh-aw/compare/v0.50.1...v0.50.2

Source: README.md, updated 2026-02-25