Summary
Updated 4 CLI/MCP versions in pkg/constants/version_constants.go. All lock files regenerated via make recompile.
| Tool |
Previous |
New |
Intermediates |
| Claude Code |
2.1.98 |
2.1.104 |
2.1.100, 2.1.101 |
| Copilot CLI |
1.0.21 |
1.0.24 |
1.0.22, 1.0.23 |
| Codex |
0.118.0 |
0.120.0 |
0.119.0 |
| MCP Gateway |
v0.2.17 |
v0.2.18 |
— |
No changes: GitHub MCP Server (v0.32.0), Playwright MCP (0.0.70), Playwright Browser (v1.59.1), Gemini (0.37.1).
Update Claude Code 2.1.98 → 2.1.104
Impact Assessment
- Risk: Low
- No public changelog; patch-level updates with no breaking changes expected
Update Copilot CLI 1.0.21 → 1.0.24
CLI Changes (from help diff)
New flags added in 1.0.24 vs 1.0.21:
--mode <mode>: Set the initial agent mode (choices: "interactive", "plan", "autopilot")
--plan: Start in plan mode
--autopilot description updated: "Start in autopilot mode" (was "Enable autopilot continuation in prompt mode")
View Subcommand Changes
From cached help outputs (1.0.21 → 1.0.24):
- New
--mode flag provides explicit mode selection at startup
- New
--plan flag as shorthand for plan mode
--autopilot behavior/description clarified
Note: Copilot CLI repository is private; detailed changelog not publicly available.
Impact Assessment
- Risk: Low
- New
--mode / --plan flags are additive; existing --autopilot behavior unchanged
- Verify
CopilotNoAskUserMinVersion (1.0.19) still satisfied ✓
Update Codex 0.118.0 → 0.120.0
View 0.120.0 Highlights (from GitHub)
New Features
Bug Fixes
Full changelog: openai/codex@rust-v0.119.0...rust-v0.120.0
View 0.119.0 Highlights (from GitHub)
New Features
Full changelog: openai/codex@rust-v0.118.0...rust-v0.119.0
Impact Assessment
- Risk: Low–Medium
- Major new features (WebRTC realtime, MCP Apps) are additive
codex exec-server is a new experimental subcommand (no impact on existing workflows)
- Websocket/remote transport improvements may affect remote session reliability
Update MCP Gateway v0.2.17 → v0.2.18
Key Changes
New Features
Bug Fixes
Impact Assessment
- Risk: Low
- Security hardening (DIFC, OIDC, guard coverage) are improvements
allowed-tools: ["*"] wildcard is a new config feature; no existing config affected
- Timeout default alignment may change behavior for workflows near the old defaults
References:
Generated by CLI Version Checker · ● 322.9K · ◷
Summary
Updated 4 CLI/MCP versions in
pkg/constants/version_constants.go. All lock files regenerated viamake recompile.No changes: GitHub MCP Server (v0.32.0), Playwright MCP (0.0.70), Playwright Browser (v1.59.1), Gemini (0.37.1).
Update Claude Code 2.1.98 → 2.1.104
Impact Assessment
Update Copilot CLI 1.0.21 → 1.0.24
CLI Changes (from help diff)
New flags added in 1.0.24 vs 1.0.21:
--mode <mode>: Set the initial agent mode (choices: "interactive", "plan", "autopilot")--plan: Start in plan mode--autopilotdescription updated: "Start in autopilot mode" (was "Enable autopilot continuation in prompt mode")View Subcommand Changes
From cached help outputs (1.0.21 → 1.0.24):
--modeflag provides explicit mode selection at startup--planflag as shorthand for plan mode--autopilotbehavior/description clarifiedNote: Copilot CLI repository is private; detailed changelog not publicly available.
Impact Assessment
--mode/--planflags are additive; existing--autopilotbehavior unchangedCopilotNoAskUserMinVersion(1.0.19) still satisfied ✓Update Codex 0.118.0 → 0.120.0
View 0.120.0 Highlights (from GitHub)
New Features
outputSchemadetails (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 the Rustls crypto provider before TLS websocket connections (Install rustls provider for remote websocket client openai/codex#17288)Full changelog: openai/codex@rust-v0.119.0...rust-v0.120.0
View 0.119.0 Highlights (from GitHub)
New Features
--cdforwarding, and an experimentalcodex exec-serversubcommand (Add top-level exec-server subcommand openai/codex#17162)Ctrl+O(feat(tui): Ctrl+O copy hotkey and harden copy-as-markdown behavior openai/codex#16966)/resumecan now jump directly to a session by ID or name from the TUI (feat: /resume per ID/name openai/codex#17222)Full changelog: openai/codex@rust-v0.118.0...rust-v0.119.0
Impact Assessment
codex exec-serveris a new experimental subcommand (no impact on existing workflows)Update MCP Gateway v0.2.17 → v0.2.18
ghcr.io/github/gh-aw-mcpg:v0.2.18Key Changes
New Features
["*"]support inallowed-toolsfiltering (Support wildcard["*"]in allowed-tools filtering gh-aw-mcpg#3445): Simplifies permissive backend configscreate_pull_request_with_copilot(Add DIFC labeling rule forcreate_pull_request_with_copilotgh-aw-mcpg#3651)Bug Fixes
WriteJSONResponsetrailing newline eliminated (fix: use json.Marshal in WriteJSONResponse to avoid trailing newline gh-aw-mcpg#3466)Impact Assessment
allowed-tools: ["*"]wildcard is a new config feature; no existing config affectedReferences: