Download Latest Version windows-amd64.exe (33.6 MB)
Email in envelope

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

Home / v0.84.3
Name Modified Size InfoDownloads / Week
Parent folder
windows-amd64.exe 2026-08-03 33.4 MB
windows-arm64.exe 2026-08-03 30.1 MB
freebsd-arm64 2026-08-03 29.6 MB
gh-aw-wasm-v0.84.3.tar.gz 2026-08-03 6.2 MB
linux-386 2026-08-03 31.2 MB
linux-amd64 2026-08-03 32.6 MB
linux-arm 2026-08-03 30.7 MB
linux-arm64 2026-08-03 29.7 MB
android-arm64 2026-08-03 32.4 MB
checksums.txt 2026-08-03 1.0 kB
darwin-amd64 2026-08-03 33.2 MB
darwin-arm64 2026-08-03 30.5 MB
freebsd-386 2026-08-03 30.9 MB
freebsd-amd64 2026-08-03 32.5 MB
README.md 2026-08-03 20.2 kB
v0.84.3 source code.tar.gz 2026-08-03 278.8 MB
v0.84.3 source code.zip 2026-08-03 282.8 MB
Totals: 17 Items   944.5 MB 0

🌟 Release Highlights

This release brings a new shellcheck-based linting phase for run steps, expanded agent job gating controls, and a large batch of security hardening and reliability fixes.

✨ What's New

  • Shellcheck linting for run steps — Compiled workflow run steps are now validated with shellcheck, with a Docker-based fallback for systems lacking a native binary. Enabled by default and opt-out via flags.
  • First-class agent job gating — Added jobs.agent.needs and jobs.agent.if support, giving workflow authors finer control over when the agent job executes.
  • dispatch_workflow ref parameter — The ref input is now exposed in the per-workflow tool schema when allowed-refs is configured, enabling more precise cross-workflow dispatch targeting.
  • Daily arXiv researcher workflow — A new built-in workflow scans recent papers for gh-aw improvement opportunities.

🐛 Bug Fixes & Improvements

  • Fixed on.needs incorrectly leaking into the compiled workflow's on: section, and activation job needs not populating from engine.env expressions.
  • Fixed stale merged PR handling in update_pull_request branch refresh so it no longer fails safe-outputs processing.
  • Corrected pull_request_target trigger to support the ready_for_review activity type.
  • Fixed false-positive credit-ceiling and timeout detections, and rescued Copilot runs incorrectly classified as authentication_failed.
  • Restored MCP telemetry observability by moving the Python venv out of the agent artifact upload path.
  • Fixed comment-only frontmatter handling in shared workflow parsing.

🔒 Security

  • Removed or disabled several container images with unresolved critical/high CVEs, including mcp/markitdown, mcp/notion, semgrep/semgrep, cli-proxy:0.27.42, and vulnerable gh-aw-firewall pins.
  • Patched a brace-expansion vulnerability in the gh-aw-node npm overlay (GHSA-mh99-v99m-4gvg).
  • Pinned node:lts-alpine, python:alpine, and Serena MCP images to remediated digests.

📚 Documentation

  • Split developer/SKILL.md into task-scoped sub-skills for easier navigation.
  • Added AI crawler allow-list entries to the docs site robots.txt.
  • Documented the search_repositories repo: qualifier limitation and fixed several frontmatter reference inaccuracies.

🔧 Internal

  • Added multiple new linters (uncheckedflushreturn, walkfuncerrshadow, wgdonenotdeferred, contextcancelnotdeferred, stringsindexhasprefix) and enforced them in CI.
  • Removed dead code and refactored large functions across the CLI and workflow engine for maintainability.

Generated by 🚀 Release · auto · 22.3 AIC · ⊞ 11.1K


What's Changed

Full Changelog: https://github.com/github/gh-aw/compare/v0.84.2...v0.84.3

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