Summary
4 CLI tools have been updated in pkg/constants/version_constants.go and workflows recompiled.
Tool
Previous
New
Published
Claude Code
2.1.98
2.1.105
2026-04-13
Copilot CLI
1.0.21
1.0.25
2026-04-13
Codex
0.118.0
0.120.0
2026-04-11
Gemini CLI
0.37.1
0.37.2
2026-04-13
GitHub MCP Server
v0.32.0
v0.32.0
— no change —
Playwright MCP
0.0.70
0.0.70
— no change —
Playwright Browser
v1.59.1
v1.59.1
— no change —
MCP Gateway
v0.2.19
v0.2.19
— no change —
Update: Claude Code (2.1.98 → 2.1.105)
Intermediate versions : 2.1.100, 2.1.101, 2.1.104
Release timeline : 2.1.98 → 2.1.100 → 2.1.101 → 2.1.104 → 2.1.105 (all released ~Apr 7–13)
Breaking changes : None detected
CLI changes : No visible changes in --help output vs prior version
View CLI Discovery
Compared help output of 2.1.101 (last cached) vs 2.1.105. No additions or removals detected in the command/flag set.
Key flags available: --bare, --permission-mode, --json-schema, --worktree, --tmux, --plugin-dir, --agents, --fork-session, --from-pr, --mcp-config, --strict-mcp-config, and more.
Impact Assessment
Update: GitHub Copilot CLI (1.0.21 → 1.0.25)
Intermediate versions : 1.0.22, 1.0.23, 1.0.24
Breaking changes : None detected
Repository : Private — release notes not accessible
View CLI Changes (1.0.25 vs 1.0.24)
New flags added in 1.0.25:
--remote — Export session events to Mission Control and enable remote steering
--no-remote — Disable remote session export and steering
These flags enable integration with a remote Mission Control dashboard for monitoring and steering agentic sessions.
Subcommand Help Changes
config help topic: Structure unchanged
environment help topic: No changes
View Config Settings (copilot help config)
allowed_urls, autoUpdate, banner, bashEnv, beep, powershellFlags, compactPaste, copyOnSelect, custom_agents.default_local_only, denied_urls, experimental, includeCoAuthoredBy, companyAnnouncements
View Environment Variables (copilot help environment)
COPILOT_ALLOW_ALL, COPILOT_AUTO_UPDATE, COPILOT_CUSTOM_INSTRUCTIONS_DIRS, COPILOT_EDITOR, COPILOT_GITHUB_TOKEN, COPILOT_HOME, COPILOT_MODEL, COPILOT_OFFLINE, COPILOT_PROVIDER_BASE_URL/TYPE/API_KEY/BEARER_TOKEN/WIRE_API, GH_HOST, HTTP_PROXY, NO_COLOR, NO_PROXY, PLAIN_DIFF
Impact Assessment
Update: OpenAI Codex (0.118.0 → 0.120.0)
Intermediate versions : 0.119.0 (2026-04-10), 0.120.0 (2026-04-11)
View 0.120.0 Highlights (from GitHub release)
New Features
Bug Fixes
Release Notes : https://github.com/openai/codex/releases/tag/rust-v0.120.0
View 0.119.0 Highlights (from GitHub release)
New Features
Realtime voice sessions now default to the v2 WebRTC path with configurable transport and native TUI media support
MCP Apps and custom MCP servers gained richer support including resource reads, tool-call metadata, and server-driven elicitations
Remote/app-server workflows now support egress websocket transport, remote --cd forwarding, and an experimental codex exec-server subcommand
The TUI can copy the latest agent response with Ctrl+O
/resume can now jump directly to a session by ID or name from the TUI
Bug Fixes
TUI starts faster by fetching rate limits asynchronously
Resume flows are more stable with improved picker behavior
Composer and chat behavior improvements including fixed paste teardown and CJK word navigation
Release Notes : https://github.com/openai/codex/releases/tag/rust-v0.119.0
Impact Assessment
Update: Google Gemini CLI (0.37.1 → 0.37.2)
Breaking changes : None detected
Repository : No GitHub release notes available
Published : 2026-04-13T20:13:51Z
Impact Assessment
Recommendations
Validate Copilot 1.0.25 : The new --remote/--no-remote flags should not affect non-interactive agentic runs. Verify that --no-ask-user flag (added in 1.0.19) remains functional.
Codex improvements : SessionStart hook enhancement (Support clear SessionStart source openai/codex#17073 ) enables better session lifecycle tracking — note the new /clear source type if using session-start hooks.
All tools : Run standard agentic workflow smoke tests to confirm tool loading and model routing work end-to-end.
References:
Generated by CLI Version Checker · ● 395.5K · ◷
Summary
4 CLI tools have been updated in
pkg/constants/version_constants.goand workflows recompiled.Update: Claude Code (2.1.98 → 2.1.105)
--helpoutput vs prior versionView CLI Discovery
Compared help output of 2.1.101 (last cached) vs 2.1.105. No additions or removals detected in the command/flag set.
Key flags available:
--bare,--permission-mode,--json-schema,--worktree,--tmux,--plugin-dir,--agents,--fork-session,--from-pr,--mcp-config,--strict-mcp-config, and more.Impact Assessment
Update: GitHub Copilot CLI (1.0.21 → 1.0.25)
View CLI Changes (1.0.25 vs 1.0.24)
New flags added in 1.0.25:
--remote— Export session events to Mission Control and enable remote steering--no-remote— Disable remote session export and steeringThese flags enable integration with a remote Mission Control dashboard for monitoring and steering agentic sessions.
Subcommand Help Changes
confighelp topic: Structure unchangedenvironmenthelp topic: No changesView Config Settings (copilot help config)
allowed_urls,autoUpdate,banner,bashEnv,beep,powershellFlags,compactPaste,copyOnSelect,custom_agents.default_local_only,denied_urls,experimental,includeCoAuthoredBy,companyAnnouncementsView Environment Variables (copilot help environment)
COPILOT_ALLOW_ALL,COPILOT_AUTO_UPDATE,COPILOT_CUSTOM_INSTRUCTIONS_DIRS,COPILOT_EDITOR,COPILOT_GITHUB_TOKEN,COPILOT_HOME,COPILOT_MODEL,COPILOT_OFFLINE,COPILOT_PROVIDER_BASE_URL/TYPE/API_KEY/BEARER_TOKEN/WIRE_API,GH_HOST,HTTP_PROXY,NO_COLOR,NO_PROXY,PLAIN_DIFFImpact Assessment
--no-ask-userstill functional, MCPs load correctly)Update: OpenAI Codex (0.118.0 → 0.120.0)
View 0.120.0 Highlights (from GitHub release)
New Features
outputSchemadetails so structured tool results are typed more precisely (Add output_schema to code mode render openai/codex#17210)/clearfrom fresh startup or resume sessions (Support clear SessionStart source openai/codex#17073)Bug Fixes
codex --remote wss://...panics by installing Rustls crypto provider before TLS websocket connections (Install rustls provider for remote websocket client openai/codex#17288)Release Notes: https://github.com/openai/codex/releases/tag/rust-v0.120.0
View 0.119.0 Highlights (from GitHub release)
New Features
--cdforwarding, and an experimentalcodex exec-serversubcommandCtrl+O/resumecan now jump directly to a session by ID or name from the TUIBug Fixes
Release Notes: https://github.com/openai/codex/releases/tag/rust-v0.119.0
Impact Assessment
Update: Google Gemini CLI (0.37.1 → 0.37.2)
Impact Assessment
Recommendations
--remote/--no-remoteflags should not affect non-interactive agentic runs. Verify that--no-ask-userflag (added in 1.0.19) remains functional./clearsource type if using session-start hooks.References: