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

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

Home / v0.83.1
Name Modified Size InfoDownloads / Week
Parent folder
linux-arm64 2026-07-23 28.9 MB
windows-amd64.exe 2026-07-23 32.6 MB
windows-arm64.exe 2026-07-23 29.3 MB
freebsd-arm64 2026-07-23 28.9 MB
gh-aw-wasm-v0.83.1.tar.gz 2026-07-23 6.1 MB
linux-386 2026-07-23 30.4 MB
linux-amd64 2026-07-23 31.8 MB
linux-arm 2026-07-23 30.0 MB
android-arm64 2026-07-23 31.6 MB
checksums.txt 2026-07-23 1.0 kB
darwin-amd64 2026-07-23 32.4 MB
darwin-arm64 2026-07-23 29.7 MB
freebsd-386 2026-07-23 30.1 MB
freebsd-amd64 2026-07-23 31.7 MB
README.md 2026-07-23 11.3 kB
v0.83.1 source code.tar.gz 2026-07-23 247.0 MB
v0.83.1 source code.zip 2026-07-23 250.9 MB
Totals: 17 Items   871.5 MB 4

🌟 Release Highlights

This release expands the gh aw compile security pipeline with container vulnerability scanning, license auditing, and YAML linting — while delivering a wave of reliability fixes across the compiler, harness, and PR review workflows.

✨ What's New

  • Container vulnerability scanning with Grypegh aw compile now runs Grype to detect CVEs in gh-* workflow container images before deployment. (#47474)
  • SBOM generation with Syft — New --syft flag on gh aw compile produces a Software Bill of Materials for container images. (#47515)
  • License scanning with Grantgh aw compile can now audit container image licenses via Grant. (#47516)
  • YAML linting as a static validatoryamllint is now integrated into the compile-time validation pipeline, catching YAML errors early. (#47507)
  • Daily firewall container security scan — Automated daily scanning keeps the firewall container image clean. (#47407)
  • GitHub suggestion syntax in PR reviews — The PR reviewer now emits proper GitHub suggestion blocks instead of plain code snippets, making review feedback directly applicable. (#47508)
  • aw.yml surfaced in add-wizard — The add-wizard now shows existing aw.yml config before prompting for engine setup, reducing accidental overwrites. (#47462)
  • Private registry container substitutions — Container image substitutions for private registries are now supported. (#47374)

🐛 Bug Fixes & Improvements

  • Flow-sensitive no-unsafe-catch-error-property linter — The rule now respects branch dominance and source order, eliminating false positives in complex control flow. (#47534)
  • Hardened report_incomplete signal handling — Fixes a crash when incomplete_signals is missing or empty. (#47533)
  • Expression precedence preserved in stringsjoinone autofix — Autofix replacements no longer silently change operator precedence. (#47482)
  • Job-level permission shorthands preserved — Custom and safe jobs now correctly retain shorthand permission declarations through the compiler. (#47471)
  • Critical CVE cleared — Upgraded gh-aw-firewall v0.27.37 → v0.27.38 to resolve a critical CVE gate. (#47469)
  • Harness startup retry extended to push events — Fixes missing retry logic on push-triggered runs and improves Turns=0 driver-handoff diagnostics. (#47384)
  • Safe-outputs PR review robustness — Inline comment anchors that are partially invalid no longer cause review failures. (#47356) Self-authored PRs now receive COMMENT instead of REQUEST_CHANGES. (#47400)
  • 16 CLI consistency fixes — Resolved a batch of flag, output, and error-message inconsistencies across CLI commands. (#47337)

📚 Documentation

  • Clarified compiler-managed skill installation under .github/aw. (#47480)
  • Added missing meta/terminal safe-output types to the designer mapping table. (#47506)

Generated by 🚀 Release · sonnet46 22.2 AIC · ⊞ 7.9K


What's Changed

Full Changelog: https://github.com/github/gh-aw/compare/v0.83.0...v0.83.1

Source: README.md, updated 2026-07-23