-
Notifications
You must be signed in to change notification settings - Fork 86
Description
Multiple CLI tools have new versions available. This issue tracks the updates and required testing before deployment.
Summary
- Claude Code: 2.1.29 → 2.1.34 (5 patch releases)
- Copilot CLI: 0.0.403 → 0.0.405 (2 minor releases)
- Codex: 0.97.0 → 0.98.0 (1 minor release)
- Playwright MCP: 0.0.63 → 0.0.64 (1 patch release)
- Released: Feb 5-6, 2026
- Priority: Medium (multiple tools, includes feature updates)
Breaking Changes
No breaking changes identified across all updates.
Claude Code (2.1.29 → 2.1.34)
Released: February 6, 2026
Versions: 2.1.30, 2.1.31, 2.1.32, 2.1.33, 2.1.34
View Analysis
Changes
These are patch releases with bug fixes and minor improvements. No public changelog is available for Claude Code, but the rapid succession of versions suggests active bug fixing and stability improvements.
CLI Discovery
Unable to install and test CLI changes due to environment constraints. Recommend manual testing after deployment to verify no command-line interface changes.
Impact Assessment
- Risk: Low (patch releases)
- Affects: Claude engine workflows
- Testing Required: Basic smoke test with Claude engine
Migration Guide
No migration needed - patch releases maintain backward compatibility.
Package Links
- NPM Package: https://www.npmjs.com/package/`@anthropic-ai/claude-code`
- Latest Version: 2.1.34
Copilot CLI (0.0.403 → 0.0.405)
Released: February 5, 2026
Versions: 0.0.404 (Feb 5, 19:00 UTC), 0.0.405 (Feb 5, 22:26 UTC)
View Analysis
Changes
Two rapid releases within 3.5 hours suggest bug fixes or quick iterations. Repository is private so detailed changelogs are unavailable.
CLI Discovery
Unable to install and test CLI changes due to environment constraints. Recommend checking for:
- New subcommands or flags in
copilot --help - Changes to
copilot configorcopilot environmentsubcommands - Any new authentication or configuration options
Impact Assessment
- Risk: Medium (critical tool, requires full integration testing)
- Affects: Copilot engine, all workflows using GitHub Copilot
- Testing Required: FULL INTEGRATION TEST RUN before deployment
Migration Guide
- Update to 0.0.405
- Run full integration test suite
- Test authentication flow
- Verify agent execution
- Test config and environment commands
Package Links
- NPM Package: https://www.npmjs.com/package/`@github/copilot`
- Repository: https://github.com/github/copilot-cli (private)
- Latest Version: 0.0.405
Codex (0.97.0 → 0.98.0)
Released: February 5, 2025
Version: 0.98.0
View Full Changelog
Release Highlights (from GitHub)
New Features
- GPT-5.3-Codex Model: New model capability with enhanced performance
- Steer Mode Stabilization: "Enter sends immediately during running tasks while Tab explicitly queues follow-up input" – now enabled by default
Bug Fixes
- TypeScript SDK Resume: Corrected argument ordering in
resumeThread()to prevent unintended new sessions when using local images - Model-Instruction Handling: Ensured correct developer instructions apply when switching models mid-conversation or resuming with different models
- Remote Compaction: Fixed mismatches between token pre-estimation and payload generation to improve accuracy
- Cloud Requirements: Fixed immediate reload after user login
Maintenance Updates
- Restored Pragmatic as the default assistant personality
- Unified collaboration mode naming across prompts, tools, protocol types, and UI labels
Merged PRs (from GitHub)
- fix: ensure resume args precede image args openai/codex#10709
- chore(config) Default Personality Pragmatic openai/codex#10705
- fix(core) switching model appends model instructions openai/codex#10651
- Sync collaboration mode naming across Default prompt, tools, and TUI openai/codex#10666
- Make steer stable by default openai/codex#10690
- Fix remote compaction estimator/payload instruction small mismatch openai/codex#10692
- Reload cloud requirements after user login openai/codex#10725
- fix(core,app-server) resume with different model openai/codex#10719
Contributors: 5 developers including cryptonerdcn, xl-openai, aibrahim-oai, dylan-hurd-oai, and charley-oai
Impact Assessment
- Risk: Low-Medium (feature update with bug fixes)
- Affects: Codex engine workflows, model behavior
- Testing Required: Test steer mode, model switching, and resuming threads
- Notes: GPT-5.3-Codex model may require configuration updates if we want to use it
Migration Guide
- Update to 0.98.0
- Test steer mode behavior (Enter vs Tab during running tasks)
- Verify model switching and thread resuming
- Consider testing GPT-5.3-Codex model if available
Package Links
- NPM Package: https://www.npmjs.com/package/`@openai/codex`
- Repository: https://github.com/openai/codex
- Release Notes: https://github.com/openai/codex/releases/tag/rust-v0.98.0
- Latest Version: 0.98.0
Playwright MCP (0.0.63 → 0.0.64)
Released: February 6, 2026
Version: 0.0.64
View Analysis
Changes
Single patch release. Playwright MCP is a wrapper around Playwright for MCP protocol support. Likely includes bug fixes or minor feature updates.
CLI Discovery
Unable to install and test CLI changes due to environment constraints.
Impact Assessment
- Risk: Low (patch release)
- Affects: Workflows using Playwright MCP for browser automation
- Testing Required: Basic browser automation test
Migration Guide
No migration needed - patch releases maintain backward compatibility.
Package Links
- NPM Package: https://www.npmjs.com/package/`@playwright/mcp`
- Repository: https://github.com/microsoft/playwright
- Latest Version: 0.0.64
Recommendations
Priority
- High: Copilot CLI (0.0.405) - Requires full integration testing per constants.go warning
- Medium: Codex (0.98.0) - New model and feature updates need testing
- Low: Claude Code (2.1.34) - Patch releases, low risk
- Low: Playwright MCP (0.0.64) - Patch release, low risk
Action Items
- CRITICAL: Run full integration test suite for Copilot CLI 0.0.405
- Update constants.go (✅ completed in pkg/constants/constants.go:282,287,312,361)
- Run
make recompileto regenerate workflow files (⚠️ requires Go environment) - Test Codex steer mode and GPT-5.3-Codex model
- Smoke test Claude Code and Playwright MCP
- Monitor for user feedback after deployment
Testing Strategy
- Pre-deployment: Full integration tests for Copilot CLI
- Deployment: Staged rollout (dev → staging → production)
- Post-deployment: Monitor workflow execution logs for 24-48 hours
- Rollback Plan: Keep previous versions available for quick rollback if issues arise
References:
- Workflow Run: §21750432848
- Updated File: pkg/constants/constants.go:282,287,312,361
AI generated by CLI Version Checker
- expires on Feb 8, 2026, 12:28 PM UTC