A new version of gh-aw is available. We are currently on v0.80.9, latest is v0.82.10 (published 2026-07-16). The existing open upgrade issue #1567 covers v0.82.9; this report is limited to the distinct v0.82.10 changes.
Upgrade Assessment
Urgency: Recommended
Relevant Changes
v0.82.10
Bug Fixes
- Safe-output scope rejection fix: gh-aw fixed safe-output scope rejection incorrectly triggering when an agent changeset contained no workflow files (release notes, PR #45870). This repository has safe outputs configured in workflows such as
.github/workflows/gh-aw-pr-review.md:90-92 and .github/workflows/gh-aw-issue-triage.md:82-84; PR review and triage runs commonly operate on application changes without modifying workflow files. Updating removes a known false rejection that can prevent otherwise valid safe-output handling.
Upgrade Steps
Generated by Internal: Upgrade Check · 202.4 AIC · ⌖ 16.2 AIC · ⊞ 23.9K · ◷
A new version of gh-aw is available. We are currently on
v0.80.9, latest isv0.82.10(published 2026-07-16). The existing open upgrade issue #1567 coversv0.82.9; this report is limited to the distinctv0.82.10changes.Upgrade Assessment
Urgency: Recommended
Relevant Changes
v0.82.10
Bug Fixes
.github/workflows/gh-aw-pr-review.md:90-92and.github/workflows/gh-aw-issue-triage.md:82-84; PR review and triage runs commonly operate on application changes without modifying workflow files. Updating removes a known false rejection that can prevent otherwise valid safe-output handling.Upgrade Steps
GH_AW_VERSION,GH_AW_BUILD_VERSION, andGH_AW_COMPAT_VERSIONinMakefile:4-6fromv0.80.9tov0.82.10.make compileand verify 0 errors and 0 warnings.