Four CLI tools have new versions available. Constants updated in pkg/constants/version_constants.go and all 193 workflows recompiled.
Summary
Tool
Previous
New
Change
Claude Code
2.1.98
2.1.112
+14 patch
Copilot CLI
1.0.21
1.0.31
+10 patch
Codex
0.118.0
0.121.0
+3 minor
GitHub MCP Server
v0.32.0
v1.0.0
Major
No changes: Playwright MCP (0.0.70), Playwright Browser (v1.59.1), MCP Gateway (v0.2.22)
Update Claude Code
Previous : 2.1.98 → New : 2.1.112
Note : The stable tag is 2.1.97; latest is 2.1.112. Pinned to latest.
Risk : Low — no public GitHub repository; npm-only distribution
Impact Assessment
Risk: Low
No breaking changes reported in npm metadata
Package Links
Update Copilot CLI
Previous : 1.0.21 → New : 1.0.31
Risk : Medium — verify MCPs still load and /models works with PAT auth (per inline comment in constants)
View Notes
The Copilot CLI repository is private. No detailed changelog available from GitHub. The npm package description is unchanged: "GitHub Copilot CLI brings the power of Copilot coding agent directly to your terminal."
10 patch releases were skipped (1.0.21 → 1.0.31). Manual smoke testing recommended per the existing comment:
MCPs are not blocked from loading (tools.mcp configuration still works end-to-end)
/models does not silently fail on PATs
Package Links
Update Codex
Previous : 0.118.0 → New : 0.121.0
Intermediate versions : 0.119.0 (2026-04-xx), 0.120.0 (2026-04-xx), 0.121.0 (2026-04-15)
Risk : Low
View Codex 0.119.0 Highlights
Features
Realtime voice sessions default to v2 WebRTC path with configurable transport, voice selection, native TUI media support
MCP Apps and custom MCP servers: resource reads, tool-call metadata, custom-server tool search, server-driven elicitations, file-parameter uploads
Remote/app-server workflows: egress websocket transport, remote --cd forwarding, runtime remote-control enablement, sandbox-aware filesystem APIs, experimental codex exec-server subcommand
TUI: copy latest agent response with Ctrl+O; /resume can jump directly to a session by ID or name
TUI notifications: Warp OSC 9 support, opt-in mode for notifications while terminal focused
Bug Fixes
TUI starts faster (rate limits fetched asynchronously); /status refreshes stale limits
Resume flows more stable (picker no longer flashes empty states, stabilized timestamps)
MCP status and startup less noisy
Sandbox/network/platform edge cases tightened
Full Changelog : openai/codex@rust-v0.118.0...rust-v0.119.0
View Codex 0.120.0 Highlights
Features
Realtime V2 can stream background agent progress while work is running, queue follow-up responses
Hook activity in TUI: live running hooks shown separately, completed hook output kept only when useful
Custom TUI status lines can include renamed thread title
Code-mode tool declarations include MCP outputSchema for typed structured results
SessionStart hooks can distinguish /clear sessions from fresh startup or resume sessions
Bug Fixes
Fixed Windows elevated sandbox handling for split filesystem policies
Fixed sandbox permission handling for symlinked writable roots
Fixed codex --remote wss://... panics (Rustls crypto provider)
Preserved tool search result ordering (no more alphabetical reorder)
Fixed live Stop-hook prompts appearing immediately
Full Changelog : openai/codex@rust-v0.119.0...rust-v0.120.0
View Codex 0.121.0 Highlights
Features
codex marketplace add — install plugin marketplaces from GitHub, git URLs, local directories, or direct marketplace.json URLs (Add marketplace command openai/codex#17087 , [codex] Refactor marketplace add into shared core flow openai/codex#17717 , [codex] Support local marketplace sources openai/codex#17756 )
TUI prompt history: Ctrl+R reverse search and local recall for accepted slash commands (feat(tui): add reverse history search to composer openai/codex#17550 , fix(tui): recall accepted slash commands locally openai/codex#17336 )
TUI and app-server controls for memory mode, memory reset/deletion, memory-extension cleanup (feat: memories menu openai/codex#17632 , feat: disable memory endpoint openai/codex#17626 , feat: add endpoint to delete memories openai/codex#17913 )
MCP/plugin: MCP Apps tool calls, namespaced MCP registration, parallel-call opt-in, sandbox-state metadata ([mcp] Support MCP Apps part 3 - Add mcp tool call support. openai/codex#17364 , register all mcp tools with namespace openai/codex#17404 , Add supports_parallel_tool_calls flag to included mcps openai/codex#17667 )
Secure devcontainer profile with bubblewrap support; macOS sandbox allowlists for Unix sockets (feat(devcontainer): add separate secure customer profile openai/codex#10431 , Support Unix socket allowlists in macOS sandbox openai/codex#17654 )
Bug Fixes
Full Changelog : openai/codex@rust-v0.120.0...rust-v0.121.0
Package Links
Update GitHub MCP Server
Previous : v0.32.0 → New : v1.0.0 (MAJOR VERSION )
Intermediate versions : v0.33.0 (2026-04-14), v0.33.1 (2026-04-14), v1.0.0 (2026-04-16)
Risk : Medium — major version bump; review breaking changes
View v0.33.0 Changes
Features
Bug Fixes
Full Changelog : github/github-mcp-server@v0.32.0...v0.33.0
View v1.0.0 Highlights (most recent)
New Features
Full Changelog : github/github-mcp-server@v0.33.1...v1.0.0
Breaking Changes
No explicit breaking changes documented in the v1.0.0 release notes. The major version bump reflects a stability milestone rather than a breaking API change. No migration steps required.
Impact Assessment
Risk: Medium (major version bump warrants smoke test)
The Docker image tag changes from v0.32.0 to v1.0.0 — verify image pulls correctly
No schema changes to the tool interface documented
Package Links
Recommendations
Smoke-test Copilot CLI (MCP loading + PAT auth model listing) — most sensitive upgrade
Verify GitHub MCP Server Docker image pull with new v1.0.0 tag
No action needed for Codex or Claude Code beyond monitoring
References:
Generated by CLI Version Checker · ● 255.1K · ◷
Four CLI tools have new versions available. Constants updated in
pkg/constants/version_constants.goand all 193 workflows recompiled.Summary
No changes: Playwright MCP (0.0.70), Playwright Browser (v1.59.1), MCP Gateway (v0.2.22)
Update Claude Code
stabletag is 2.1.97;latestis 2.1.112. Pinned tolatest.Impact Assessment
Package Links
Update Copilot CLI
/modelsworks with PAT auth (per inline comment in constants)View Notes
The Copilot CLI repository is private. No detailed changelog available from GitHub. The npm package description is unchanged: "GitHub Copilot CLI brings the power of Copilot coding agent directly to your terminal."
10 patch releases were skipped (1.0.21 → 1.0.31). Manual smoke testing recommended per the existing comment:
tools.mcpconfiguration still works end-to-end)/modelsdoes not silently fail on PATsPackage Links
Update Codex
View Codex 0.119.0 Highlights
Features
--cdforwarding, runtime remote-control enablement, sandbox-aware filesystem APIs, experimentalcodex exec-serversubcommandCtrl+O;/resumecan jump directly to a session by ID or nameBug Fixes
/statusrefreshes stale limitsFull Changelog: openai/codex@rust-v0.118.0...rust-v0.119.0
View Codex 0.120.0 Highlights
Features
outputSchemafor typed structured results/clearsessions from fresh startup or resume sessionsBug Fixes
codex --remote wss://...panics (Rustls crypto provider)Full Changelog: openai/codex@rust-v0.119.0...rust-v0.120.0
View Codex 0.121.0 Highlights
Features
codex marketplace add— install plugin marketplaces from GitHub, git URLs, local directories, or directmarketplace.jsonURLs (Add marketplace command openai/codex#17087, [codex] Refactor marketplace add into shared core flow openai/codex#17717, [codex] Support local marketplace sources openai/codex#17756)Ctrl+Rreverse search and local recall for accepted slash commands (feat(tui): add reverse history search to composer openai/codex#17550, fix(tui): recall accepted slash commands locally openai/codex#17336)supports_parallel_tool_callsflag to included mcps openai/codex#17667)Bug Fixes
danger-full-accessdenylist-only mode (fix: unblock private DNS in macOS sandbox openai/codex#17370, fix: Revert danger-full-access denylist-only mode openai/codex#17732)Full Changelog: openai/codex@rust-v0.120.0...rust-v0.121.0
Package Links
Update GitHub MCP Server
View v0.33.0 Changes
Features
list_commitsgainspath,since, anduntilparameters (Addpath,sinceanduntiltolist_commitsgithub-mcp-server#2260)--exclude-toolsflag to shut off specific tools (Add --exclude-tools (and X-MCP-Exclude-Tools) flag to enable shutting off tools as part of server configuration github-mcp-server#2036)Bug Fixes
create_or_update_file(Fix SHA validation in create_or_update_file github-mcp-server#2134)get_file_contents(fix: Handle empty files in get_file_contents github-mcp-server#2042)Full Changelog: github/github-mcp-server@v0.32.0...v0.33.0
View v1.0.0 Highlights (most recent)
New Features
set_issue_fieldstool — set, update, or delete organization-level custom field values on issues (feature-flagged underissues_granular) (Add granular tool to set issue field values github-mcp-server#2338)remote_mcp_ui_appsfeature flag replaces insiders-only mode; rolling out to more users (Migrate MCP Apps support from insiders mode to feature flag with insiders opt-in github-mcp-server#2335)X-MCP-Featuresheader validation —HeaderAllowedFeatureFlagsfor HTTP feature flag control (feat(http): implement HeaderAllowedFeatureFlags for X-MCP-Features header validation github-mcp-server#2332)Full Changelog: github/github-mcp-server@v0.33.1...v1.0.0
Breaking Changes
No explicit breaking changes documented in the v1.0.0 release notes. The major version bump reflects a stability milestone rather than a breaking API change. No migration steps required.
Impact Assessment
v0.32.0tov1.0.0— verify image pulls correctlyPackage Links
Recommendations
v1.0.0tagReferences: