Skip to content

[ca] CLI Version Updates: Claude Code, Copilot CLI, and Codex #16562

@github-actions

Description

@github-actions

Three CLI tools have new versions available. All updates have been analyzed for compatibility and applied to pkg/constants/constants.go.

Summary

  • Claude Code: 2.1.44 → 2.1.45 (patch release)
  • Copilot CLI: 0.0.410 → 0.0.411 (minor update)
  • Codex: 0.101.0 → 0.104.0 (3 minor versions)

Claude Code Update

Version: 2.1.44 → 2.1.45
Released: February 17, 2026
Update Type: Patch release

Impact Assessment

  • Risk: Low
  • Breaking Changes: None expected
  • Affects: Claude engine workflows

Package Links

Analysis

Patch release with no publicly documented changes. Single-day version increment suggests minor bug fixes or stability improvements.


Copilot CLI Update

Version: 0.0.410 → 0.0.411
Released: February 17, 2026
Update Type: Feature and fix release

Breaking Changes

None

Key Features

  • Claude Sonnet 4.6 Support: Added support for the latest Claude model
  • Autopilot & Fleet GA: Autopilot mode and /fleet command now available to all users
  • Memory Storage Enhancements: Subject, fact, and citations now visible in timeline
  • SDK APIs: New APIs for plan mode, autopilot, fleet, and workspace files
  • Windows MCP Server Registry: Support for MCP servers from Windows On-Device Registry
View Full Changelog

User Experience Improvements

  • Improved error messaging and guidance when access denied by policy
  • Tab completion respects the highlighted slash command selection
  • Text selection now works in footer area in alt-screen mode
  • Support --alt-screen on and --alt-screen off syntax
  • Alt-screen viewport auto-scrolls when dragging selection to edge
  • Session picker no longer flashes when using --resume in alt-screen mode
  • Terminal bell rings once when agent finishes, not on every tool completion
  • Cursor shows when suspending and hides when resuming

Bug Fixes

  • Interactive shell commands complete on all versions of Windows
  • Custom instruction files are recognized regardless of casing
  • PowerShell commands with syntax errors no longer hang
  • Improved text selection responsiveness in --alt-screen mode

Configuration & Customization

  • Add include_coauthor config option to disable Co-authored-by trailer in git commits
  • Custom agents use disable-model-invocation instead of infer (backward compatible)

Performance

  • Reduce memory usage in alt-screen mode during long sessions

Impact Assessment

  • Risk: Medium (includes new model support and SDK APIs)
  • Breaking Changes: None (backward compatible)
  • Affects: Copilot workflows, custom agents, MCP server integration
  • Testing Required: Integration testing recommended per WARNING comment in constants.go

Package Links

Recommendations

  • Run full integration test suite before deploying to production
  • Review custom agent configurations for new disable-model-invocation option
  • Test MCP server compatibility with Windows On-Device Registry support if applicable

Codex Update

Versions: 0.101.0 → 0.104.0 (via 0.102.0, 0.103.0)
Released: 0.102.0 (Feb 17, 2025), 0.103.0 (Feb 17, 2025), 0.104.0 (Feb 18, 2026)
Update Type: Multiple feature releases

Breaking Changes

None

Key Features Across 3 Releases

0.104.0 (Latest)

  • WebSocket proxy support with WS_PROXY/WSS_PROXY environment variables
  • Thread archive notifications (no polling needed)
  • Distinct approval IDs for multiple command approvals

0.103.0

  • Enhanced app listing with richer metadata (app_metadata, branding, labels)
  • Commit co-author attribution with configurable command_attribution override
  • Removed remote_models feature flag for improved reliability

0.102.0

  • Unified permissions flow with clearer history tracking
  • Structured network approvals with host/protocol context
  • Enhanced file search with session-complete signaling
  • Customizable multi-agent roles
  • Model reroute notifications
View Full Changelog

0.104.0 Release Details

New Features

Bug Fixes

0.103.0 Release Details

New Features

Bug Fixes

0.102.0 Release Details

New Features

Bug Fixes

Impact Assessment

  • Risk: Medium (3 minor versions, significant new features)
  • Breaking Changes: None
  • Affects: Codex engine workflows, permissions system, network approvals, multi-agent configurations
  • Notable Changes:
    • WebSocket proxy configuration may require environment variable setup
    • Permissions interface changes may affect workflows using custom approval flows
    • Git commit attribution can now be customized or disabled

Package Links

Recommendations

  • Test WebSocket proxy functionality if using network proxies
  • Review permissions workflows for compatibility with new unified flow
  • Consider enabling/disabling commit co-author attribution based on team preferences
  • Test multi-agent role configurations with new customization options

Next Steps

  1. Run make recompile to regenerate workflow lock files (failed in CI due to network restrictions, needs local execution)
  2. Run full integration test suite for Copilot CLI (per WARNING in constants.go:326)
  3. Test Codex workflows with new permissions and network approval systems
  4. Review custom agent configurations for Copilot CLI compatibility
  5. Validate WebSocket proxy settings if using Codex with network proxies

Files Modified

  • pkg/constants/constants.go: Updated DefaultClaudeCodeVersion, DefaultCopilotVersion, and DefaultCodexVersion

References:

Generated by CLI Version Checker

  • expires on Feb 20, 2026, 1:25 PM UTC

Metadata

Metadata

Labels

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions