v0.53.5
π 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 #19741
- [docs] docs: consolidate repetitive engine sections in engines.md by @github-actions[bot] in #19779
- [docs] Fix 3 tone issues in scratchpad specs (v3.7) by @github-actions[bot] in #19778
- [docs] Self-healing documentation fixes from issue analysis - 2026-03-05 by @github-actions[bot] in #19755
- [code-simplifier] refactor: simplify recent code changes for clarity and idiomaticity by @github-actions[bot] in #19753
- [dead-code] chore: remove dead functions β 8 functions removed by @github-actions[bot] in #19750
- [instructions] Sync github-agentic-workflows.md with release v0.40.1 by @github-actions[bot] in #19777
- Update action pin tests to match updated action_pins.json data by @Copilot in #19794
- fix: surface Docker image retry instructions in MCP compile error message by @Copilot in #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 #19791
- [docs] Update documentation for features from 2026-03-06 by @github-actions[bot] in #19805
- Fix: wire
inputs.item_numberfallback for label trigger shorthand workflows by @Copilot in #19795 - feat: add temporary ID support to add_comment tool by @Copilot in #19737
- Fix assign-to-agent failing with GitHub App tokens β auto-fallback to GH_AW_AGENT_TOKEN by @Copilot in #19796
- refactor: resolve 4 semantic function clustering findings by @Copilot in #19799
- Ensure allowed tool filter for mcp-servers section by @Copilot in #19801
- [docs] Update glossary - daily scan by @github-actions[bot] in #19822
- Add
wikiflag torepo-memoryfrontmatter for GitHub Wiki git backing by @Copilot in #19800 - fix: label trigger shorthand missing label filter condition in compiled workflow by @Copilot in #19824
- ci: split CLI MCP Inspect GitHub matrix group, pin upload-artifact action by @Copilot in #19825
- [docs] Update glossary - daily scan by @github-actions[bot] in #19826
- [docs] Update glossary - daily scan by @github-actions[bot] in #19840
Full Changelog: v0.53.4...v0.53.5