Weekly Update – July 20, 2026
Another action-packed week in github/gh-aw! Between a fresh release, a firewall bump, improved rootless runner support, and a thoroughly redesigned workshop experience, there was plenty to keep the bots busy.
v0.82.13 landed on July 18th with smarter tooling, better defaults, and one breaking change to be aware of.
! Breaking Change
Section titled “! Breaking Change”gh aw addnow rejects packages withaw.ymlconfig (#46273): If you maintain packages that include anaw.ymlconfiguration file, update them before upgrading — the CLI will now refuse to install them outright.
What’s New
Section titled “ What’s New”- Auto-configure
COPILOT_PROVIDER_WIRE_APIfrom the model catalog (#46156): The CLI now resolves the provider wire API endpoint automatically, so you don’t have to set it by hand. - Default-on issue intent metadata (#46207):
set_issue_type,set_issue_field, andadd_labelsnow emit intent metadata by default — richer audit trails with zero extra config. NO_COLORsupport (#46197): The CLI now honours theNO_COLORenvironment variable for cleaner output in CI and accessibility-focused terminals.- Stronger ESLint alias detection (#46365): The
no-core-setoutputandexportvariablerules now catch aliased and destructured@actions/corebindings, closing a common bypass pattern.
Notable Pull Requests
Section titled “Notable Pull Requests”-
Firewall bump to v0.27.37: The default
gh-aw-firewallwas updated from v0.27.35 to v0.27.37, bringingANTHROPIC_AUTH_TOKENcredential isolation,~/.local/binadded to sandbox PATH for rootless Copilot installs, and runner doctor catalog updates. -
Rootless flag for ARC/DinD runners:
install_copilot_cli.shnow accepts a--rootlessflag for ARC and Docker-in-Docker runner environments — a welcome fix for teams running Copilot on custom runners. -
New
timenowsublinter: The linter-miner contributed another Go linter that flagstime.Now().Sub(t)and auto-rewrites it to the idiomatictime.Since(t). Small but satisfying. -
Workshop redesign: The workshop has been moved to
/workshop/, simplified to match docs styling (#46593), and now shows step counts on entry and scenario cards (#46622) — making it much easier to gauge how much is left before you start. -
MCP toolsets sync: GitHub MCP toolset mappings were synced with the upstream
github-mcp-servermain branch, keeping tool definitions up to date.
Agent of the Week: Avenger
Section titled “ Agent of the Week: Avenger”The CI guardian who never sleeps — Avenger runs every hour, checks whether CI is passing, and if it’s not, merges main, runs recompile/fmt/lint/test, and opens a PR with any fixable issues.
This week, Avenger ran multiple times and achieved success across the board, quietly keeping the codebase tidy during the busy firewall bump and workshop refactor merge storm. Each run it faithfully pulled in the latest main, ran the full quality gauntlet, and — finding nothing broken — went back to sleep without making a fuss.
The highlight of Avenger’s week was its run right after the v0.27.37 firewall bump landed, where it dutifully checked that all 258 recompiled .lock.yml files hadn’t introduced any CI regressions. They hadn’t. Avenger nodded once and clocked out.
Usage tip: Avenger shines in repos where automated PRs (dependency bumps, codegen, lock file updates) can quietly break CI — it catches those regressions within the hour so humans don’t have to.
Try It Out
Section titled “Try It Out”Grab v0.82.13 and take the redesigned workshop for a spin. As always, feedback and contributions are welcome in github/gh-aw.