Summary
Four CLI/MCP version updates detected and applied to pkg/constants/version_constants.go. All changes are minor/patch updates with no breaking changes affecting gh-aw workflows. make recompile succeeded with 236 workflows compiled, 0 errors.
| Tool |
Previous |
New |
Intermediate |
| Claude Code |
2.1.150 |
2.1.153 |
2.1.151, 2.1.152 |
| Copilot CLI |
1.0.52 |
1.0.54 |
1.0.53 |
| Codex |
0.133.0 |
0.134.0 |
— |
| GitHub MCP Server |
v1.0.4 |
v1.0.5 |
— |
Already current (no changes): MCP Gateway v0.3.20, Playwright MCP 0.0.75, Playwright CLI 0.1.13, Playwright Browser v1.60.0.
Note: yesterday's (2026-05-27) version-check issue listed identical upgrades for Claude/Copilot/Codex/GitHub MCP, but only the MCP Gateway bump was merged into main. This run re-applies those four upgrades and additionally picks up Claude Code 2.1.153 (released 2026-05-27).
Update Claude Code
- Previous: 2.1.150 → New: 2.1.153
- Timeline: 2026-05-23 → 2026-05-27 (4 days, 3 patch releases)
Breaking Changes
None (patch releases only).
Key Features
- Patch releases — no public repository or release notes available; NPM metadata only.
View Full Changelog
Release Highlights
Claude Code has no public GitHub repository; release notes are unavailable. Versions 2.1.151–2.1.153 are sequential patches published on 2026-05-23, 2026-05-26, and 2026-05-27 respectively.
Bug Fixes
Unknown — not published.
Security Updates
None disclosed.
CLI Discovery
No new commands or flags detected via --help between 2.1.150 and 2.1.153.
View Migration Guide
No migration required — minor patch updates. Update is applied automatically via pkg/constants/version_constants.go.
Impact Assessment
- Risk: Low
- Affects: Claude engine invocations in gh-aw workflows
Package Links
Update Copilot CLI
- Previous: 1.0.52 → New: 1.0.54
- Timeline: 2026-05-23 → 2026-05-24 (1 day, 2 patch releases)
Breaking Changes
None observed.
Key Features
Patch releases — repository at https://github.com/github/copilot-cli is private and inaccessible, so detailed release notes cannot be retrieved. Cached help output for 1.0.54 already exists at /tmp/gh-aw/cache-memory/copilot-1.0.54-help.txt (verified by previous run on 2026-05-27).
View Full Changelog
Release Highlights
Repository is private (github/copilot-cli) — public release notes cannot be retrieved. NPM metadata indicates 1.0.53 and 1.0.54 are sequential patches published on 2026-05-24.
CLI Discovery
Cached copilot --help and subcommand help outputs (config, environment) for 1.0.54 exist in cache-memory from the prior run. No public changelog to compare against.
Subcommand Changes
Unable to verify — repository inaccessible.
View Migration Guide
No migration required. Confirm at runtime that:
- MCPs are not blocked from loading
/models does not silently fail on PATs
(These are the long-standing validation items noted in the constant's docstring.)
Impact Assessment
- Risk: Low
- Affects: Copilot engine invocations in gh-aw workflows
Package Links
Update Codex
- Previous: 0.133.0 → New: 0.134.0
- Timeline: 2026-05-21 → 2026-05-26 (5 days, 1 minor release)
Breaking Changes
Key Features
View Full Changelog
Bug Fixes
Documentation
Chores
Security Updates
None disclosed.
View Migration Guide
The profile selector rename to --profile is a primary user-facing change. If any gh-aw workflows pass profile flags to Codex (e.g., legacy --profile-v2 or similar), they will need to be updated. Review gh-aw's Codex engine invocations for any profile-related flags before rollout.
Impact Assessment
- Risk: Medium (due to
--profile rename — needs verification that gh-aw doesn't pass legacy profile flags)
- Affects: Codex engine invocations, particularly any profile-based configuration
Package Links
Update GitHub MCP Server
- Previous: v1.0.4 → New: v1.0.5
- Timeline: released 2026-05-18
Breaking Changes
None.
Key Features
View Full Changelog
Bug Fixes
Documentation
Chores
Security Updates
None disclosed.
Full diff
github/github-mcp-server@v1.0.4...v1.0.5
View Migration Guide
No migration required. New tools are additive; the get_reviews pagination fix and the IFC label additions are transparent.
Downstream consideration: if any workflows enumerate the GitHub MCP tool surface, the two new tools (collaborator listing, discussion comment writes) will appear and may require allowlist updates.
Impact Assessment
- Risk: Low
- Affects: GitHub MCP server invocations in all workflows that use it
Package Links
Recommendations
- Update priority: Medium overall. Codex 0.134.0 has the highest scrutiny due to the
--profile rename. Verify any internal usage of profile flags before rollout.
- Testing strategy: Run a representative subset of agentic workflows with each updated engine before merging (Claude, Copilot, Codex). Confirm GitHub MCP tool calls succeed for both new tools and the paginated
get_reviews.
- Rollout plan: Single bundled PR for all four constants updates. Lock files are regenerated locally but not committed (per project guidelines).
References:
Generated by 🔢 CLI Version Checker · opus47 8.2M · ◷
Summary
Four CLI/MCP version updates detected and applied to
pkg/constants/version_constants.go. All changes are minor/patch updates with no breaking changes affecting gh-aw workflows.make recompilesucceeded with 236 workflows compiled, 0 errors.Already current (no changes): MCP Gateway v0.3.20, Playwright MCP 0.0.75, Playwright CLI 0.1.13, Playwright Browser v1.60.0.
Update Claude Code
Breaking Changes
None (patch releases only).
Key Features
View Full Changelog
Release Highlights
Claude Code has no public GitHub repository; release notes are unavailable. Versions 2.1.151–2.1.153 are sequential patches published on 2026-05-23, 2026-05-26, and 2026-05-27 respectively.
Bug Fixes
Unknown — not published.
Security Updates
None disclosed.
CLI Discovery
No new commands or flags detected via
--helpbetween 2.1.150 and 2.1.153.View Migration Guide
No migration required — minor patch updates. Update is applied automatically via
pkg/constants/version_constants.go.Impact Assessment
Package Links
Update Copilot CLI
Breaking Changes
None observed.
Key Features
Patch releases — repository at https://github.com/github/copilot-cli is private and inaccessible, so detailed release notes cannot be retrieved. Cached help output for 1.0.54 already exists at
/tmp/gh-aw/cache-memory/copilot-1.0.54-help.txt(verified by previous run on 2026-05-27).View Full Changelog
Release Highlights
Repository is private (github/copilot-cli) — public release notes cannot be retrieved. NPM metadata indicates 1.0.53 and 1.0.54 are sequential patches published on 2026-05-24.
CLI Discovery
Cached
copilot --helpand subcommand help outputs (config,environment) for 1.0.54 exist in cache-memory from the prior run. No public changelog to compare against.Subcommand Changes
Unable to verify — repository inaccessible.
View Migration Guide
No migration required. Confirm at runtime that:
/modelsdoes not silently fail on PATs(These are the long-standing validation items noted in the constant's docstring.)
Impact Assessment
Package Links
Update Codex
Breaking Changes
--profileis now the primary profile selector across CLI, TUI permissions, and sandbox flows. Legacy profile configs are rejected with migration guidance. (tui: plumb permission profile selection openai/codex#23708, cli: rename profile v2 flag to --profile openai/codex#23883, mcp: surface profile migration guidance under --profile openai/codex#23890, config: remove legacy profile v1 resolution openai/codex#24051, config: remove legacy profile write paths openai/codex#24055, fix: reject legacy profile selectors openai/codex#24059, app-server: drop legacy profile config surface openai/codex#24067, cli: support --profile for codex sandbox openai/codex#24110)Key Features
$ref/$defsand compact oversized schemas (feat: support local refs and defs in tool input schemas openai/codex#23357, feat: best-effort compact large tool schemas openai/codex#23904)readOnlyHintcan now run concurrently (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
Security Updates
None disclosed.
View Migration Guide
The profile selector rename to
--profileis a primary user-facing change. If any gh-aw workflows pass profile flags to Codex (e.g., legacy--profile-v2or similar), they will need to be updated. Review gh-aw's Codex engine invocations for any profile-related flags before rollout.Impact Assessment
--profilerename — needs verification that gh-aw doesn't pass legacy profile flags)Package Links
Update GitHub MCP Server
Breaking Changes
None.
Key Features
rationaleparameter onupdate_issue_typetool (Add optionalrationaleparameter toupdate_issue_typetool github-mcp-server#2458)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)View Full Changelog
Bug Fixes
get_reviews(fix: add missing pagination on get_reviews github-mcp-server#2367)Documentation
Chores
Security Updates
None disclosed.
Full diff
github/github-mcp-server@v1.0.4...v1.0.5
View Migration Guide
No migration required. New tools are additive; the
get_reviewspagination fix and the IFC label additions are transparent.Downstream consideration: if any workflows enumerate the GitHub MCP tool surface, the two new tools (collaborator listing, discussion comment writes) will appear and may require allowlist updates.
Impact Assessment
Package Links
Recommendations
--profilerename. Verify any internal usage of profile flags before rollout.get_reviews.References: