Summary
This update bumps four CLI dependencies. Key highlights: Codex 0.133.0 enables goals on by default and adds rich permission profile / plugin improvements; GitHub MCP Server v1.0.5 adds new tools (list repo collaborators, discussion comment writes) and pagination fixes; Claude Code and Copilot CLI receive incremental patch updates.
Updates Applied
Tool
Previous
New
Notes
Claude Code
2.1.142
2.1.150
8 patch versions
Copilot CLI
1.0.48
1.0.51
3 patch versions
Codex
0.130.0
0.133.0
3 minor versions w/ notable features
GitHub MCP Server
v1.0.4
v1.0.5
New tools, pagination fixes
No Changes Needed
MCP Gateway: v0.3.18 (already current)
Playwright MCP: 0.0.75
Playwright CLI: 0.1.13
Playwright Browser: v1.60.0
Update Codex CLI
Previous: 0.130.0 → New: 0.133.0
Timeline: 0.131.0, 0.132.0, 0.133.0
Breaking Changes
None directly affecting gh-aw integration.
Key Features
Goals enabled by default in 0.133.0, backed by dedicated storage and tracking progress across turns (feat: dedicated goal DB openai/codex#23300 , Make goals feature on by default and no longer experimental openai/codex#23732 )
codex remote-control now runs as foreground command with explicit start/stop daemon management (Improve codex remote-control CLI UX openai/codex#22878 )
Permission profile API expansion: list APIs, inheritance, managed requirements.toml (core: expose permission profile picker metadata openai/codex#22928 , feat: add permission profile list api openai/codex#23412 , feat: support managed permission profiles in requirements.toml openai/codex#23433 )
Plugin discovery: marketplace-aware list output, remote collection support (Split plugin install discovery into list and request tools openai/codex#23372 , feat: Add vertical remote plugin collection support openai/codex#23584 , feat(plugins): tabulate plugin list output openai/codex#23727 )
codex exec resume accepts --output-schema (0.132.0, Support --output-schema for exec resume openai/codex#23123 )
Python SDK first-class auth (login/logout, ChatGPT/device-code flows) (0.132.0, sdk/python: add first-class login support openai/codex#23093 )
New codex doctor diagnostics command (0.131.0, feat(cli): add codex doctor diagnostics openai/codex#22336 )
Unified @ mentions for files, directories, plugins, and skills in TUI (0.131.0, Unified mentions in TUI openai/codex#19068 )
View Full Changelog
0.133.0 Highlights
Extensions can observe more lifecycle events (subagent start/stop, tool execution, turn metadata)
Stronger Windows sandbox integration for permission profiles
Plugin marketplace inspection improvements
0.132.0 Highlights
Python SDK turn APIs support plain string input, return richer TurnResult
TUI startup is faster (batched terminal capability probes)
App-server turns preserve image fidelity
0.131.0 Highlights
TUI: blended token usage in status line, permission/approval mode display
Plugin workflows: marketplace CLI commands, version-aware sharing
Python SDK renamed to openai-codex, integration coverage added
Bug Fixes (selected)
View Migration Guide (Codex)
No breaking changes affecting gh-aw workflow YAML, lock files, or runtime. Lock files were regenerated via make recompile. Verify behavior of:
Workflows that pin codex via engine.id: codex
Permission profile features if used
Update GitHub MCP Server
Previous: v1.0.4 → New: v1.0.5
Released: 2026-05-18
Key Features
Bug Fixes
View Full Changelog
Full diff: github/github-mcp-server@v1.0.4...v1.0.5
Update Claude Code
Previous: 2.1.142 → New: 2.1.150
Intermediate: 2.1.143, 2.1.144, 2.1.145, 2.1.146, 2.1.147, 2.1.148, 2.1.149
No public repository — release notes unavailable. Patch releases typically include bug fixes and incremental improvements. Risk: Low.
Update Copilot CLI
Previous: 1.0.48 → New: 1.0.51
Intermediate: 1.0.49, 1.0.50, 1.0.51
Repository is private; relying on NPM metadata. Patch releases with incremental improvements. Risk: Low. When using, verify that:
MCPs still load correctly (tools.mcp configuration works end-to-end)
/models does not silently fail when using a PAT
Impact Assessment
Risk : Low — all updates are patch or minor releases with no documented breaking changes for gh-aw workflows
Affects : Default CLI versions installed by gh-aw workflows for Claude Code, Copilot, Codex, and the GitHub MCP server Docker image
Migration : None required; make recompile ran successfully twice and regenerated 234 lock files
Recommendations
Update priority: Standard — incremental patches and feature additions
Testing: Sanity-check a workflow run for each engine (claude, copilot, codex) and confirm GitHub MCP server tools list works after image pin update
Rollout: Merge during normal review cycle
Package Links
References:
Generated by 🔢 CLI Version Checker · ● 9.9M · ◷
Summary
This update bumps four CLI dependencies. Key highlights: Codex 0.133.0 enables goals on by default and adds rich permission profile / plugin improvements; GitHub MCP Server v1.0.5 adds new tools (list repo collaborators, discussion comment writes) and pagination fixes; Claude Code and Copilot CLI receive incremental patch updates.
Updates Applied
No Changes Needed
Update Codex CLI
Breaking Changes
None directly affecting gh-aw integration.
Key Features
codex remote-controlnow runs as foreground command with explicit start/stop daemon management (Improvecodex remote-controlCLI UX openai/codex#22878)requirements.toml(core: expose permission profile picker metadata openai/codex#22928, feat: add permission profile list api openai/codex#23412, feat: support managed permission profiles in requirements.toml openai/codex#23433)codex exec resumeaccepts--output-schema(0.132.0, Support --output-schema for exec resume openai/codex#23123)codex doctordiagnostics command (0.131.0, feat(cli): add codex doctor diagnostics openai/codex#22336)@mentions for files, directories, plugins, and skills in TUI (0.131.0, Unified mentions in TUI openai/codex#19068)View Full Changelog
0.133.0 Highlights
0.132.0 Highlights
TurnResult0.131.0 Highlights
openai-codex, integration coverage addedBug Fixes (selected)
View Migration Guide (Codex)
No breaking changes affecting gh-aw workflow YAML, lock files, or runtime. Lock files were regenerated via
make recompile. Verify behavior of:engine.id: codexUpdate GitHub MCP Server
Key Features
list_repo_collaborators(Add tool to list repo collaborators github-mcp-server#2477)update_issue_typegains optionalrationaleparameter (Add optionalrationaleparameter toupdate_issue_typetool github-mcp-server#2458)Bug Fixes
get_reviews(fix: add missing pagination on get_reviews github-mcp-server#2367)View Full Changelog
list_issuestool (Add ifc label for list_issues tool github-mcp-server#2453)get_file_contentstool (Add ifc label for get_file_contents tool github-mcp-server#2454)search_issuestool (Add ifc label for search_issues tool github-mcp-server#2456)issue_readtool (Add ifc label for issue_read tool github-mcp-server#2457)search_repositoriestool (Add ifc label for search_repositories tool github-mcp-server#2459)Full diff: github/github-mcp-server@v1.0.4...v1.0.5
Update Claude Code
No public repository — release notes unavailable. Patch releases typically include bug fixes and incremental improvements. Risk: Low.
Update Copilot CLI
Repository is private; relying on NPM metadata. Patch releases with incremental improvements. Risk: Low. When using, verify that:
tools.mcpconfiguration works end-to-end)/modelsdoes not silently fail when using a PATImpact Assessment
make recompileran successfully twice and regenerated 234 lock filesRecommendations
Package Links
References: