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
Claude Code has no public GitHub repository, so detailed release notes are not available. The bump spans two patches (2.1.143 published earlier this week, 2.1.144 today). Patch releases at this semver level are typically bug fixes, stability tweaks, and minor refinements.
Risk: Low (patch-level; repository is private — limited public changelog)
The github/copilot-cli repository is not publicly accessible from this workflow's authentication context, so detailed release notes cannot be fetched. The bump spans two patches.
Validation reminder (from DefaultCopilotVersion constant doc): when upgrading, verify:
MCPs are not blocked from loading (tools.mcp configuration still works end-to-end)
/models does not silently fail on PATs (model listing works with PAT auth)
Risk: Medium — minor bump, large surface; no breaking changes called out, but TUI status-line additions and @ mention unification touch interactive flows used by gh-aw Codex workflows.
Affects: any workflow using engine: codex; the new codex doctor command may be useful for debugging future sandbox-bound runs.
Migration: none required at the constants level; existing Codex configs remain compatible.
Affects: workflows declaring tools.github will pick up the new list_repository_collaborators and discussion-comment-write tools. MCP Gateway's DIFC policy already classifies these (see MCPG v0.3.11 below).
Released: v0.3.10 on 2026-05-15, v0.3.11 on 2026-05-17, v0.3.12 on 2026-05-18
Risk: Low–Medium (three patches; guard-policy classification changes for new GitHub MCP tools are observable for workflow authors)
This bump touches the default sandbox.agent container image (ghcr.io/github/gh-aw-mcpg). Per the constant's doc, make build && make recompile && make recompile must be run to refresh container SHA pins across all generated lock files.
Update DefaultMCPGatewayVersion in pkg/constants/version_constants.go from v0.3.9 → v0.3.12.
Run make build && make recompile && make recompile (double recompile required per the constant's documented rebuild policy — first pass regenerates lock files, second pass refreshes container SHA pins).
Verify lock files reference the new container image ghcr.io/github/gh-aw-mcpg:v0.3.12.
No workflow-author API changes; guard policy auto-classifies the new GitHub MCP Server v1.0.5 tools (list_repository_collaborators, discussion-comment-write).
If using OTLP exports, you can now set OTEL_EXPORTER_OTLP_HEADERS (the gateway will pick it up as a fallback).
Impact Assessment
Risk: Low–Medium — guard policy now classifies new tools that GitHub MCP Server v1.0.5 introduces; without this bump, those new tools would be unclassified by DIFC.
Affects: every generated workflow whose sandbox.agent resolves to the default ghcr.io/github/gh-aw-mcpg image.
Migration: constant + lock file regeneration; no consumer-facing API changes.
Order matters: bump DefaultGitHubMCPServerVersion (v1.0.5) and DefaultMCPGatewayVersion (v0.3.12) together — the MCPG v0.3.11 guard-policy update is the prerequisite for safely exposing the new GitHub MCP tools (list_repository_collaborators, discussion-comment-write).
Bundle Claude Code, Copilot, Codex in a separate PR from the MCPG/GitHub-MCP pair so the container-SHA recompile churn does not mix with NPM-only constant updates.
After bumping MCPG, run make build && make recompile && make recompile twice as documented; verify lock files reference the new digest.
Validate next CI run on a workflow that exercises both engines (Claude + Copilot + Codex) and at least one workflow using the new github MCP tools.
Summary
Version check on 2026-05-19 detected updates across five tracked components. Playwright tooling (MCP, CLI, Browser) is unchanged.
No-Change Inventory
Related Open Issues (Dedup Note)
mcpg v0.3.10. Stale: MCPG is nowv0.3.12. Reviewers should close Bump firewall to v0.25.47 and mcpg to v0.3.10 #32502 in favor of this issue (or rebase its checklist onto v0.3.12).Update Claude Code
Claude Code has no public GitHub repository, so detailed release notes are not available. The bump spans two patches (2.1.143 published earlier this week, 2.1.144 today). Patch releases at this semver level are typically bug fixes, stability tweaks, and minor refinements.
Package Links
Update GitHub Copilot CLI
The
github/copilot-clirepository is not publicly accessible from this workflow's authentication context, so detailed release notes cannot be fetched. The bump spans two patches.Validation reminder (from
DefaultCopilotVersionconstant doc): when upgrading, verify:/modelsdoes not silently fail on PATs (model listing works with PAT auth)Package Links
Update OpenAI Codex
Release Highlights (from GitHub release notes)
@mentions: unified picker that searches files, directories, plugins, and skills via app-server plugin metadata (Unified mentions in TUI openai/codex#19068, Use plugin/list to get list of plugins for mentions openai/codex#22375)codex remote-control, runtime enable/disable APIs, status reads, registry-backed remote environments ([daemon] Add app-server daemon lifecycle management openai/codex#20718, Update codex remote-control to start the daemon openai/codex#22218, Improve remote-control daemon UX openai/codex#22562, enable/disable remote control at runtime, not via features openai/codex#22578, feat(app-server): update remote control APIs for better UX openai/codex#22877)openai-codex/openai_codex, pinned runtime-generated types, concurrent turn routing, approval modes (Route Python SDK turn notifications by ID openai/codex#21778, [1/8] Pin Python SDK runtime dependency openai/codex#21891, [2/8] Generate Python SDK types from pinned runtime openai/codex#21893, [4/8] Define Python SDK public API surface openai/codex#21896, [5/8] Rename Python SDK package to openai-codex openai/codex#21905, [6/8] Add high-level Python SDK approval mode openai/codex#21910, [7/8] Add Python SDK app-server integration harness openai/codex#22014)codex doctor: support-ready diagnostics for runtime, auth, terminal, network, config, and local state (feat(cli): add codex doctor diagnostics openai/codex#22336)View Bug Fixes & Hardening
/reviewMCP startup status,/sideEsc handling, network approval history text (fix(tui): preserve wrapped prose beside URLs openai/codex#21760, fix(tui): improve light-mode selection contrast openai/codex#21950, fix(tui): preserve Shift+Enter in tmux csi-u panes openai/codex#21943, Fix /review mode MCP startup render issue openai/codex#21624, Prevent Esc from dismissing or rewinding/sideopenai/codex#22710, fix(tui): render network approval history by target openai/codex#22229)taskkill, non-queued plugin reads (Increase exec-server environment transport timeouts openai/codex#21825, fix(tui): suppress taskkill output for MCP teardown on Windows openai/codex#21759, fix(exec-server): suppress Windows taskkill output openai/codex#22058, Unqueue plugin list and read requests openai/codex#22703)View Chores & Refactors
Impact Assessment
@mention unification touch interactive flows used by gh-aw Codex workflows.engine: codex; the newcodex doctorcommand may be useful for debugging future sandbox-bound runs.Package Links
Update GitHub MCP Server
Key Changes
list_repository_collaborators(Add tool to list repo collaborators github-mcp-server#2477)rationaleonupdate_issue_typetool (Add optionalrationaleparameter toupdate_issue_typetool github-mcp-server#2458)get_reviews(fix: add missing pagination on get_reviews github-mcp-server#2367)list_issues,get_file_contents,search_issues,issue_read,search_repositories(Add ifc label for list_issues tool github-mcp-server#2453, Add ifc label for get_file_contents tool github-mcp-server#2454, Add ifc label for search_issues tool github-mcp-server#2456, Add ifc label for issue_read tool github-mcp-server#2457, Add ifc label for search_repositories tool github-mcp-server#2459)Impact Assessment
tools.githubwill pick up the newlist_repository_collaboratorsand discussion-comment-write tools. MCP Gateway's DIFC policy already classifies these (see MCPG v0.3.11 below).Package Links
Update MCP Gateway (gh-aw-mcpg)
This bump touches the default
sandbox.agentcontainer image (ghcr.io/github/gh-aw-mcpg). Per the constant's doc,make build && make recompile && make recompilemust be run to refresh container SHA pins across all generated lock files.Key Changes (v0.3.10 → v0.3.12)
discussion_comment_writeand addlist_repository_collaboratorsDIFC rules — required to pair with GitHub MCP Server v1.0.5's new tools (fix(guard): classify discussion_comment_write; add list_repository_collaborators DIFC rules gh-aw-mcpg#5818, Alignlist_repository_collaboratorsDIFC integrity to reader-level gh-aw-mcpg#5843)/metaprobe (Support gh CLI/metaprobe in DIFC proxy gh-aw-mcpg#5924)OTEL_EXPORTER_OTLP_HEADERSenv var as fallback for OTLP export headers (feat: read OTEL_EXPORTER_OTLP_HEADERS env var as fallback for OTLP export headers gh-aw-mcpg#5849)--log-diris unwritable (fix: fall back to stderr (not stdout) when log-dir is unwritable gh-aw-mcpg#5773)http.Errorwithhttputil.WriteErrorResponsefor consistent JSON error shape (proxy: replace http.Error with httputil.WriteErrorResponse for consistent JSON error shape gh-aw-mcpg#5819)Cow<str>and zero-alloc rank matching (rust-guard: remove hot-path scope/integrity allocations viaCow<str>and zero-alloc rank matching gh-aw-mcpg#5754)View Full Changelog by Version
v0.3.10 (2026-05-15) — https://github.com/github/gh-aw-mcpg/releases/tag/v0.3.10
Cow<str>and zero-alloc rank matching gh-aw-mcpg#5754)v0.3.11 (2026-05-17) — https://github.com/github/gh-aw-mcpg/releases/tag/v0.3.11
list_repository_collaboratorsDIFC integrity to reader-level gh-aw-mcpg#5843)v0.3.12 (2026-05-18) — https://github.com/github/gh-aw-mcpg/releases/tag/v0.3.12
/metaprobe in DIFC proxy gh-aw-mcpg#5924)View Migration Guide
DefaultMCPGatewayVersioninpkg/constants/version_constants.gofromv0.3.9→v0.3.12.make build && make recompile && make recompile(double recompile required per the constant's documented rebuild policy — first pass regenerates lock files, second pass refreshes container SHA pins).ghcr.io/github/gh-aw-mcpg:v0.3.12.list_repository_collaborators, discussion-comment-write).OTEL_EXPORTER_OTLP_HEADERS(the gateway will pick it up as a fallback).Impact Assessment
sandbox.agentresolves to the defaultghcr.io/github/gh-aw-mcpgimage.Package Links
Recommendations
DefaultGitHubMCPServerVersion(v1.0.5) andDefaultMCPGatewayVersion(v0.3.12) together — the MCPG v0.3.11 guard-policy update is the prerequisite for safely exposing the new GitHub MCP tools (list_repository_collaborators, discussion-comment-write).make build && make recompile && make recompiletwice as documented; verify lock files reference the new digest.githubMCP tools.References: