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
A new MCP Gateway (gh-aw-mcpg) release is available. This is the only agentic CLI/MCP component with a version change since the last check; all other monitored tools are current.
Component
Current
Latest
Status
MCP Gateway (gh-aw-mcpg)
v0.3.23
v0.3.24
⚠️ Update available
Claude Code
2.1.168
2.1.168
✅ Current
Copilot CLI
1.0.60
1.0.60
✅ Current
Codex
0.137.0
0.137.0
✅ Current
GitHub MCP Server
v1.1.2
v1.1.2
✅ Current
Playwright MCP
0.0.75
0.0.75
✅ Current
Playwright CLI
0.1.13
0.1.13
✅ Current
Playwright Browser
v1.60.0
v1.60.0
✅ Current
Update MCP Gateway
Previous: v0.3.23 → New: v0.3.24
Timeline: v0.3.23 (2026-06-05) → v0.3.24 (2026-06-08) — 3 days
Constant: DefaultMCPGatewayVersion in pkg/constants/version_constants.go
Note: Used as the default sandbox.agent container image (ghcr.io/github/gh-aw-mcpg:v{VERSION}).
DefaultMCPGatewayVersion Version = "v0.3.23" → "v0.3.24"
Per the constant's in-code warning, MCP Gateway bumps require a full rebuild and a double recompile:
make build && make recompile && make recompile
The first recompile regenerates lock files with the new version; the second refreshes the container SHA pins resolved during the first pass.
Verify with git status (do NOT commit *.lock.yml or pkg/workflow/js/*.js directly).
Verify the Agent ID rename does not break gateway routing in gh-aw (search for any API-key surface usage; ensure X-Agent-ID routing is used).
Note: This automated checker has create_issue-only safe outputs (no PR/push), so the constant edit and recompile were not performed in this run — they require a human-driven PR.
Impact Assessment
Risk: Medium — primarily refactors/tests, but includes a routing-surface rename (API key → Agent ID) with removed deprecated aliases. The double-recompile requirement and container SHA re-pinning warrant a careful PR + CI run.
Priority: Normal. Schedule a PR bumping DefaultMCPGatewayVersion to v0.3.24, run make build && make recompile && make recompile, and let CI validate before merge.
Pay attention to the Agent ID rename when reviewing gateway integration code.
Summary
A new MCP Gateway (gh-aw-mcpg) release is available. This is the only agentic CLI/MCP component with a version change since the last check; all other monitored tools are current.
Update MCP Gateway
DefaultMCPGatewayVersioninpkg/constants/version_constants.gosandbox.agentcontainer image (ghcr.io/github/gh-aw-mcpg:v{VERSION}).Breaking Changes
X-Agent-IDrouting. Compat aliases were introduced and then the deprecated API-key aliases were removed within this release (Rename gateway “API key” surface to Agent ID with compat aliases and X-Agent-ID routing gh-aw-mcpg#7114, [Repo Assist] refactor: remove deprecated API key alias functions gh-aw-mcpg#7150, Remove deprecated API-key aliases and complete AgentID rename gh-aw-mcpg#7159). If any gh-aw code or config references the gateway API-key surface, verify it uses the Agent ID surface after upgrade.Key Features
/reflectendpoint for live DIFC label snapshots in gateway and proxy modes (Add unauthenticated/reflectendpoint for live DIFC label snapshots in gateway and proxy modes gh-aw-mcpg#7168)/rate_limitfor the CLI proxy liveness probe (fix(proxy): passthrough /rate_limit for CLI proxy liveness probe gh-aw-mcpg#7187)Performance
json.Marshalfor small text responses ([Repo Assist] perf(middleware): skip json.Marshal for small text responses (fast path) gh-aw-mcpg#7094)View Full Changelog
Fixes
Refactors / Internal
TimeoutPositiveto reuseTimeoutMinimumand remove duplicated validator logic gh-aw-mcpg#7105Tests
Docs / Chore
View Migration Guide
pkg/constants/version_constants.go:DefaultMCPGatewayVersion Version = "v0.3.23"→"v0.3.24"git status(do NOT commit*.lock.ymlorpkg/workflow/js/*.jsdirectly).X-Agent-IDrouting is used).Note: This automated checker has
create_issue-only safe outputs (no PR/push), so the constant edit and recompile were not performed in this run — they require a human-driven PR.Impact Assessment
Recommendations
DefaultMCPGatewayVersionto v0.3.24, runmake build && make recompile && make recompile, and let CI validate before merge.Package Links
References: