Skip to content

[ca] CLI Version Updates: Claude Code 2.1.42, Copilot CLI 0.0.410 #15665

@github-actions

Description

@github-actions

Two CLI tools have new versions available and have been updated in pkg/constants/constants.go:

  • Claude Code: 2.1.39 → 2.1.42 (3 minor releases)
  • Copilot CLI: 0.0.409 → 0.0.410 (1 minor release)

All other monitored tools (Codex, GitHub MCP Server, Playwright MCP, Playwright Browser, Sandbox Runtime, MCP Gateway) are already at their latest versions.


Claude Code Update

Version: 2.1.39 → 2.1.42

Release Information:

  • Version 2.1.40: Minor release
  • Version 2.1.41: Minor release
  • Version 2.1.42: Latest release

Package: https://www.npmjs.com/package/`@anthropic-ai/claude-code`

Note: Claude Code does not have a public GitHub repository, so detailed changelogs are not available. Changes are typically incremental improvements to the CLI experience.

View CLI Discovery (2.1.42)

No new commands or flags detected compared to previous versions. The help output shows the following command structure:

Main Commands:

  • auth - Manage authentication
  • doctor - Check the health of your Claude Code auto-updater
  • install - Install Claude Code native build
  • mcp - Configure and manage MCP servers
  • plugin - Manage Claude Code plugins
  • setup-token - Set up a long-lived authentication token
  • update|upgrade - Check for updates and install if available

Key Options:

  • --add-dir - Additional directories to allow tool access to
  • --agent - Agent for the current session
  • --agents - JSON object defining custom agents
  • --allow-dangerously-skip-permissions - Enable bypassing permission checks as option
  • --allowedTools, --allowed-tools - List of tool names to allow
  • --mcp-config - Load MCP servers from JSON files or strings
  • --model - Model for the current session
  • --permission-mode - Permission mode to use (acceptEdits, bypassPermissions, default, delegate, dontAsk, plan)
  • -p, --print - Print response and exit (non-interactive mode)
  • --tools - Specify list of available tools from built-in set

Full help output cached at: /tmp/gh-aw/cache-memory/claude-code-2.1.42-help.txt

Impact Assessment

  • Risk: Low
  • Affects: Agent execution with Claude engine
  • Breaking Changes: None detected

Recommendations

  • Update Priority: Medium - These are minor version increments with no breaking changes
  • Testing Strategy: Run standard integration tests with Claude engine to verify compatibility
  • Rollout Plan: Can be deployed after successful CI/CD pipeline execution

Copilot CLI Update

Version: 0.0.409 → 0.0.410

Release Information:

  • Version 0.0.410: Latest release

Package: https://www.npmjs.com/package/`@github/copilot`

Repository: https://github.com/github/copilot-cli (private repository - access limited)

Note: The Copilot CLI repository is private, so detailed changelog information is not publicly accessible. However, CLI help discovery was performed to identify any new features or changes.

View CLI Discovery (0.0.410)

Main Commands:

  • login - Authenticate with Copilot via OAuth device flow
  • help - Display help information
  • init - Initialize Copilot instructions for this repository
  • update - Download the latest version
  • version - Display version information and check for updates
  • plugin - Manage plugins and plugin marketplaces

Help Topics:

  • config - Configuration Settings
  • commands - Interactive Mode Commands
  • environment - Environment Variables
  • logging - Logging
  • permissions - Permissions

Key Options:

  • --acp - Start as Agent Client Protocol server
  • --add-dir - Add directory to allowed list for file access
  • --add-github-mcp-tool - Add a tool to enable for GitHub MCP server
  • --add-github-mcp-toolset - Add a toolset to enable for GitHub MCP server
  • --additional-mcp-config - Additional MCP servers configuration as JSON
  • --agent - Specify a custom agent to use
  • --allow-all - Enable all permissions (equivalent to --allow-all-tools --allow-all-paths --allow-all-urls)
  • --yolo - Alias for --allow-all
  • --model - Set the AI model to use

Available Models (from 0.0.410):

  • claude-sonnet-4.5
  • claude-haiku-4.5
  • claude-opus-4.6
  • claude-opus-4.6-fast
  • claude-opus-4.5
  • claude-sonnet-4
  • gemini-3-pro-preview
  • gpt-5.3-codex
  • gpt-5.2-codex
  • gpt-5.2
  • gpt-5.1-codex-max
  • gpt-5.1-codex
  • gpt-5.1
  • gpt-5
  • gpt-5.1-codex-mini
  • gpt-5-mini
  • gpt-4.1

