Skip to content

[WIP] Update CLI version constants for multiple tools#25979

Closed
Copilot wants to merge 1 commit intomainfrom
copilot/update-cli-versions-again
Closed

[WIP] Update CLI version constants for multiple tools#25979
Copilot wants to merge 1 commit intomainfrom
copilot/update-cli-versions-again

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 13, 2026

Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.


This section details on the original issue you should resolve

<issue_title>[ca] CLI Version Updates: Claude Code 2.1.104, Copilot 1.0.24, Codex 0.120.0, MCP Gateway v0.2.18</issue_title>
<issue_description>### 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 ·

  • expires on Apr 15, 2026, 4:35 AM UTC

Comments on the Issue (you are @copilot in this section)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ca] CLI Version Updates: Claude Code 2.1.104, Copilot 1.0.24, Codex 0.120.0, MCP Gateway v0.2.18

2 participants