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.82.13
Name Modified Size InfoDownloads / Week
Parent folder
windows-amd64.exe 2026-07-18 32.2 MB
windows-arm64.exe 2026-07-18 29.0 MB
linux-arm 2026-07-18 29.8 MB
linux-arm64 2026-07-18 28.6 MB
freebsd-arm64 2026-07-18 28.5 MB
gh-aw-wasm-v0.82.13.tar.gz 2026-07-18 6.0 MB
linux-386 2026-07-18 30.1 MB
linux-amd64 2026-07-18 31.4 MB
android-arm64 2026-07-18 31.2 MB
checksums.txt 2026-07-18 1.0 kB
darwin-amd64 2026-07-18 32.0 MB
darwin-arm64 2026-07-18 29.4 MB
freebsd-386 2026-07-18 29.9 MB
freebsd-amd64 2026-07-18 31.4 MB
README.md 2026-07-18 9.0 kB
v0.82.13 source code.tar.gz 2026-07-18 246.7 MB
v0.82.13 source code.zip 2026-07-18 250.5 MB
Totals: 17 Items   866.8 MB 0

🌟 Release Highlights

This release brings smarter ESLint rule detection, improved audit accuracy, and key bug fixes across the CLI, workshop, and setup tooling — with a notable breaking change in gh aw add.

⚠️ Breaking Changes

  • gh aw add now rejects packages with aw.yml config — packages that include an aw.yml configuration file will no longer be accepted. Update any such packages before upgrading. See PR [#46273] for details.

✨ What's New

  • Auto-configure COPILOT_PROVIDER_WIRE_API from the model catalog (#46156) — The CLI now automatically resolves the provider wire API endpoint from the model catalog, reducing manual configuration overhead.
  • Default-on issue intent metadata (#46207) — set_issue_type, set_issue_field, and add_labels now emit issue intent metadata by default, enabling richer audit trails without extra configuration.
  • NO_COLOR support for stdout (#46197) — The CLI now honours the NO_COLOR environment variable, improving compatibility with non-interactive and accessibility-focused terminals.
  • Stronger ESLint alias detection (#46365) — The no-core-setoutput/exportvariable rules now catch aliased and destructured @actions/core bindings, closing a common bypass pattern.
  • Debug logging across CLI bootstrap and logs orchestration (#46337) — New structured debug output makes it easier to trace startup and log-download behaviour.

🐛 Bug Fixes & Improvements

  • Accurate safe-output write counts in audit reports (#46360) — SafeItemsCount is now correctly populated in run_summary.json, so audit dashboards reflect real write activity.
  • Workshop progress rail and overflow fixes (#46378) — Resolves state coupling in the progress rail and responsive overflow issues in the workshop UI.
  • ESLint spawn-error alias guard (#46199) — Single-assignment aliases of spawn errors are now correctly recognised as valid guards, reducing false positives.
  • mapdeletecheck autofix safety (#46159) — Autofixes are now suppressed when comments overlap the replaced span, preventing incorrect edits.
  • Setup-JS error resilience (#46102) — All synchronous filesystem calls in actions/setup/js are now wrapped in try/catch blocks.
  • Integer overflow fix in allocation size hints (#46375) — Resolves a go/allocation-size-overflow code scanning alert.

📚 Documentation

  • Workshop view guide added (#46237) — New documentation covering the workshop UI view.
  • Ephemerals reference streamlined (#46288) — The ephemerals reference page has been trimmed for clarity and readability.
  • ESLint factory rules documented (#46361) — Six previously undocumented ESLint factory rules now have full README entries.

[!WARNING]

Firewall blocked 1 domain

The following domain was blocked by the firewall during workflow execution:

  • awmgmcpg

    To allow these domains, add them to the network.allowed list in your workflow frontmatter:

yaml network: allowed: - defaults - "awmgmcpg"

See Network Configuration for more information.

Generated by 🚀 Release · 18.1 AIC · ⊞ 7.8K


What's Changed

Full Changelog: https://github.com/github/gh-aw/compare/v0.82.12...v0.82.13

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