Full help output cached at: /tmp/gh-aw/cache-memory/copilot-0.0.410-help.txt

View Configuration Help (copilot help config)

Configuration Settings Available:

  • allowed_urls - List of URLs/domains allowed without prompting
  • alt_screen - Use terminal alternate screen buffer (default: false)
  • auto_update - Automatically download CLI updates (default: true)
  • banner - Frequency of showing animated banner ("always", "never", "once")
  • beep - Beep when user attention required (default: true)
  • compact_paste - Collapse large pasted content into compact tokens (default: true)
  • custom_agents.default_local_only - Default to local custom agents only (default: false)
  • denied_urls - List of URLs/domains denied access (takes precedence over allow)
  • experimental - Enable experimental features (default: false)
  • launch_messages - List of messages to display in banner on startup
  • log_level - Log level for CLI (default: "default")
  • model - AI model to use for Copilot CLI
  • streamer_mode - Hide preview model names and quota details (default: false)
  • parallel_tool_execution - Enable parallel execution of tools (default: true)
  • render_markdown - Render markdown in terminal (default: true)
  • screen_reader - Enable screen reader optimizations (default: false)
  • stream - Enable streaming mode (default: true)
  • theme - Theme to color and stylize output ("auto", "dark", "light")
  • trusted_folders - List of folders with permission to read/execute files
  • undo_without_confirmation - Skip undo confirmation with Esc Esc (experimental, default: false)
  • update_terminal_title - Update terminal title with current intent (default: true)

Full config help cached at: /tmp/gh-aw/cache-memory/copilot-0.0.410-config-help.txt

View Environment Variables Help (copilot help environment)

Environment Variables:

  • COLORFGBG - Fallback to detect dark/light backgrounds
  • COPILOT_ALLOW_ALL - Allow all tools to run automatically when set to "true"
  • COPILOT_AUTO_UPDATE - Set to "false" to disable auto-updates
  • COPILOT_CUSTOM_INSTRUCTIONS_DIRS - Comma-separated list of additional directories for custom instructions
  • COPILOT_MODEL - Optionally set the agent model
  • COPILOT_GITHUB_TOKEN, GH_TOKEN, GITHUB_TOKEN - Authentication token (in order of precedence)
  • USE_BUILTIN_RIPGREP - When "false", uses ripgrep from PATH instead of bundled version
  • PLAIN_DIFF - When "true", disables rich diff rendering
  • XDG_CONFIG_HOME - Override config directory (defaults to $HOME/.copilot)
  • XDG_STATE_HOME - Override state directory (defaults to $HOME/.copilot)

Full environment help cached at: /tmp/gh-aw/cache-memory/copilot-0.0.410-environment-help.txt

Impact Assessment

  • Risk: Low
  • Affects: Agent execution with Copilot engine
  • Breaking Changes: None detected
  • CLI Changes: No new commands or flags detected between 0.0.409 and 0.0.410

Recommendations

  • Update Priority: Medium - Minor version increment with no breaking changes
  • Testing Strategy:
    • Run full integration test suite as per WARNING in constants.go
    • Verify compatibility with all supported models
    • Test MCP server integration
    • Validate permission handling
  • Rollout Plan: Deploy after successful integration testing

Build Status

Note: The make recompile step could not complete due to Go 1.25.0 download restrictions in the CI environment. The constants have been updated in pkg/constants/constants.go (lines 307 and 312), but workflow lock files were not regenerated.

Required Action: The make recompile command must be run in a development environment with access to Go 1.25.0 to regenerate workflow lock files before deployment.

Changes Made:

- const DefaultClaudeCodeVersion Version = "2.1.39"
+ const DefaultClaudeCodeVersion Version = "2.1.42"

- const DefaultCopilotVersion Version = "0.0.409"
+ const DefaultCopilotVersion Version = "0.0.410"

References:

🤖 Generated by gh-aw CLI Version Checker

Generated by CLI Version Checker

  • expires on Feb 16, 2026, 12:22 PM UTC

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions