Skip to content

[ca] CLI Version Updates: Claude Code, Copilot, Codex, GitHub MCP Server #27760

@github-actions

Description

@github-actions

Summary

4 CLI tools have been updated in pkg/constants/version_constants.go. All 197 workflows recompiled successfully.

Tool Previous New Risk
Claude Code 2.1.112 2.1.117 Low
GitHub Copilot CLI 1.0.21 1.0.34 Medium
OpenAI Codex CLI 0.121.0 0.122.0 Low
GitHub MCP Server v1.0.0 v1.0.1 Low

No changes needed for: Playwright MCP (0.0.70 ✓), Playwright Browser (v1.59.1 ✓), MCP Gateway (v0.2.30 ✓).


Update Claude Code (2.1.112 → 2.1.117)

  • Intermediate versions: 2.1.113, 2.1.114, 2.1.116, 2.1.117
  • Source: No public GitHub repository; NPM-only
View Details

No public changelog available. Patch-level increments suggest bug fixes and stability improvements.

CLI Changes: No structural changes detected in --help output.

Package Links:

View Migration Guide

No breaking changes expected for patch versions. Standard upgrade.

Impact Assessment

  • Risk: Low
  • Affects: All workflows using Claude Code engine

Update GitHub Copilot CLI (1.0.21 → 1.0.34)

View CLI Help Analysis

Key new flags and options discovered via copilot --help on v1.0.34:

New/Notable Options:

  • --bash-env[=value] — Enable BASH_ENV support for bash shells (on|off)
  • --connect[=sessionId] — Connect directly to a remote session (optionally specify session ID or task ID)
  • --disallow-temp-dir — Prevent automatic access to the system temporary directory
  • --enable-all-github-mcp-tools — Enable all GitHub MCP server tools instead of the default CLI subset
  • --enable-reasoning-summaries — Request reasoning summaries for OpenAI models
  • --fork-session — When resuming, create a new session ID instead of reusing the original
  • --output-format <format> — Output format: 'text' (default) or 'json' (JSONL)
  • --plain-diff — Disable rich diff rendering
  • --plugin-dir <directory> — Load a plugin from a local directory
  • --screen-reader — Enable screen reader optimizations
  • --secret-env-vars[=vars...] — Strip sensitive env vars from shell/MCP environments
  • --share[=path] / --share-gist — Share session to markdown file or secret GitHub gist
  • --stream <mode> — Enable or disable streaming mode
  • --yolo — Alias for --allow-all (allow all permissions)
  • --no-custom-instructions — Disable loading from AGENTS.md and related files
  • --no-remote / --remote — Control remote control of session from GitHub web and mobile
  • --exclude-dynamic-system-prompt-sections (Claude Code equivalent) noted separately

New Commands:

  • mcp — Manage MCP servers
  • plugin — Manage plugins

New Help Topics:

  • monitoring — Monitoring with OpenTelemetry
  • providers — Custom Model Providers (BYOK)

Config Changes (from copilot help config):

  • compactPaste — Collapse large pasted content; defaults to true
  • companyAnnouncements — Team messages shown in banner
  • custom_agents.default_local_only — Restrict to local custom agents
  • disableAllHooks — Disable all hooks
  • hooks — Inline hook definitions
  • ide.auto_connect — Auto-connect to IDE workspace
  • ide.open_diff_on_edit — Open diffs in IDE for approval
  • powershellFlags — Flags passed to PowerShell on startup
  • respectGitignore — Exclude gitignored files from @ file picker
  • statusLine — Custom status line below input (command-type)
  • streamerMode — Hide model names and quota details
  • updateTerminalTitle — Update terminal title with current intent

Available Models (v1.0.34):

  • Claude: claude-sonnet-4.6, claude-sonnet-4.5, claude-haiku-4.5, claude-opus-4.7, claude-opus-4.6, claude-opus-4.6-fast, claude-opus-4.5, claude-sonnet-4
  • GPT: gpt-5.4, gpt-5.3-codex, gpt-5.2-codex, gpt-5.2, gpt-5.1, gpt-5.4-mini, gpt-5-mini, gpt-4.1

Environment Variables (new in copilot help environment):

  • COPILOT_OFFLINE — Enable offline mode, skip network access
  • COPILOT_PROVIDER_* — BYOK (Bring Your Own Key) provider configuration suite
  • COPILOT_CUSTOM_INSTRUCTIONS_DIRS — Additional directories for custom instructions
  • PLAIN_DIFF — Disable rich diff rendering
  • USE_BUILTIN_RIPGREP — Use PATH ripgrep instead of bundled version
  • Full OpenTelemetry suite: COPILOT_OTEL_*, OTEL_* variables
View Migration Guide
  1. The --no-ask-user flag (introduced in v1.0.19) is still present and required for autonomous runs.
  2. New --yolo flag is an alias for --allow-all — consider using it for shorter command lines.
  3. BYOK (custom model providers) now supported via COPILOT_PROVIDER_* env vars.
  4. Plugin system (--plugin-dir, plugin command) is new — no migration required but enables new capabilities.
  5. Secret env var stripping (--secret-env-vars) improves security for sensitive workflows.

Impact Assessment

  • Risk: Medium (13 intermediate versions, significant new features)
  • Affects: All workflows using Copilot CLI engine
  • Verify: MCPs not blocked, /models works with PAT auth (per existing pinning note)

Package Links


Update OpenAI Codex CLI (0.121.0 → 0.122.0)

View Full Changelog

Release Highlights (from GitHub: https://github.com/openai/codex/releases/tag/rust-v0.122.0)

New Features:

Bug Fixes:

Infrastructure:

  • Security boundaries documentation added to SECURITY.md
  • Code reorganization: plugin logic extracted to codex-core-plugins
  • Bazel/CI stabilization with native Rust test sharding
View Migration Guide

No breaking changes noted. Security enhancements (deny-read glob policies, sandbox enforcement) may affect workflows running codex exec in restricted environments.

Impact Assessment

  • Risk: Low
  • Affects: All workflows using Codex engine

Package Links


Update GitHub MCP Server (v1.0.0 → v1.0.1)

View Full Changelog

Release Notes (from https://github.com/github/github-mcp-server/releases/tag/v1.0.1)

Bug Fixes:

Dependencies:

Full Changelog: github/github-mcp-server@v1.0.0...v1.0.1

View Migration Guide

No breaking changes. The Content-Type fix (github/github-mcp-server#2362) may improve compatibility with clients sending charset annotations. CORS fix (github/github-mcp-server#2359) restores browser-based MCP client access.

Impact Assessment

  • Risk: Low (bug fixes only)
  • Affects: Workflows using GitHub MCP server tools

Package Links


No Changes Required

Tool Version Status
Playwright MCP 0.0.70 ✓ Up to date
Playwright Browser v1.59.1 ✓ Up to date
MCP Gateway v0.2.30 ✓ Up to date

References:

Generated by CLI Version Checker · ● 312.5K ·

  • expires on Apr 24, 2026, 4:29 AM UTC

Metadata

Metadata

Labels

automationcookieIssue Monster Loves Cookies!dependenciesPull requests that update a dependency file

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions