Summary
Five CLI tools have new stable releases since the last check. All updates have been applied to pkg/constants/version_constants.go and make recompile was run twice to regenerate workflow lock files.
| Tool |
Previous |
New |
Risk |
| Claude Code |
2.1.142 |
2.1.146 |
Low |
| Copilot CLI |
1.0.48 |
1.0.51 |
Low |
| Codex |
0.130.0 |
0.132.0 |
Low |
| GitHub MCP Server |
v1.0.4 |
v1.0.5 |
Low |
| MCP Gateway |
v0.3.9 |
v0.3.16 |
Low |
No updates for Playwright MCP (0.0.75), Playwright CLI (0.1.13), or Playwright Browser (v1.60.0).
Critical Issues
No breaking changes detected. All updates are additive (features, fixes, refactors).
Update Claude Code
- Previous: 2.1.142 → New: 2.1.146 (4 patch versions)
- Risk: Low — patch-level updates
Claude Code has no public GitHub repository, so detailed changelog is not available. Updates are typically bug fixes and minor improvements based on the patch-level cadence.
Package Links:
Update Copilot CLI
- Previous: 1.0.48 → New: 1.0.51 (3 patch versions)
- Risk: Low — patch-level updates
Copilot CLI repository (https://github.com/github/copilot-cli) is private and changelogs are not publicly accessible. Patch-level updates typically contain bug fixes and incremental improvements.
Package Links:
Update Codex
- Previous: 0.130.0 → New: 0.132.0 (2 minor versions)
- Timeline: 0.131.0 (2026-05-18), 0.132.0 (2026-05-20)
- Risk: Low — new features are opt-in; no breaking changes
Key Features
0.131.0:
- TUI session controls: data-driven service-tier commands, blended token usage, permissions/approval mode display, responsive Markdown tables
@ mentions search files, directories, plugins, and skills in one picker
- Plugin workflows: marketplace CLI commands, version-aware sharing, share checkout
- Remote workflows: daemon-managed
codex remote-control, runtime enable/disable APIs
- Python SDK moved to
openai-codex / openai_codex namespace
- New
codex doctor for support-ready diagnostics
0.132.0:
- Python SDK first-class auth: API key login, ChatGPT browser/device-code flows, account inspection, logout APIs
codex exec resume now accepts --output-schema for structured JSON output
- Faster TUI startup (batched terminal capability probes)
- Remote executor uses standard Codex auth
- App-server preserves image fidelity across user inputs and tools
View Bug Fixes
0.131.0:
- Fixed TUI: URL wrapping, light-mode selection contrast, Shift+Enter in tmux,
/review MCP startup status, /side Esc handling
- Hardened Windows sandbox (deny-read rules, scoped write roots, firewall policy)
- Preserved managed read restrictions during permission escalation
- Safer app-server/local state startup (SQLite preservation, fail-closed on state open)
- Improved Git and auth (root worktree hooks, repo hook isolation, local MCP OAuth callbacks, superseded login token revocation)
0.132.0:
- Goal continuations stop on usage limits or repeated blockers (no more token-burning loops)
- Session picker shows renamed threads as
name (thread-id); paste works in search
- MCP calls stay active during replay; elicitation responses routed correctly
- Remote sessions: websocket keepalive, repo-relative diff paths
- Windows:
codex doctor detects npm-managed installs; MSVC release binaries link static CRT
- TUI: shutdown feedback on exit, hide ChatGPT usage link for non-OpenAI providers
View Notable PRs
Package Links:
Update GitHub MCP Server
- Previous: v1.0.4 → New: v1.0.5 (1 patch version)
- Released: 2026-05-18
- Risk: Low — additive tool additions and pagination fixes
Key Features (v1.0.5)
Bug Fixes
Chores
Package Links:
Update MCP Gateway
- Previous: v0.3.9 → New: v0.3.16 (7 patch versions)
- Timeline: v0.3.10 (2026-05-15) through v0.3.16 (2026-05-21)
- Risk: Low — mostly internal refactoring, tests, OTEL/tracing improvements
MCP Gateway is the default sandbox.agent container (see pkg/constants/constants.go:184). All 7 intermediate releases focus on observability, refactoring, and DIFC policy improvements.
Key Features
View Bug Fixes
View Refactoring & Performance
Package Links:
Impact Assessment
- Risk: Low across all updates — patch and minor releases with no breaking changes detected
- Affects: Default CLI versions used by gh-aw workflows; default MCP Gateway container; default GitHub MCP Server container
- Migration notes: None required. Existing workflows continue to work; new Codex/MCP Gateway features are opt-in.
Recommendations
- Update priority: Standard rollout (no security fixes flagged)
- Testing strategy: Run smoke tests for Claude Code, Copilot CLI, Codex agents; verify MCP Gateway tracing in smoke-otel-tracing workflow
- Watch items: MCP Gateway v0.3.11 added OTEL_EXPORTER_OTLP_HEADERS env var fallback — verify Sentry tracing flow still works in v0.3.15+ after the /v1/traces path append change
Files Modified
pkg/constants/version_constants.go — version constants updated
- 233 workflow lock files (
.github/workflows/*.lock.yml) regenerated via make recompile (ran twice)
References:
Generated by 🔢 CLI Version Checker · ● 10.3M · ◷
Summary
Five CLI tools have new stable releases since the last check. All updates have been applied to
pkg/constants/version_constants.goandmake recompilewas run twice to regenerate workflow lock files.No updates for Playwright MCP (0.0.75), Playwright CLI (0.1.13), or Playwright Browser (v1.60.0).
Critical Issues
No breaking changes detected. All updates are additive (features, fixes, refactors).
Update Claude Code
Claude Code has no public GitHub repository, so detailed changelog is not available. Updates are typically bug fixes and minor improvements based on the patch-level cadence.
Package Links:
Update Copilot CLI
Copilot CLI repository (https://github.com/github/copilot-cli) is private and changelogs are not publicly accessible. Patch-level updates typically contain bug fixes and incremental improvements.
Package Links:
Update Codex
Key Features
0.131.0:
@mentions search files, directories, plugins, and skills in one pickercodex remote-control, runtime enable/disable APIsopenai-codex/openai_codexnamespacecodex doctorfor support-ready diagnostics0.132.0:
codex exec resumenow accepts--output-schemafor structured JSON outputView Bug Fixes
0.131.0:
/reviewMCP startup status,/sideEsc handling0.132.0:
name (thread-id); paste works in searchcodex doctordetects npm-managed installs; MSVC release binaries link static CRTView Notable PRs
codex doctordiagnostics command--output-schemaforexec resumePackage Links:
Update GitHub MCP Server
Key Features (v1.0.5)
rationaleparameter onupdate_issue_type(Add optionalrationaleparameter toupdate_issue_typetool github-mcp-server#2458)Bug Fixes
get_reviews(fix: add missing pagination on get_reviews github-mcp-server#2367)Chores
list_issues,get_file_contents,search_issues,issue_read,search_repositoriestoolsPackage Links:
Update MCP Gateway
MCP Gateway is the default sandbox.agent container (see
pkg/constants/constants.go:184). All 7 intermediate releases focus on observability, refactoring, and DIFC policy improvements.Key Features
list_repository_collaboratorsDIFC rules/metaprobe in DIFC proxy (Support gh CLI/metaprobe in DIFC proxy gh-aw-mcpg#5924)View Bug Fixes
discussion_comment_writecorrectly; alignlist_repository_collaboratorsDIFC to reader-levelView Refactoring & Performance
Cow<str>(rust-guard: remove hot-path scope/integrity allocations viaCow<str>and zero-alloc rank matching gh-aw-mcpg#5754)http.Errorwithhttputil.WriteErrorResponsefor consistent JSON error shapeactions/github-scriptto immutable SHA, upgrade to v9.0.0Package Links:
Impact Assessment
Recommendations
Files Modified
pkg/constants/version_constants.go— version constants updated.github/workflows/*.lock.yml) regenerated viamake recompile(ran twice)References: