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

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

Home / v0.56.2
Name Modified Size InfoDownloads / Week
Parent folder
sbom.cdx.json 2026-03-08 3.1 MB
sbom.spdx.json 2026-03-08 5.3 MB
linux-arm64 2026-03-08 21.0 MB
windows-amd64.exe 2026-03-08 23.3 MB
windows-arm64.exe 2026-03-08 21.3 MB
freebsd-arm64 2026-03-08 20.9 MB
gh-aw-wasm-v0.56.2.tar.gz 2026-03-08 4.4 MB
linux-386 2026-03-08 21.9 MB
linux-amd64 2026-03-08 22.7 MB
linux-arm 2026-03-08 21.8 MB
freebsd-amd64 2026-03-08 22.6 MB
android-arm64 2026-03-08 22.9 MB
checksums.txt 2026-03-08 1.0 kB
darwin-amd64 2026-03-08 23.1 MB
darwin-arm64 2026-03-08 21.5 MB
freebsd-386 2026-03-08 21.7 MB
README.md 2026-03-08 5.3 kB
v0.56.2 source code.tar.gz 2026-03-08 237.2 MB
v0.56.2 source code.zip 2026-03-08 239.2 MB
Totals: 19 Items   754.1 MB 1

🌟 Release Highlights

This release focuses on reliability improvements across protected-file handling, setup CLI pinning, and cross-repo workflows β€” along with an upgrade to GitHub MCP server v0.32.0 and a new strict allowlist feature for protected-file protection.

✨ What's New

  • allowed-files strict allowlist for protected-file PR safe outputs (#20051) β€” You can now configure an explicit allowlist of files that are permitted in protected-file PRs. Any file outside the allowlist is blocked, giving teams tighter control over what agents can modify in sensitive branches.

πŸ› Bug Fixes & Improvements

  • Protected-file fallback-to-issue now works when workflows permission is absent (#20106) β€” When an agent patch touches .github/workflows/ files and the GitHub App lacks workflows permission, gh-aw now correctly creates a fallback review issue rather than silently failing.
  • Default branch no longer hardcoded to main (#20099) β€” create_pull_request and related operations now query the repository's actual default branch, fixing failures in repos using master, develop, or any non-main default.
  • add-wizard correctly syncs working tree after PR merge (#20094) β€” Switching to the default branch after merging a wizard-created PR ensures workflow files are visible immediately, eliminating "workflow file not found" errors.
  • setup-cli action now respects pinned version input (#20081) β€” The action verifies the installed version matches the requested version after gh extension install, falling back to a manual binary download if there's a mismatch.
  • Safe output handler gracefully handles custom safe output job types (#20114) β€” Unknown job types no longer surface as unhandled errors; they are now logged and skipped cleanly.

⚑ Performance

  • Compiled regex patterns moved to package-level variables (#20073, [#20079]) β€” regexp.MustCompile calls across pkg/cli, pkg/workflow, and the expression-validation hot path are now initialized once at startup rather than on every invocation, reducing allocation pressure in high-frequency compilation paths.

πŸ”§ Dependencies & Infrastructure

  • GitHub MCP server upgraded to v0.32.0 (#20100) β€” Picks up the latest GitHub MCP tooling improvements and bug fixes.

πŸ“š Documentation

  • New Cost Management reference page (#20078) β€” Added guidance on understanding and controlling the compute costs associated with running agentic workflows.

🌍 Community Contributions

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


For complete details, see CHANGELOG.

Generated by Release


What's Changed

Full Changelog: https://github.com/github/gh-aw/compare/v0.56.1...v0.56.2

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