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.56.1
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
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.1.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
linux-arm64 2026-03-08 21.0 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 4.6 kB
v0.56.1 source code.tar.gz 2026-03-08 237.2 MB
v0.56.1 source code.zip 2026-03-08 239.2 MB
Totals: 19 Items   754.0 MB 0

🌟 Release Highlights

This release focuses on reliability and correctness β€” fixing several subtle but impactful bugs in sandbox execution, bot identity matching, workflow compilation, and safe-output handling, alongside expanded documentation.

πŸ› Bug Fixes & Improvements

  • Bot identity canonicalization β€” on.bots allow-lists now correctly match GitHub App actors regardless of whether they appear as my-app or my-app[bot]. Previously, the exact-string mismatch silently blocked activations. (#20059)

  • AWF sandbox git identity β€” The first git commit inside an AWF sandbox no longer fails with "Author identity unknown." Host Git identity environment variables are now injected into sandbox execution steps, preserving the caller's author/committer info. (#20056)

  • dispatch-workflow compile-order independence β€” Workflows that dispatch other workflows in the same compile batch no longer require a specific compilation order. Targets that exist as .md files (without a pre-existing .lock.yml) are now accepted. (#20057)

  • safe-outputs: failures now fail the workflow β€” When a safe-output handler returns {success: false}, the step now calls core.setFailed() and exits non-zero. Previously, failures were only emitted as warnings and the workflow continued as successful. (#20055)

  • Gateway log truncation fix β€” Log lines exceeding 64 KB in gateway.jsonl (common with large AI tool call payloads) were silently truncated. Missing scanner.Buffer() calls have been added to prevent this. (#20074)

  • Firewall analysis blocked domain display β€” The firewall log viewer now correctly shows the destination IP:port for iptables-dropped traffic instead of displaying "-". (#20016)

πŸ“š Documentation

  • Docker-based MCP server configuration β€” The MCP server reference now covers running gh-aw as an MCP server via Docker, for environments where the gh CLI is not installed locally. (#20053)

  • Workflow status message style guide β€” A new .github/aw/messages.md establishes consistent conventions for tone and emoji usage in safe-outputs status messages across all workflows. (#20052)

  • Updated feature documentation and permissions reference cleanup. (#20020, [#20003])

🌍 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.0...v0.56.1

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