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

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

Home / v0.50.5
Name Modified Size InfoDownloads / Week
Parent folder
sbom.cdx.json 2026-02-26 3.0 MB
sbom.spdx.json 2026-02-26 5.2 MB
windows-arm64.exe 2026-02-26 21.0 MB
windows-amd64.exe 2026-02-26 23.0 MB
gh-aw-wasm-v0.50.5.tar.gz 2026-02-26 4.3 MB
linux-386 2026-02-26 21.6 MB
linux-amd64 2026-02-26 22.4 MB
linux-arm 2026-02-26 21.5 MB
linux-arm64 2026-02-26 20.6 MB
freebsd-arm64 2026-02-26 20.6 MB
checksums.txt 2026-02-26 964 Bytes
darwin-amd64 2026-02-26 22.8 MB
darwin-arm64 2026-02-26 21.2 MB
freebsd-386 2026-02-26 21.4 MB
freebsd-amd64 2026-02-26 22.3 MB
README.md 2026-02-26 7.2 kB
v0.50.5 source code.tar.gz 2026-02-26 236.4 MB
v0.50.5 source code.zip 2026-02-26 238.4 MB
Totals: 18 Items   725.8 MB 0

🌟 Release Highlights

This release focuses on fork compatibility, GitHub Enterprise support, and safe-outputs extensibility — making gh-aw more reliable across a wider range of deployment environments.

✨ What's New

  • Custom steps in safe-outputs jobs — The new safe-outputs.steps field lets you inject custom steps into the consolidated safe-outputs job, running after checkout/setup but before any safe-output code executes. Steps from imported workflows are automatically merged. (#18460)

  • GitHub Enterprise compatibility — Workflows running in GitHub Enterprise environments (e.g., COMPANY.ghe.com) now correctly pass GITHUB_SERVER_URL and GITHUB_API_URL to the Copilot CLI execution step, resolving authentication failures in GHE deployments. (#18504)

  • Ecosystem network domains expanded — Added package registry domains for 5 new language ecosystems: R, Julia, OCaml, Bazel, and Lua. (#18405)

  • Secret validation moved to activation job — Secrets are now validated earlier (at activation time, not agent job time), providing faster feedback and making secret_verification_result available during activation checks. (#18441)

🐛 Bug Fixes & Improvements

  • Fork support for maintenance workflows — Agentic maintenance jobs (compile, scan, secret-validation) now skip automatically on forked repositories, eliminating noisy failures every 2 hours for fork users. (#18532)

  • Clearer fork error messages — When a workflow fails in a forked repository due to missing secrets, failure messages now include an explanatory hint about fork secret isolation. (#18529, #18523)

  • gh aw update graceful exit — Running gh aw update in a repo where no workflows have a source field now exits cleanly with an info message instead of returning an error. (#18433)

  • Copilot CLI updated to v0.0.418 — Upgrades to the GA release of Copilot CLI, which changed its authentication mechanism. Workflows on v0.0.417 were failing immediately with Error: Authentication failed. (#18502)

  • CLI tool versions updated — Claude Code bumped to 2.1.59, Codex to 0.105.0. (#18515)

📚 Documentation

  • Added URL redirects covering all historical docs file renames — old bookmarked links now resolve correctly. (#18430)
  • Streamlined network.md reference for improved scannability. (#18415)

🌍 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.50.4...v0.50.5

Source: README.md, updated 2026-02-26