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

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

Home / v0.50.3
Name Modified Size InfoDownloads / Week
Parent folder
sbom.cdx.json 2026-02-25 3.0 MB
sbom.spdx.json 2026-02-25 5.1 MB
windows-arm64.exe 2026-02-25 21.0 MB
linux-arm64 2026-02-25 20.6 MB
windows-amd64.exe 2026-02-25 23.0 MB
gh-aw-wasm-v0.50.3.tar.gz 2026-02-25 4.3 MB
linux-386 2026-02-25 21.6 MB
linux-amd64 2026-02-25 22.3 MB
linux-arm 2026-02-25 21.5 MB
checksums.txt 2026-02-25 964 Bytes
darwin-amd64 2026-02-25 22.7 MB
darwin-arm64 2026-02-25 21.2 MB
freebsd-386 2026-02-25 21.4 MB
freebsd-amd64 2026-02-25 22.3 MB
freebsd-arm64 2026-02-25 20.6 MB
README.md 2026-02-25 5.2 kB
v0.50.3 source code.tar.gz 2026-02-25 220.7 MB
v0.50.3 source code.zip 2026-02-25 222.6 MB
Totals: 18 Items   694.0 MB 0

🌟 Release Highlights

This release focuses on reliability and correctness improvements — fixing data races, MCP context management, safe-outputs permissions, and compiler diagnostics. Dependency and tooling updates keep everything fresh.

🐛 Bug Fixes & Improvements

  • add-comment now emits pull-requests: write by default — Previously, workflows using add-comment safe-outputs would fail with "Resource not accessible by integration" when commenting on PRs because the compiler only emitted issues: write. The compiler now correctly emits both issues: write and pull-requests: write, and provides new issues/pull-requests/discussions flags for fine-grained control. (#18318)

  • Eliminated a sync.Once data race in cache-clear functions — A concurrency bug that could cause non-deterministic behavior when clearing caches has been resolved. (#18280)

  • MCP request context propagation fixedcheckActorPermission now correctly receives the MCP request context, ensuring timeouts and cancellations propagate correctly throughout the permission-check call chain. (#18281)

  • MCP inspector sub-contexts released promptlyconnectStdioMCPServer and connectHTTPMCPServer now release WithTimeout sub-contexts immediately after each sequential MCP operation rather than deferring, reducing timer resource hold time. (#18343)

  • Preserved ExitError in error chainExitError is no longer dropped during run-workflow validation, enabling downstream error handling to correctly inspect exit codes. (#18282 via release notes)

✨ What's New

  • Schema path heuristic for misplaced frontmatter fields — When a field appears in the wrong location in a workflow's frontmatter, the compiler now suggests the correct schema path, making it much easier to diagnose configuration errors. (#18320)

  • Suppressed actionlint SC1003 false positives — Generated AWF shell commands no longer trigger spurious actionlint SC1003 warnings, reducing noise in CI linting output. (#18316)

  • Cleaner footer install message — The workflow footer now links "agentic workflow" directly to the source URL and displays the install command in a formatted code block for better readability. (#18345)

🔧 Internal

  • Refactored MCP error construction with a newMCPError helper, eliminating 30+ repeated jsonrpc.Error struct literals across MCP tool files. (#18341)
  • Updated Claude Code 2.1.52 → 2.1.56 and Copilot CLI 0.0.415 → 0.0.417. (#18313)
  • Updated golang.org/x/tools from v0.41.0 to v0.42.0. (#18319)

🌍 Community Contributions

A huge thank you to the community members who reported issues 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.2...v0.50.3

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