Download Latest Version gh-aw-wasm-v0.53.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.0
Name Modified Size InfoDownloads / Week
Parent folder
sbom.cdx.json < 8 hours ago 3.0 MB
sbom.spdx.json < 8 hours ago 5.3 MB
windows-amd64.exe < 8 hours ago 23.2 MB
windows-arm64.exe < 8 hours ago 21.2 MB
freebsd-arm64 < 8 hours ago 20.8 MB
gh-aw-wasm-v0.53.0.tar.gz < 8 hours ago 4.4 MB
linux-386 < 8 hours ago 21.8 MB
linux-amd64 < 8 hours ago 22.5 MB
linux-arm < 8 hours ago 21.6 MB
linux-arm64 < 8 hours ago 20.8 MB
freebsd-amd64 < 8 hours ago 22.5 MB
android-arm64 < 8 hours ago 22.8 MB
checksums.txt < 8 hours ago 1.0 kB
darwin-amd64 < 8 hours ago 23.0 MB
darwin-arm64 < 8 hours ago 21.4 MB
freebsd-386 < 8 hours ago 21.6 MB
README.md < 9 hours ago 8.9 kB
v0.53.0 source code.tar.gz < 9 hours ago 236.4 MB
v0.53.0 source code.zip < 9 hours ago 238.4 MB
Totals: 19 Items   750.7 MB 0

🌟 Release Highlights

This release focuses on reliability and polish — fixing a cluster of real-world bugs reported by the community while strengthening core workflows around PR creation, model configuration, memory persistence, and the upgrade experience.

✨ What's New

  • Configurable activation token — The on: section now supports github-token and github-app fields, letting you use a custom PAT or GitHub App token for activation-job reactions and status comments. (#19427)
  • Graceful PR-permission fallback — When GitHub Actions lacks permission to create PRs, create_pull_request now opens a fallback issue with a one-click link to open the PR manually, so your pushed branch is never left dangling. (#19466)
  • Strategy schema for custom jobs — The strategy field (with matrix, fail-fast, max-parallel) is now fully usable in custom job definitions, and strategy values are properly extracted by the compiler. (#19405)
  • Workflow call ID in comments — The add_comment action now appends a gh-aw-workflow-call-id marker to comments when a caller workflow ID is present, enabling better cross-workflow traceability. (#19525)
  • Smarter history link types — Generated GitHub search URLs now include a type= parameter scoped to the correct content type (issues, PRs, discussions), reducing irrelevant results. (#19507)

🐛 Bug Fixes & Improvements

  • gh aw upgrade SHA-pins setup-cli — Upgrade now writes a SHA-pinned reference for the setup-cli action instead of a bare version tag, consistent with all other action references. (#19496)
  • Copilot model path fixed — The fallback model configuration now correctly uses the COPILOT_MODEL environment variable instead of the unsupported --model CLI flag, making org-level model overrides work as expected. (#19509)
  • push_repo_memory retry/backoff — Concurrent agents racing on the repo-memory branch no longer cause non-fast-forward failures; the push step now retries with exponential backoff and a job-level concurrency group. (#19494)
  • ENOENT noise eliminated — Pre-agent failures (sandbox crash, network timeout) no longer cause downstream ENOENT errors from a missing agent-output artifact. Failure issues also now include richer context in their title. (#19505)
  • runtime-import in .github repos — Compiling a workflow inside a repository literally named .github no longer produces duplicated paths like .github/.github/workflows/…. (#19518)
  • safe-inputs script runner fixed — The script: runner for safe inputs was always returning {"stdout":"","stderr":""} instead of actual output; the generated .cjs now correctly calls execute() when run as a subprocess. (#19493)
  • stderr suppressed in non-git directoriesget_current_branch.cjs no longer leaks fatal: not a git repository to stderr when invoked outside a git repo. (#19499)
  • MCP audit error clarity — Debug log lines are now filtered from the audit tool error response, so callers see the actual error instead of a wall of internal diagnostics when DEBUG=* is set. (#19506)

📚 Documentation

  • Updated docs for the new on.github-token and on.github-app activation fields. (#19502)
  • trial-ops.md trimmed by 24% — same content, much easier to scan. (#19478)

🌍 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.52.1...v0.53.0

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