Updated 5 CLI tools and MCP servers in pkg/constants/version_constants.go and ran make recompile to regenerate workflow lock files.
Summary
| Tool |
Previous |
New |
Intermediates |
| Claude Code |
2.1.98 |
2.1.109 |
2.1.99–2.1.108 |
| Copilot CLI |
1.0.21 |
1.0.27 |
1.0.22, 1.0.23, 1.0.24, 1.0.25, 1.0.26 |
| Codex |
0.118.0 |
0.120.0 |
0.119.0 |
| Gemini CLI |
0.37.2 |
0.38.0 |
— |
| GitHub MCP Server |
v0.32.0 |
v0.33.1 |
v0.33.0 |
| MCP Gateway |
v0.2.19 |
v0.2.19 |
up-to-date |
| Playwright MCP |
0.0.70 |
0.0.70 |
up-to-date |
| Playwright Browser |
v1.59.1 |
v1.59.1 |
up-to-date |
Update Claude Code
- Previous: 2.1.98 → New: 2.1.109
- Intermediates: 2.1.99, 2.1.100, 2.1.101, 2.1.102, 2.1.103, 2.1.104, 2.1.105, 2.1.106, 2.1.107, 2.1.108
No public GitHub repository. Changes not available via public changelog.
Impact Assessment
Update Copilot CLI
- Previous: 1.0.21 → New: 1.0.27
- Intermediates: 1.0.22, 1.0.23, 1.0.24, 1.0.25, 1.0.26
No public GitHub release notes. CLI help output is unchanged between 1.0.25 and 1.0.27.
View CLI Discovery (1.0.27 help output vs 1.0.25)
No changes detected in main help output. Same flags and commands as 1.0.25. Help topics remain: commands, config, environment, logging, monitoring, permissions, providers.
Notable existing flags:
--no-ask-user — autonomous mode (present since 1.0.19)
--share-gist — share session as GitHub Gist
--output-format json — JSONL output mode
--secret-env-vars — redact environment variable values
--yolo — alias for --allow-all
Impact Assessment
Update Codex
- Previous: 0.118.0 → New: 0.120.0
- Intermediate: 0.119.0
View Codex 0.119.0 Changelog
New Features (0.119.0)
- Realtime voice sessions default to v2 WebRTC path with configurable transport, voice selection, native TUI media support
- MCP Apps and custom MCP servers gained richer support: 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 can copy the latest agent response with
Ctrl+O
/resume can jump directly to a session by ID or name from the TUI
- TUI notifications more configurable, including Warp OSC 9 support
Bug Fixes (0.119.0)
- TUI starts faster by fetching rate limits asynchronously
- Resume flows more stable (no false empty states, fresher thread names)
- Fast Mode no longer stuck after
/fast off in app-server-backed sessions
Full Changelog: openai/codex@rust-v0.118.0...rust-v0.119.0
View Codex 0.120.0 Changelog
New Features (0.120.0)
- Realtime V2 can stream background agent progress while work is still running and queue follow-up responses
- Hook activity in the TUI is easier to scan, with live running hooks shown separately
- Custom TUI status lines can include the renamed thread title
- Code-mode tool declarations now include MCP
outputSchema details
- SessionStart hooks can distinguish sessions created by
/clear from fresh startup or resume sessions
Bug Fixes (0.120.0)
- Fixed Windows elevated sandbox handling for split filesystem policies
- Fixed sandbox permission handling for symlinked writable roots and carveouts
- Fixed
codex --remote wss://... panics by installing the Rustls crypto provider before TLS websocket connections
- Preserved tool search result ordering instead of alphabetically reordering results
- Fixed live Stop-hook prompts to appear immediately
Full PRs: openai/codex@rust-v0.119.0...rust-v0.120.0
Impact Assessment
Update Gemini CLI
- Previous: 0.37.2 → New: 0.38.0
- Released: 2026-04-14
View Gemini 0.38.0 Changelog
Key Changes (0.38.0)
- feat(plan): require user confirmation for
activate_skill in Plan Mode
- feat(plan): implement silent fallback for Plan Mode model routing
- feat(core): introduce decoupled ContextManager and Sidecar architecture
- feat(core): add skill patching support with
/memory inbox integration
- feat(agent): implement tool-controlled display protocol
- feat(cli): enable mouse clicking for cursor positioning in AskUser multi-line answers
- feat(cli): extract QuotaContext and resolve infinite render loop
- feat(ui): added enhancements to scroll momentum
- feat: support auth block in MCP servers config in agents
- fix(core): prevent secondary crash in ModelRouterService finally block
- fix(core): replace custom binary detection with isbinaryfile to correctly handle UTF-8 (U+FFFD)
- fix(core): expose GEMINI_PLANS_DIR to hook environment
- fix(release): prefix git hash in nightly versions to prevent semver normalization
- Stop suppressing thoughts and text in model response
- chore(deps): update vulnerable dependencies via npm audit fix
- chore: switch from
keytar to @github/keytar
Full Changelog: google-gemini/gemini-cli@v0.37.2...v0.38.0
Impact Assessment
Update GitHub MCP Server
- Previous: v0.32.0 → New: v0.33.1
- Intermediate: v0.33.0 (released 2026-04-14), v0.33.1 (hotfix, released 2026-04-14)
View GitHub MCP Server v0.33.0 Changelog
New Features (v0.33.0)
View GitHub MCP Server v0.33.1 Changelog
v0.33.1 is a patch/hotfix release immediately following v0.33.0 (same day, 2026-04-14).
Full Changelog: github/github-mcp-server@v0.32.0...v0.33.1
Impact Assessment
Recommendations
- Test Claude Code 2.1.109 agentic workflows for stability
- Verify Copilot CLI 1.0.27 MCP loading and PAT auth (
/models) still work end-to-end
- Test GitHub MCP Server v0.33.1
list_commits with new path/since/until filters
- Verify Gemini CLI 0.38.0 Plan Mode improvements in agentic workflows
References:
Generated by CLI Version Checker · ● 394.9K · ◷
Updated 5 CLI tools and MCP servers in
pkg/constants/version_constants.goand ranmake recompileto regenerate workflow lock files.Summary
Update Claude Code
No public GitHub repository. Changes not available via public changelog.
Impact Assessment
Update Copilot CLI
No public GitHub release notes. CLI help output is unchanged between 1.0.25 and 1.0.27.
View CLI Discovery (1.0.27 help output vs 1.0.25)
No changes detected in main help output. Same flags and commands as 1.0.25. Help topics remain:
commands,config,environment,logging,monitoring,permissions,providers.Notable existing flags:
--no-ask-user— autonomous mode (present since 1.0.19)--share-gist— share session as GitHub Gist--output-format json— JSONL output mode--secret-env-vars— redact environment variable values--yolo— alias for--allow-allImpact Assessment
Update Codex
View Codex 0.119.0 Changelog
New Features (0.119.0)
--cdforwarding, runtime remote-control enablement, sandbox-aware filesystem APIs, experimentalcodex exec-serversubcommandCtrl+O/resumecan jump directly to a session by ID or name from the TUIBug Fixes (0.119.0)
/fast offin app-server-backed sessionsFull Changelog: openai/codex@rust-v0.118.0...rust-v0.119.0
View Codex 0.120.0 Changelog
New Features (0.120.0)
outputSchemadetails/clearfrom fresh startup or resume sessionsBug Fixes (0.120.0)
codex --remote wss://...panics by installing the Rustls crypto provider before TLS websocket connectionsFull PRs: openai/codex@rust-v0.119.0...rust-v0.120.0
Impact Assessment
Update Gemini CLI
View Gemini 0.38.0 Changelog
Key Changes (0.38.0)
activate_skillin Plan Mode/memory inboxintegrationkeytarto@github/keytarFull Changelog: google-gemini/gemini-cli@v0.37.2...v0.38.0
Impact Assessment
Update GitHub MCP Server
View GitHub MCP Server v0.33.0 Changelog
New Features (v0.33.0)
list_commitsgainspath,since, anduntilfilters (Addpath,sinceanduntiltolist_commitsgithub-mcp-server#2260)additionalPropertiesinpush_filesschema (fix: additionalProperties in push_files schema (#2011) github-mcp-server#2257)View GitHub MCP Server v0.33.1 Changelog
v0.33.1 is a patch/hotfix release immediately following v0.33.0 (same day, 2026-04-14).
Full Changelog: github/github-mcp-server@v0.32.0...v0.33.1
Impact Assessment
Recommendations
/models) still work end-to-endlist_commitswith newpath/since/untilfiltersReferences: