-
Notifications
You must be signed in to change notification settings - Fork 28
Update CLI tools: Claude Code 2.0.51 → 2.0.53, Playwright MCP 0.0.47 → 0.0.48 #4759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
… 0.0.47 → 0.0.48 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
|
✅ Agentic Changeset Generator completed successfully. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates two agentic CLI tool versions to their latest releases: Claude Code CLI from 2.0.51 to 2.0.53 (patch update) and Playwright MCP from 0.0.47 to 0.0.48 (patch update). The updates follow semantic versioning conventions and are backward-compatible changes.
Key Changes
- Updated version constants in
pkg/constants/constants.gofor both tools - Updated test expectations in
pkg/constants/constants_test.goto match new versions - Recompiled 30 workflow lock files to propagate the version updates throughout all affected workflows
Reviewed changes
Copilot reviewed 34 out of 34 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| pkg/constants/constants.go | Updated DefaultClaudeCodeVersion to "2.0.53" and DefaultPlaywrightMCPVersion to "0.0.48" |
| pkg/constants/constants_test.go | Updated test expectations to match the new version constants |
| .github/workflows/*.lock.yml (30 files) | Recompiled workflow lock files with updated npm install commands and agent version metadata |
| .changeset/patch-fix-staged-logs-filter.md | Changeset file for staged logs filter fix (unrelated to this PR's purpose) |
| .github/workflows/daily-fact.lock.yml | Contains unrelated whitespace-only formatting changes |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
|
@copilot fix tests |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Fixed in 6e553bf. The test |
DefaultClaudeCodeVersionfrom2.0.51to2.0.53DefaultPlaywrightMCPVersionfrom0.0.47to0.0.48make recompileto rebuild workflows with updated versions (80 workflows compiled successfully)--allowed-originsflag in CLI help)patch-fix-staged-logs-filter.md)Original prompt
This section details on the original issue you should resolve
<issue_title>[ca] Update agentic CLI tools: Claude Code 2.0.51 → 2.0.53, Playwright MCP 0.0.47 → 0.0.48</issue_title>
<issue_description># CLI Version Updates - November 25, 2025
This issue tracks version updates for agentic CLI tools discovered during automated version check.
Summary
Updates Required: 2 tools
Files Modified:
pkg/constants/constants.goUpdates Found
1. Claude Code CLI
Version Update: 2.0.51 → 2.0.53
Intermediate Versions: 2.0.52
Release Timeline: 2 releases since last check
Risk Level: Low
Package Information:
Changes Analysis:
Based on NPM package metadata analysis, these are likely bug fix releases following semantic versioning (patch version increments).
Breaking Changes: None detected
New Features: Not documented in public release notes
Bug Fixes: Likely includes stability and performance improvements
Security: No specific CVEs mentioned
Performance: Unknown - no public benchmarks
CLI Discovery: Unable to install and test due to environment constraints. The tool requires proper authentication and environment setup that wasn't available in this check.
Impact Assessment:
Recommendation: Safe to update. Patch versions follow semantic versioning and should be backward compatible.
2. Playwright MCP
Version Update: 0.0.47 → 0.0.48
Intermediate Versions: None
Release Timeline: 1 release since last check
Risk Level: Low
Package Information:
Changes Analysis:
Pre-1.0 version indicating active development. Changes between 0.0.47 and 0.0.48 are not publicly documented.
Breaking Changes: Unknown - pre-1.0 versions may include breaking changes
New Features: Not documented
Bug Fixes: Likely includes improvements to MCP server implementation
Security: No specific CVEs mentioned
Performance: Unknown
CLI Discovery: Unable to test
--helpoutput differences due to installation constraints.Impact Assessment:
Recommendation: Update with caution. Pre-1.0 versions should be tested thoroughly before deployment.
Tools With No Updates
The following tools were checked and are current:
Copilot CLI - Version 0.0.363 (latest)
Codex - Version 0.63.0 (latest)
GitHub MCP Server - Version v0.22.0 (latest)
Playwright Browser - Version v1.56.1 (latest)
Changes Made
Modified Files:
pkg/constants/constants.goDefaultClaudeCodeVersionfrom2.0.51to2.0.53DefaultPlaywrightMCPVersionfrom0.0.47to0.0.48Next Steps:
make recompileto rebuild workflows with updated versionsTesting Checklist:
Additional Notes
Environment Constraints: This automated check was unable to install and test CLI tools directly due to environment limitations. The
claude-codecommand requires proper NPM global installation paths and authentication that weren't available.Recommendation for Future Checks: Consider setting up a dedicated environment with proper npm global paths and CLI tool authentication for more thorough testing of
--helpoutputs and feature discovery.Cache Information: Version check r...
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.