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

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

Home / v0.57.1
Name Modified Size InfoDownloads / Week
Parent folder
sbom.cdx.json < 14 hours ago 3.1 MB
sbom.spdx.json < 14 hours ago 5.3 MB
windows-amd64.exe < 14 hours ago 23.5 MB
windows-arm64.exe < 14 hours ago 21.5 MB
gh-aw-wasm-v0.57.1.tar.gz < 14 hours ago 4.4 MB
linux-386 < 14 hours ago 22.1 MB
linux-amd64 < 14 hours ago 22.9 MB
linux-arm < 14 hours ago 22.0 MB
linux-arm64 < 14 hours ago 21.2 MB
freebsd-amd64 < 14 hours ago 22.8 MB
freebsd-arm64 < 14 hours ago 21.0 MB
android-arm64 < 14 hours ago 23.1 MB
checksums.txt < 14 hours ago 1.0 kB
darwin-amd64 < 14 hours ago 23.3 MB
darwin-arm64 < 14 hours ago 21.6 MB
freebsd-386 < 14 hours ago 21.9 MB
README.md < 14 hours ago 7.8 kB
v0.57.1 source code.tar.gz < 14 hours ago 238.4 MB
v0.57.1 source code.zip < 14 hours ago 240.3 MB
Totals: 19 Items   758.4 MB 0

🌟 Release Highlights

This release focuses on reliability and developer experience β€” fixing schema validation gaps, hardening the upgrade flow, improving failure diagnostics, and expanding cross-repo workflow capabilities.

✨ What's New

  • Cross-repo workflow_call runtime imports β€” Workflows invoked via workflow_call from another repository now correctly check out the callee's .md files at runtime, eliminating ERR_SYSTEM: Runtime import file not found errors in cross-repo reuse scenarios. Includes a secrets: inherit support for reusable workflow call jobs. (#20301)

  • Auto-upgrade on gh aw upgrade β€” gh aw upgrade now automatically installs the latest extension version before compiling lock files, then relaunches the new binary transparently. Lock files no longer embed a stale version string after upgrading. (#20300)

  • Richer failure issue diagnostics β€” Agent failure issues now include a universal copy-pasteable debug prompt for any coding agent (Copilot, Claude, Gemini, etc.), plus a new top-level debug.md entry point. A new report-failure-as-issue: false frontmatter option lets you suppress failure issue creation per-workflow. Dedicated πŸ“¦ Patch Size Exceeded sections appear when max-patch-size limits are hit. (#20266, #20354)

  • CLI flag consistency β€” Four commands gained missing flags to align with the rest of the CLI: gh aw run --json, gh aw audit --repo, gh aw new --engine, and gh aw list --dir. (#20272)

  • Non-agent job concurrency defaults β€” Non-agent job concurrency groups now default cancel-in-progress: false, preventing accidental cancellation of setup or cleanup jobs during rapid pushes. (#20224)

πŸ› Bug Fixes & Improvements

  • max-patch-size schema fix β€” The tools.repo-memory JSON schema was missing the max-patch-size property, causing schema validation to reject valid frontmatter before compilation could process it. (#20309)

  • pull_request_target as PR context β€” create_pull_request_review_comment and target: "triggering" now correctly recognize pull_request_target events as valid PR context, fixing Not in pull request context errors. (#20268)

  • gh aw audit no longer crashes on non-zip artifacts β€” Docker build artifacts and other non-zip formats are now skipped gracefully instead of aborting the entire audit report. (#20294)

  • Improved Docker validation error messages β€” Docker-related validation failures now surface actionable guidance instead of opaque internal errors. (#20350)

πŸ“š Documentation

  • Staged mode reference page β€” A dedicated reference/staged-mode page covers enabling staged mode globally or per output type, the 🎭 preview format, per-type support table, and the recommended staged β†’ review β†’ enable adoption pattern. (#20269)

  • Debugging prompts in authoring guides β€” Self-contained and Copilot-specific debugging prompts have been added to the authoring guides and debug.md to help diagnose workflow failures faster. (#20349)

🌍 Community Contributions

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

  • @mnkiefer for [research] Overview of docs improver agents (#19836)

For complete details, see CHANGELOG.

Generated by Release


What's Changed

Full Changelog: https://github.com/github/gh-aw/compare/v0.57.0...v0.57.1

Source: README.md, updated 2026-03-10