-
Notifications
You must be signed in to change notification settings - Fork 295
Closed
Labels
automationcookieIssue Monster Loves Cookies!Issue Monster Loves Cookies!dependenciesPull requests that update a dependency filePull requests that update a dependency file
Description
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
- NPM Package: https://www.npmjs.com/package/`@anthropic-ai/claude-code`
- Version 2.1.45: https://www.npmjs.com/package/`@anthropic-ai/claude-code`/v/2.1.45
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 onand--alt-screen offsyntax - 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_coauthorconfig option to disable Co-authored-by trailer in git commits - Custom agents use
disable-model-invocationinstead ofinfer(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
- NPM Package: https://www.npmjs.com/package/`@github/copilot`
- Repository: https://github.com/github/copilot-cli
- Release Notes: https://github.com/github/copilot-cli/releases/tag/v0.0.411
Recommendations
- Run full integration test suite before deploying to production
- Review custom agent configurations for new
disable-model-invocationoption - 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_PROXYenvironment 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_attributionoverride - Removed
remote_modelsfeature 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
- WebSocket Proxy Support: Added
WS_PROXY/WSS_PROXYenvironment variable support (including lowercase variants) for websocket proxying in the network proxy. (feat(network-proxy): add websocket proxy env support openai/codex#11784) - Thread Archive Notifications: App-server v2 now emits notifications when threads are archived or unarchived, allowing clients to respond without polling. (app-server: Emit thread archive/unarchive notifications openai/codex#12030)
- Distinct Approval IDs: Protocol/core now carry distinct approval IDs for command approvals to support multiple approvals within a single shell command execution flow. (feat(core): plumb distinct approval ids for command approvals openai/codex#12051)
Bug Fixes
- CWD Change Prompt Exit Behavior: Ctrl+C/Ctrl+D now cleanly exits the cwd-change prompt during resume/fork flows instead of implicitly selecting an option. (tui: exit session on Ctrl+C in cwd change prompt openai/codex#12040)
- Safety Check Downgrade Reduction: Reduced false-positive safety-check downgrade behavior by relying on response header model and websocket top-level events rather than response body model slug. (Chore: remove response model check and rely on header model for downgrade openai/codex#12061)
0.103.0 Release Details
New Features
- Enhanced App Listing Responses: App listing responses now include richer app details (
app_metadata, branding, and labels) enabling clients to render comprehensive app cards without making additional requests. ([apps] Expose more fields from apps listing endpoints. openai/codex#11706) - Commit Co-Author Attribution: Implemented Codex-managed
prepare-commit-msghook system with configurablecommand_attributionoverride (default label, custom label, or disable option). (Use prompt-based co-author attribution with config override openai/codex#11617)
Bug Fixes
- Eliminated the
remote_modelsfeature flag to enhance model selection reliability and prevent fallback model metadata issues when disabled. (chore: rm remote models fflag openai/codex#11699)
0.102.0 Release Details
New Features
- Unified Permissions Flow: Enhanced permissions interface with clearer history tracking in the TUI and a new slash command for granting sandbox read access to blocked directories. (feat: introduce Permissions openai/codex#11633, add a slash command to grant sandbox read access to inaccessible directories openai/codex#11512, feat(tui) Permissions update history item openai/codex#11550, [feat] add seatbelt permission files openai/codex#11639)
- Structured Network Approvals: Implemented richer host/protocol context directly in approval prompts for improved transparency. (feat(core): add structured network approval plumbing and policy decision model openai/codex#11672, feat(tui): render structured network approval prompts in approval overlay openai/codex#11674)
- Enhanced File Search: Extended app-server fuzzy search with explicit session-complete signaling for reliable client loading indicators. (app-server: add fuzzy search sessions for streaming file search openai/codex#10268, [app-server] add fuzzyFileSearch/sessionCompleted openai/codex#11773)
- Customizable Multi-Agent Roles: Added configurable multi-agent role support with migration toward improved naming/configuration surfaces. (feat: add customizable roles for multi-agents openai/codex#11917, feat: move agents config to main config openai/codex#11982, Rename collab modules to multi agents openai/codex#11939, chore: rename collab feature flag key to multi_agent openai/codex#11918)
- Model Reroute Notifications: New notification for detecting and rendering model reroute events. (Feat: add model reroute notification openai/codex#12001)
Bug Fixes
- Remote image attachments now persist correctly across resume/backtrack and history replay. (tui: preserve remote image attachments across resume/backtrack openai/codex#10590)
- Fixed TUI accessibility regression affecting screen reader animation gating. (Fixed screen reader regression in CLI openai/codex#11860)
- Corrected thread resume behavior for active in-memory threads. (codex-rs: fix thread resume rejoin semantics openai/codex#11756)
- Fixed model/list output to include full model data and visibility metadata. (fix: send unfiltered models over model/list openai/codex#11793)
- Resolved multiple js_repl stability issues including reset hangs and tool-call races. (fix: js_repl reset hang by clearing exec tool calls without waiting openai/codex#11932, fix: race in js repl openai/codex#11922, Fix js_repl in-flight tool-call waiter race openai/codex#11800, Fix js_repl view_image test runtime panic openai/codex#11796)
- Fixed app integration edge cases in mention parsing and app listing behavior. ([apps] Fix app mention syntax. openai/codex#11894, [apps] Fix app loading logic. openai/codex#11518, [apps] Improve app listing filtering. openai/codex#11697)
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
- NPM Package: https://www.npmjs.com/package/`@openai/codex`
- Repository: https://github.com/openai/codex
- Release 0.104.0: https://github.com/openai/codex/releases/tag/rust-v0.104.0
- Release 0.103.0: https://github.com/openai/codex/releases/tag/rust-v0.103.0
- Release 0.102.0: https://github.com/openai/codex/releases/tag/rust-v0.102.0
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
- Run
make recompileto regenerate workflow lock files (failed in CI due to network restrictions, needs local execution) - Run full integration test suite for Copilot CLI (per WARNING in constants.go:326)
- Test Codex workflows with new permissions and network approval systems
- Review custom agent configurations for Copilot CLI compatibility
- 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
Reactions are currently unavailable
Metadata
Metadata
Labels
automationcookieIssue Monster Loves Cookies!Issue Monster Loves Cookies!dependenciesPull requests that update a dependency filePull requests that update a dependency file