| Name | Modified | Size | Downloads / 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 addnow rejects packages withaw.ymlconfig — packages that include anaw.ymlconfiguration 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_APIfrom 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, andadd_labelsnow emit issue intent metadata by default, enabling richer audit trails without extra configuration. NO_COLORsupport for stdout (#46197) — The CLI now honours theNO_COLORenvironment variable, improving compatibility with non-interactive and accessibility-focused terminals.- Stronger ESLint alias detection (#46365) — The
no-core-setoutput/exportvariablerules now catch aliased and destructured@actions/corebindings, 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) —
SafeItemsCountis now correctly populated inrun_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.
mapdeletecheckautofix 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/jsare now wrapped intry/catchblocks. - Integer overflow fix in allocation size hints (#46375) — Resolves a
go/allocation-size-overflowcode 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:
awmgmcpgTo allow these domains, add them to the
network.allowedlist 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
- [code-scanning-fix] Fix js/unused-local-variable: Remove unused TSESTree import by @github-actions[bot] in https://github.com/github/gh-aw/pull/46173
- [WIP] Fix failing GitHub Actions job Integration: CLI Add & List Commands by @pelikhan with @Copilot in https://github.com/github/gh-aw/pull/46160
- [docs] Update glossary - daily scan by @github-actions[bot] in https://github.com/github/gh-aw/pull/46204
- fix: sync pkg/linters/doc.go to 51 analyzers and add drift guard test by @pelikhan with @Copilot in https://github.com/github/gh-aw/pull/46138
- refactor(threat-detection): extract shared external detector WorkflowData setup into helper by @pelikhan with @Copilot in https://github.com/github/gh-aw/pull/46142
- Refactor logs download orchestration to reduce
pkg/clilargefunc backlog by @pelikhan with @Copilot in https://github.com/github/gh-aw/pull/46125 - docs: add workshop view by @mnkiefer in https://github.com/github/gh-aw/pull/46237
- fix(setup-js): wrap all sync fs calls in try/catch (eslint-monster remediation) by @pelikhan with @Copilot in https://github.com/github/gh-aw/pull/46102
- mapdeletecheck: suppress autofix when comments overlap the replaced span by @pelikhan with @Copilot in https://github.com/github/gh-aw/pull/46159
- Refine require-new-url-try-catch safe-argument detection by @pelikhan with @Copilot in https://github.com/github/gh-aw/pull/46190
- fix(eslint-factory): recognize single-assignment alias of spawn error as valid guard by @pelikhan with @Copilot in https://github.com/github/gh-aw/pull/46199
- [spec-extractor] Update package specifications for stringutil, styles, testutil, timeutil by @github-actions[bot] in https://github.com/github/gh-aw/pull/46202
- [docs] docs: unbloat ephemerals reference by @github-actions[bot] in https://github.com/github/gh-aw/pull/46288
- [community] Update community contributions in README by @github-actions[bot] in https://github.com/github/gh-aw/pull/46327
- [log] Add debug logging to CLI bootstrap, logs orchestration, and domain buckets by @github-actions[bot] in https://github.com/github/gh-aw/pull/46337
- [docs] Self-healing documentation fixes from issue analysis - 2026-07-18 by @github-actions[bot] in https://github.com/github/gh-aw/pull/46314
- auto-configure COPILOT_PROVIDER_WIRE_API from model catalog by @pelikhan with @Copilot in https://github.com/github/gh-aw/pull/46156
- Add list_code_scanning_alerts query-bounding guardrail and regression tests by @pelikhan with @Copilot in https://github.com/github/gh-aw/pull/46198
- Refresh stale package specs and add linters doc drift guard by @pelikhan with @Copilot in https://github.com/github/gh-aw/pull/46257
- docs: record breaking change for
gh aw addrejecting packages withaw.ymlconfig by @pelikhan with @Copilot in https://github.com/github/gh-aw/pull/46273 - docs(spdd): add safeguards, edge cases, ops order, norms, and requirements to five spec files by @pelikhan with @Copilot in https://github.com/github/gh-aw/pull/46283
- fix(eslint): resolve route/URL/control-flow lint violations in actions/setup/js by @pelikhan with @Copilot in https://github.com/github/gh-aw/pull/46100
- [formal-spec] Add PM-10/AppG formal model coverage for security architecture summary by @pelikhan with @Copilot in https://github.com/github/gh-aw/pull/46280
- docs(eslint-factory): document 6 undocumented rules in README by @pelikhan with @Copilot in https://github.com/github/gh-aw/pull/46361
- [jsweep] Clean validate_secrets.cjs by @github-actions[bot] in https://github.com/github/gh-aw/pull/46129
- test(errorutil): improve edge-case coverage and reduce assertion noise by @pelikhan with @Copilot in https://github.com/github/gh-aw/pull/46366
- feat(eslint): extend no-core-setoutput/exportvariable rules to detect aliased and destructured core bindings by @pelikhan with @Copilot in https://github.com/github/gh-aw/pull/46365
- Default-on issue intent metadata for set_issue_type, set_issue_field, and add_labels by @pelikhan with @Copilot in https://github.com/github/gh-aw/pull/46207
- feat(styles,console,colorwriter): hoist palette color.Color vars and honor NO_COLOR on stdout by @pelikhan with @Copilot in https://github.com/github/gh-aw/pull/46197
- [code-scanning-fix] Fix go/allocation-size-overflow: integer overflow in allocation size hints by @github-actions[bot] in https://github.com/github/gh-aw/pull/46375
- fix: populate SafeItemsCount in run_summary.json so audits report accurate safe-output write counts by @pelikhan with @Copilot in https://github.com/github/gh-aw/pull/46360
Full Changelog: https://github.com/github/gh-aw/compare/v0.82.12...v0.82.13