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

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

Home / v0.53.5
Name Modified Size InfoDownloads / Week
Parent folder
sbom.cdx.json 2026-03-06 3.1 MB
sbom.spdx.json 2026-03-06 5.3 MB
linux-arm64 2026-03-06 20.8 MB
windows-amd64.exe 2026-03-06 23.2 MB
windows-arm64.exe 2026-03-06 21.2 MB
freebsd-arm64 2026-03-06 20.8 MB
gh-aw-wasm-v0.53.5.tar.gz 2026-03-06 4.4 MB
linux-386 2026-03-06 21.8 MB
linux-amd64 2026-03-06 22.6 MB
linux-arm 2026-03-06 21.6 MB
android-arm64 2026-03-06 22.9 MB
checksums.txt 2026-03-06 1.0 kB
darwin-amd64 2026-03-06 23.0 MB
darwin-arm64 2026-03-06 21.4 MB
freebsd-386 2026-03-06 21.6 MB
freebsd-amd64 2026-03-06 22.5 MB
README.md 2026-03-06 6.5 kB
v0.53.5 source code.tar.gz 2026-03-06 237.2 MB
v0.53.5 source code.zip 2026-03-06 239.1 MB
Totals: 19 Items   752.6 MB 0

🌟 Release Highlights

This release focuses on reliability improvements for label-trigger workflows and GitHub App token handling, plus new capabilities for repo memory and the add_comment safe output tool.

✨ What's New

  • GitHub Wiki backing for repo-memory — The repo-memory frontmatter now supports a wiki: true flag to use a repository's GitHub Wiki git backend as persistent memory storage, following GitHub Wiki markdown conventions. (#19800)

  • Temporary ID support in add_comment — The add_comment safe output tool now accepts temporary_id, enabling cross-referencing of not-yet-created comments within the same workflow run. (#19737)

  • /ace slash command workflow — A new built-in workflow responds to /ace in PR comments, generates ACE editor session URLs, and posts a reply linking teammates to a collaborative editing session. (#19741)

🐛 Bug Fixes & Improvements

  • Label trigger shorthand now correctly filters by label name — Workflows using on: pull_request labeled my-label were firing on any labeled event due to a Go type mismatch ([]string vs []any). The activation job's if: clause now correctly includes the github.event.label.name condition. (#19824)

  • Label trigger shorthand wires item_number for manual dispatch — The compiler now properly wires inputs.item_number as a fallback for entity number expressions in label-shorthand workflows, fixing empty PR/issue numbers on manual workflow_dispatch runs. (#19795)

  • assign-to-agent auto-fallback for GitHub App tokens — The Copilot assignment API rejects GitHub App installation tokens, causing "not available as an assignee" failures. The fix auto-falls back to GH_AW_AGENT_TOKEN → GH_AW_GITHUB_TOKEN → GITHUB_TOKEN, while explicit github-token: overrides still take precedence. (#19796)

  • MCP compile errors now surface Docker retry instructions — The compile MCP tool previously swallowed helpful guidance when Docker images weren't cached. Users now see actionable retry instructions instead of a bare "docker images not ready" message. (#19792)

  • Allowed tool filter respected for mcp-servers section — The tools.allowed filter is now correctly applied when compiling MCP server tool configurations. (#19801)

  • GH_AW_HOME defined once at job level — Eliminates repeated fallback macro expansion (\$\{GH_AW_HOME:-/opt/gh-aw}) across workflow steps by hoisting the variable definition to the job level. (#19823)

🌍 Community Contributions

A huge thank you to the community members who reported issues 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.53.4...v0.53.5

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