Update default CLI versions: Claude Code 2.1.38, Copilot 0.0.406, Playwright v1.58.2#14794
Closed
Update default CLI versions: Claude Code 2.1.38, Copilot 0.0.406, Playwright v1.58.2#14794
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Three CLI defaults needed bumps (no breaking changes): Claude Code adds
--effort, Copilot CLI gains new model/flags, and Playwright browser fixes trace/stdin and macOS rendering.Version constants updated
DefaultClaudeCodeVersion→2.1.38DefaultCopilotVersion→0.0.406DefaultPlaywrightBrowserVersion→v1.58.2Reference code
Original prompt
This section details on the original issue you should resolve
<issue_title>[ca] CLI Version Updates: Claude Code 2.1.38, Copilot CLI 0.0.406, Playwright Browser v1.58.2</issue_title>
<issue_description>### Summary
Three CLI tools have new versions available. All updates include bug fixes and improvements without breaking changes.
Update Priority: Medium
Breaking Changes: None
Risk Level: Low
Update: Claude Code (2.1.34 → 2.1.38)
Timeline: Feb 7-10, 2026 (4 versions over 3 days)
New Features
--effort (level)flag to control effort level (low, medium, high) for the current sessionView Version History
Release Dates:
View CLI Changes
New Command-Line Flag:
+ --effort (level) Effort level for the current session (low, medium, high)This new flag allows users to control the computational effort Claude applies to solving problems, enabling fine-tuned performance vs. speed tradeoffs.
Help Output Comparison:
--effortflagImpact Assessment
Recommendations
--effortflag works in CI environmentsPackage Links:
Update: Copilot CLI (0.0.405 → 0.0.406)
Timeline: Feb 5-7, 2026 (2 days between releases)
Breaking Changes
None
Key Features
/changelogcommand to view release notesplugin marketplace addnow accepts URLs as sources--no-experimentalflag disables experimental featuresView Full Changelog (0.0.406)
From https://github.com/github/copilot-cli/blob/main/changelog.md:
0.0.406 - 2026-02-07
New Features:
/changelogcommand to view release notesplugin marketplace addaccepts URLs as sources--no-experimentalflag disables experimental featuresImprovements:
/mcp showdisplays enabled/disabled status for MCP tools0.0.405 - 2026-02-05
Bug Fixes:
/experimentalshows help screen listing experimental featuresView CLI Discovery
Unable to Install Locally: Permission restrictions prevented installing Copilot CLI 0.0.406 in the CI environment to compare help outputs.
Changelog Analysis:
/changelog- View release notes--no-experimental- Disable experimental features/mcp show- Now shows enabled/disabled statusRepository Access: Successfully accessed https://github.com/github/copilot-cli to retrieve full changelog
Impact Assessment
Recommendations
/changelogcommand functionality