You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Daily CLI version check found 2 updates, applied to pkg/constants/version_constants.go and propagated via make recompile (run twice for the Docker SHA/tag pin refresh). One further update (Playwright CLI) is being held inside its npm cooldown window.
Tool
Old
New
Status
Claude Code
2.1.198
2.1.199
✅ updated
MCP Gateway (gh-aw-mcpg)
v0.3.32
v0.3.33
✅ updated
Playwright CLI
0.1.14
0.1.15
⏳ held (cooldown)
Copilot CLI
1.0.68
—
no change
Copilot SDK
1.0.5
—
no change
Codex
0.142.5
—
no change
Pi
0.80.3
—
no change
Playwright MCP
0.0.77
—
no change
GitHub MCP Server
v1.5.0
—
no change
Playwright Browser
v1.61.1
—
no change
Claude Code 2.1.198 → 2.1.199
Published 2026-07-01. No public repository; --help diff vs cached 2.1.198 shows no CLI surface changes. Risk: Low.
SSL cert errors now fail immediately with a fix hint instead of burning retries; transient 429s unrelated to usage limits auto-retry with backoff.
Partial streaming responses are retained with an incomplete-response notice after a mid-stream error; subagents cut off by rate limits/errors return partial work, and subagents that hit API errors now report the error instead of a false "success".
CLAUDE_CODE_RETRY_WATCHDOG raises default retry count to 300 and lifts the CLAUDE_CODE_MAX_RETRIES cap.
Fixed a Linux daemon bug that killed itself + all agents every ~50s after a corrupted worker record; fixed claude stop being undone by a racing respawn.
Stacked slash-skill invocations now load up to 5 leading skills; various agent-panel/session/hook fixes.
MCP Gateway v0.3.32 → v0.3.33
Published 2026-07-03. Docker image ghcr.io/github/gh-aw-mcpg, used as the default sandbox.agent container. ~45 PRs, predominantly internal refactors, added tests, and debug logging. Risk: Low for gh-aw usage. Full changelog: github/gh-aw-mcpg@v0.3.32...v0.3.33
@playwright/cli@0.1.15 was published 2026-06-30 14:53 UTC — only ~63h old at check time, inside the 72h npm release-age cooldown enforced by TestDefaultPlaywrightCLIVersionOutsideCooldownWindow. Kept at 0.1.14; eligible after ~2026-07-03 14:53 UTC (next run should pick it up). No deprecation on either version.
Verification
make recompile run twice (MCP Gateway is a Docker image → second pass refreshes SHA/tag pins): 258/258 workflows compiled, 0 errors, 209 warnings (pre-existing).
Stale old-version refs in lock files: 0 (2.1.198, gh-aw-mcpg:v0.3.32).
New refs: 60 locks → 2.1.199, 258 locks → gh-aw-mcpg:v0.3.33.
No pkg/workflow/js/*.js files modified. Reverted an unrelated agentic-workflow-designer/SKILL.md regeneration that recompile produced (undid recent commit e3c7a10) so the diff stays scoped to the version bump.
Overview
Daily CLI version check found 2 updates, applied to
pkg/constants/version_constants.goand propagated viamake recompile(run twice for the Docker SHA/tag pin refresh). One further update (Playwright CLI) is being held inside its npm cooldown window.Claude Code 2.1.198 → 2.1.199
Published 2026-07-01. No public repository;
--helpdiff vs cached 2.1.198 shows no CLI surface changes. Risk: Low.Changelog highlights (retries, streaming, daemon, subagents):
CLAUDE_CODE_RETRY_WATCHDOGraises default retry count to 300 and lifts theCLAUDE_CODE_MAX_RETRIEScap.claude stopbeing undone by a racing respawn.MCP Gateway v0.3.32 → v0.3.33
Published 2026-07-03. Docker image
ghcr.io/github/gh-aw-mcpg, used as the default sandbox.agent container. ~45 PRs, predominantly internal refactors, added tests, and debug logging. Risk: Low for gh-aw usage. Full changelog: github/gh-aw-mcpg@v0.3.32...v0.3.33Notable items:
headersfrom OTEL JSON stdin config to match spec — fix: removeheadersfrom OTEL JSON stdin config (spec §4.1.3.7 v1.14.0 breaking change) gh-aw-mcpg#8500api_keywithagent_idin example config — Replace deprecatedapi_keywithagent_idin example config gh-aw-mcpg#8342issue_integrityandpr_integrityguards — [Repo Assist] test(guards): add unit tests for issue_integrity and pr_integrity gh-aw-mcpg#8291ReactionKindenum; guard collapse — refactor(rust-guard): replacereaction_kind: &strwithReactionKindenum; collapseissue_dependency_readdouble guard gh-aw-mcpg#8279ParseError.ErrorWithUsage()— config: use ParseError.ErrorWithUsage() for richer TOML startup diagnostics gh-aw-mcpg#8505formatLogLinewithsync.Pool— [Repo Assist] perf(logger): reduce allocations in formatLogLine with sync.Pool gh-aw-mcpg#8493Full PR list (v0.3.32...v0.3.33)
Mostly internal — tests, debug logging, refactors, and prerelease gh-aw bumps: 8250, 8264, 8251, 8265, 8291, 8277, 8279, 8280, 8301, 8329, 8306, 8342, 8348, 8345, 8344, 8307, 8346, 8356, 8343, 8347, 8385, 8386, 8417, 8423, 8424, 8425, 8428, 8383, 8422, 8426, 8427, 8455, 8463, 8464, 8493, 8501, 8515, 8500, 8505, 8504, 8503, 8502, 8506, 8507.
Held: Playwright CLI 0.1.15 (cooldown)
@playwright/cli@0.1.15was published 2026-06-30 14:53 UTC — only ~63h old at check time, inside the 72h npm release-age cooldown enforced byTestDefaultPlaywrightCLIVersionOutsideCooldownWindow. Kept at 0.1.14; eligible after ~2026-07-03 14:53 UTC (next run should pick it up). No deprecation on either version.Verification
make recompilerun twice (MCP Gateway is a Docker image → second pass refreshes SHA/tag pins): 258/258 workflows compiled, 0 errors, 209 warnings (pre-existing).2.1.198,gh-aw-mcpg:v0.3.32).2.1.199, 258 locks →gh-aw-mcpg:v0.3.33.pkg/workflow/js/*.jsfiles modified. Reverted an unrelatedagentic-workflow-designer/SKILL.mdregeneration that recompile produced (undid recent commit e3c7a10) so the diff stays scoped to the version bump.References:
Warning
Firewall blocked 2 domains
The following domains were blocked by the firewall during workflow execution:
awmgmcpgmodels.devSee Network Configuration for more information.