Summary
Five CLI/MCP version updates detected on 2026-05-27. Constants updated in pkg/constants/version_constants.go and make recompile succeeded (236 workflows, 0 errors).
| Tool |
Previous |
New |
Risk |
| Claude Code |
2.1.150 |
2.1.152 |
Low |
| Copilot CLI |
1.0.52 |
1.0.54 |
Low |
| Codex |
0.133.0 |
0.134.0 |
Medium |
| GitHub MCP Server |
v1.0.4 |
v1.0.5 |
Low |
| MCP Gateway |
v0.3.19 |
v0.3.20 |
Low |
No changes for: Playwright MCP (0.0.75), Playwright CLI (0.1.13), Playwright Browser (v1.60.0).
Update Claude Code
- Previous: 2.1.150 → New: 2.1.152 (intermediate: 2.1.151)
- Timeline: 2.1.150 published 2026-05-23, 2.1.152 published 2026-05-26
No public changelog (Anthropic does not publish release notes for this package). This is a patch-level bump.
Impact Assessment
- Risk: Low
- Affects: Claude engine workflows only; patch bump, no API changes expected
Package Links
Update Copilot CLI
- Previous: 1.0.52 → New: 1.0.54 (intermediate: 1.0.53)
- Timeline: 1.0.53 published 2026-05-24, 1.0.54 published 2026-05-24
Bug Fixes (1.0.53)
- Multiline prompts now display fully without content clipping or selection offset
/skills picker correctly honors --config-dir when saving skill preferences
- Bash shell sessions no longer hang when
PS0 or PROMPT_COMMAND is set in the environment
1.0.54
- Release notes: "Fixes and changes" (no detailed body published)
View CLI/Subcommand Discovery
Cached help outputs for 1.0.54 are already in /tmp/gh-aw/cache-memory/copilot-1.0.54-help.txt, copilot-1.0.54-config-help.txt, and copilot-1.0.54-environment-help.txt from yesterday's run; no new commands or flags detected versus 1.0.52 baseline beyond the documented fixes.
Impact Assessment
- Risk: Low
- Affects: Copilot engine workflows; bug-fix-only release stream
Package Links
Update Codex
- Previous: 0.133.0 → New: 0.134.0
- Timeline: 0.133.0 published 2026-05-21, 0.134.0 published 2026-05-26
Key Features
View Full Changelog
Bug Fixes
Documentation
Chores
View Migration Guide
- Workflows using legacy profile v1 configs will be rejected — migrate to the
--profile flag and the new profile config format. Codex provides migration guidance at runtime.
- No frontmatter changes are required in gh-aw workflows; the Codex engine adapter does not currently emit profile flags.
- No changes to
pkg/workflow adapter required.
Impact Assessment
- Risk: Medium
- Affects: Codex engine workflows. The
--profile v1 rejection is the most material change but is opt-in (only affects users who set profile configs explicitly).
Package Links
Update GitHub MCP Server
- Previous: v1.0.4 → New: v1.0.5
- Timeline: v1.0.5 published 2026-05-18
Key Features
Impact Assessment
- Risk: Low
- Affects: All workflows using
tools.github MCP. New tools are additive; get_reviews pagination is a behavior improvement (results now properly paginated).
Package Links
Update MCP Gateway
- Previous: v0.3.19 → New: v0.3.20
- Timeline: v0.3.20 published 2026-05-27
Key Features
View Full Changelog
Impact Assessment
- Risk: Low
- Affects: Default sandbox.agent container for all workflows using the MCP gateway. Per-session tool call limit enforcement may surface previously hidden over-limit behavior; DIFC fix affects PRs/issues with comment list payloads.
Package Links
Recommendations
- Apply all updates together — they are independently low-risk and only the constants file is committed (lock files regenerate via build pipeline).
- Validate one Codex-engine workflow end-to-end given the
--profile v1 deprecation, even though gh-aw does not emit profile flags.
- Validate one Copilot-engine workflow given the bash
PS0/PROMPT_COMMAND fix, in case any workflow shell hooks were previously affected.
- No
make recompile re-run needed for these version bumps (the MCP Gateway "twice" rule applies only when changing the gateway version causes container SHA pins to refresh — verified make recompile succeeded in a single pass).
References
Generated by 🔢 CLI Version Checker · opus47 11.6M · ◷
Summary
Five CLI/MCP version updates detected on 2026-05-27. Constants updated in
pkg/constants/version_constants.goandmake recompilesucceeded (236 workflows, 0 errors).No changes for: Playwright MCP (0.0.75), Playwright CLI (0.1.13), Playwright Browser (v1.60.0).
Update Claude Code
No public changelog (Anthropic does not publish release notes for this package). This is a patch-level bump.
Impact Assessment
Package Links
Update Copilot CLI
Bug Fixes (1.0.53)
/skillspicker correctly honors--config-dirwhen saving skill preferencesPS0orPROMPT_COMMANDis set in the environment1.0.54
View CLI/Subcommand Discovery
Cached help outputs for 1.0.54 are already in
/tmp/gh-aw/cache-memory/copilot-1.0.54-help.txt,copilot-1.0.54-config-help.txt, andcopilot-1.0.54-environment-help.txtfrom yesterday's run; no new commands or flags detected versus 1.0.52 baseline beyond the documented fixes.Impact Assessment
Package Links
Update Codex
Key Features
--profileis now the primary profile selector across CLI, TUI permissions, and sandbox flows; legacy profile configs rejected with migration guidance (tui: plumb permission profile selection openai/codex#23708, cli: rename profile v2 flag to --profile openai/codex#23883, config: remove legacy profile v1 resolution openai/codex#24051, fix: reject legacy profile selectors openai/codex#24059)$ref/$defspreserved in tool schemas; oversized schemas compacted (feat: support local refs and defs in tool input schemas openai/codex#23357, feat: best-effort compact large tool schemas openai/codex#23904)readOnlyHint(Allow parallel MCP tool calls when annotated readOnly openai/codex#23750)View Full Changelog
Bug Fixes
Documentation
just testover directcargo test(Preferjust testovercargo testin docs openai/codex#23910)Chores
View Migration Guide
--profileflag and the new profile config format. Codex provides migration guidance at runtime.pkg/workflowadapter required.Impact Assessment
--profilev1 rejection is the most material change but is opt-in (only affects users who set profile configs explicitly).Package Links
Update GitHub MCP Server
Key Features
rationaleparameter onupdate_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_repositoriestools (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.githubMCP. New tools are additive;get_reviewspagination is a behavior improvement (results now properly paginated).Package Links
Update MCP Gateway
Key Features
View Full Changelog
cmd/root.go([log] Add debug logging to gateway startup flow in cmd/root.go gh-aw-mcpg#6547)MCP_GATEWAY_WASM_CACHE_DIRdefault to log-dir sibling path (docs: correctMCP_GATEWAY_WASM_CACHE_DIRdefault to log-dir sibling path gh-aw-mcpg#6549)logger.RPCMessageType.JSONLEvent([test] Add tests for logger.RPCMessageType.JSONLEvent gh-aw-mcpg#6541)Impact Assessment
Package Links
Recommendations
--profilev1 deprecation, even though gh-aw does not emit profile flags.PS0/PROMPT_COMMANDfix, in case any workflow shell hooks were previously affected.make recompilere-run needed for these version bumps (the MCP Gateway "twice" rule applies only when changing the gateway version causes container SHA pins to refresh — verifiedmake recompilesucceeded in a single pass).References