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

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

Home / v0.58.1
Name Modified Size InfoDownloads / Week
Parent folder
sbom.cdx.json 2026-03-13 3.1 MB
sbom.spdx.json 2026-03-13 5.3 MB
windows-amd64.exe 2026-03-13 23.7 MB
windows-arm64.exe 2026-03-13 21.7 MB
linux-arm64 2026-03-13 21.3 MB
freebsd-arm64 2026-03-13 21.2 MB
gh-aw-wasm-v0.58.1.tar.gz 2026-03-13 4.5 MB
linux-386 2026-03-13 22.3 MB
linux-amd64 2026-03-13 23.1 MB
linux-arm 2026-03-13 22.1 MB
android-arm64 2026-03-13 23.3 MB
checksums.txt 2026-03-13 1.0 kB
darwin-amd64 2026-03-13 23.5 MB
darwin-arm64 2026-03-13 21.8 MB
freebsd-386 2026-03-13 22.1 MB
freebsd-amd64 2026-03-13 23.0 MB
README.md 2026-03-13 8.9 kB
v0.58.1 source code.tar.gz 2026-03-13 238.6 MB
v0.58.1 source code.zip 2026-03-13 240.6 MB
Totals: 19 Items   761.1 MB 0

🌟 Release Highlights

This release focuses on workflow chaining and cross-repo improvements, adding powerful new composition primitives while shipping a broad round of bug fixes and quality improvements.

✨ What's New

  • call-workflow safe output for workflow_call chaining (#20806) — Workflows can now emit a call-workflow safe output to chain into other workflows, enabling modular, reusable workflow pipelines.

  • checkout: false support for agent jobs (#20844) — Disable automatic repository checkout in agent jobs when it's not needed, reducing startup time and improving security posture.

  • preserve-branch-name for create-pull-request (#20788) — The create-pull-request safe output now supports a preserve-branch-name option, giving you control over branch naming in automated PR workflows.

  • scope for skip-if-no-match / skip-if-match (#20803) — Activation filters now support a scope field for finer-grained control. github-token and github-app have also been promoted to top-level on: configuration, along with a new shared/activation-app.md shared workflow.

  • Unrestricted discussion creation (#20845) — The announcement-capable category restriction for discussion creation has been removed, allowing agents to create discussions in any category.

🐛 Bug Fixes & Improvements

  • Guard policy rendering fixed for repos="all" and repos="public" (#20764) — Guard policies now render correctly for broad repository scopes.

  • Improved compiler error messages (#20755) — Compilation errors now include better hints, deduplication, position info, YAML translations, and schema hints — making it significantly easier to diagnose workflow issues.

  • Cross-repo dispatch-workflow uses caller's GITHUB_REF (#20790) — Fixed an issue where cross-repo dispatched workflows were using the wrong ref, ensuring the caller's branch is preserved.

  • Pagination bug in update-project resolved (#20778) — Field fetching was capped at 20 results; projects with more fields now work correctly.

  • qmd MCP server startup fixed (#20840) — The qmd MCP server now registers collections before starting, resolving an empty tools list issue on first use.

  • Relay activation checkout preserves callee workflow ref (#20714) — Caller-hosted relay workflows now correctly preserve the callee workflow ref and fix checkout behavior for cross-repo relays.

  • GitHub App token fallback in workflow_call relays (#20825) — Fixed incorrect use of owner/repo slug (should be repo name only) in the GitHub App token fallback path.

📚 Documentation

  • Updated reference documentation for the api-target engine field (#20765)
  • Updated docs for new features shipped in this cycle (#20856, #20812)
  • Added release process documentation to CONTRIBUTING.md (#20800)

For complete details, see CHANGELOG.

Generated by Release


What's Changed

Full Changelog: https://github.com/github/gh-aw/compare/v0.58.0...v0.58.1

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