| Name | Modified | Size | Downloads / 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— Therepo-memoryfrontmatter now supports awiki: trueflag 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— Theadd_commentsafe output tool now acceptstemporary_id, enabling cross-referencing of not-yet-created comments within the same workflow run. (#19737) -
/aceslash command workflow — A new built-in workflow responds to/acein 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-labelwere firing on anylabeledevent due to a Go type mismatch ([]stringvs[]any). The activation job'sif:clause now correctly includes thegithub.event.label.namecondition. (#19824) -
Label trigger shorthand wires
item_numberfor manual dispatch — The compiler now properly wiresinputs.item_numberas a fallback for entity number expressions in label-shorthand workflows, fixing empty PR/issue numbers on manualworkflow_dispatchruns. (#19795) -
assign-to-agentauto-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 toGH_AW_AGENT_TOKEN → GH_AW_GITHUB_TOKEN → GITHUB_TOKEN, while explicitgithub-token:overrides still take precedence. (#19796) -
MCP compile errors now surface Docker retry instructions — The
compileMCP 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-serverssection — Thetools.allowedfilter is now correctly applied when compiling MCP server tool configurations. (#19801) -
GH_AW_HOMEdefined 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:
@deyaaeldeenfor Bug: Label trigger shorthand does not produce label filter condition in compiled workflow (#19770)@deyaaeldeenfor Bug: workflow_dispatch item_number not wired into expression extraction for label trigger shorthand (#19773)@mason-timforassign-to-agentfails with GitHub App tokens — Copilot assignment API requires a PAT (#19765)
For complete details, see CHANGELOG.
Generated by Release
What's Changed
- Add /ace slash command workflow that posts ACE editor session links on PR comments by @Copilot in https://github.com/github/gh-aw/pull/19741
- [docs] docs: consolidate repetitive engine sections in engines.md by @github-actions[bot] in https://github.com/github/gh-aw/pull/19779
- [docs] Fix 3 tone issues in scratchpad specs (v3.7) by @github-actions[bot] in https://github.com/github/gh-aw/pull/19778
- [docs] Self-healing documentation fixes from issue analysis - 2026-03-05 by @github-actions[bot] in https://github.com/github/gh-aw/pull/19755
- [code-simplifier] refactor: simplify recent code changes for clarity and idiomaticity by @github-actions[bot] in https://github.com/github/gh-aw/pull/19753
- [dead-code] chore: remove dead functions — 8 functions removed by @github-actions[bot] in https://github.com/github/gh-aw/pull/19750
- [instructions] Sync github-agentic-workflows.md with release v0.40.1 by @github-actions[bot] in https://github.com/github/gh-aw/pull/19777
- Update action pin tests to match updated action_pins.json data by @Copilot in https://github.com/github/gh-aw/pull/19794
- fix: surface Docker image retry instructions in MCP compile error message by @Copilot in https://github.com/github/gh-aw/pull/19792
- chore(deps): bump dompurify from 3.3.0 to 3.3.2 in /docs in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/github/gh-aw/pull/19791
- [docs] Update documentation for features from 2026-03-06 by @github-actions[bot] in https://github.com/github/gh-aw/pull/19805
- Fix: wire
inputs.item_numberfallback for label trigger shorthand workflows by @Copilot in https://github.com/github/gh-aw/pull/19795 - feat: add temporary ID support to add_comment tool by @Copilot in https://github.com/github/gh-aw/pull/19737
- Fix assign-to-agent failing with GitHub App tokens — auto-fallback to GH_AW_AGENT_TOKEN by @Copilot in https://github.com/github/gh-aw/pull/19796
- refactor: resolve 4 semantic function clustering findings by @Copilot in https://github.com/github/gh-aw/pull/19799
- Ensure allowed tool filter for mcp-servers section by @Copilot in https://github.com/github/gh-aw/pull/19801
- [docs] Update glossary - daily scan by @github-actions[bot] in https://github.com/github/gh-aw/pull/19822
- Add
wikiflag torepo-memoryfrontmatter for GitHub Wiki git backing by @Copilot in https://github.com/github/gh-aw/pull/19800 - fix: label trigger shorthand missing label filter condition in compiled workflow by @Copilot in https://github.com/github/gh-aw/pull/19824
- ci: split CLI MCP Inspect GitHub matrix group, pin upload-artifact action by @Copilot in https://github.com/github/gh-aw/pull/19825
- [docs] Update glossary - daily scan by @github-actions[bot] in https://github.com/github/gh-aw/pull/19826
- [docs] Update glossary - daily scan by @github-actions[bot] in https://github.com/github/gh-aw/pull/19840
Full Changelog: https://github.com/github/gh-aw/compare/v0.53.4...v0.53.5