Skip to content

[ca] Update CLI Versions: Claude Code 2.0.60, Playwright MCP 0.0.50 #5669

Description

@github-actions

Summary

This issue tracks the update of two agentic CLI tools to their latest versions:

  • Claude Code: 2.0.59 → 2.0.60
  • Playwright MCP: 0.0.49 → 0.0.50

All other tools (Copilot CLI 0.0.367, Codex 0.65.0, GitHub MCP Server v0.24.0, Playwright Browser v1.57.0) are already at their latest versions.


Claude Code Update

Version Information

  • Previous: 2.0.59 (released 2025-12-04 23:06:04 UTC)
  • New: 2.0.60 (released 2025-12-05 21:53:25 UTC)
  • Timeline: 1 day interval
  • Release Frequency: Daily releases continue

Changes Detected

New Features

  • New CLI flag: --disable-slash-commands (line 43 in help output)
    • Allows disabling all slash commands in Claude Code sessions
    • Useful for controlled environments or specific workflow requirements

Bug Fixes

  • None detected from CLI help comparison

Security Updates

  • None explicitly mentioned in package metadata

CLI Changes Discovery

Comparison of help outputs between 2.0.59 and 2.0.60 revealed:

New option added:

--disable-slash-commands              Disable all slash commands

This flag provides additional control over Claude Code's slash command functionality, which may be useful for:

  • Restricting available features in production environments
  • Simplifying the interface for specific use cases
  • Testing workflows without slash command interference

Impact Assessment

  • Risk Level: Low
  • Breaking Changes: None
  • Affected Features: None (new optional flag only)
  • Migration Required: No

The update adds an optional feature flag and doesn't modify existing functionality. All current workflows will continue to work without changes.

Package Links


Playwright MCP Update

Version Information

  • Previous: 0.0.49 (release date unknown)
  • New: 0.0.50 (released 2025-12-05 21:26:46 UTC)
  • Timeline: Version skipped (0.0.49 was the previous tracked version)
  • Release Frequency: Regular updates, approximately every 1-2 weeks

Changes Detected

New Features

  • None detected from CLI help comparison

Bug Fixes

  • Likely internal fixes or improvements (no CLI changes observed)

Security Updates

  • None explicitly mentioned in package metadata

CLI Changes Discovery

Comparison of help outputs between 0.0.48 (last cached) and 0.0.50 revealed:

  • No CLI changes detected - help output is byte-for-byte identical
  • Changes are likely internal improvements, bug fixes, or dependency updates

Impact Assessment

  • Risk Level: Low
  • Breaking Changes: None
  • Affected Features: None visible at CLI level
  • Migration Required: No

The update appears to be a maintenance release with no externally visible changes to the CLI interface. All current workflows will continue to work without modification.

Package Links


Update Status

Completed

  • Updated pkg/constants/constants.go with new versions
  • Ran make recompile successfully (98/98 workflows compiled)
  • Verified no breaking changes or migration requirements
  • Cached CLI help outputs for future comparisons
  • Documented all changes in this issue

Files Modified

  • pkg/constants/constants.go - Updated version constants
  • Cache files created:
    • /tmp/gh-aw/cache-memory/claude-code-2.0.60-help.txt
    • /tmp/gh-aw/cache-memory/playwright-mcp-0.0.50-help.txt
    • /tmp/gh-aw/cache-memory/version-check-2025-12-06.json

Verification

  • ✅ All 98 workflow files compiled successfully
  • ✅ No errors during compilation
  • ✅ 69 warnings (all pre-existing, unrelated to version updates)
  • ✅ Git status shows expected changes to constants.go

Next Steps

No action required. The updates have been applied and verified. Future version checks will use the cached help outputs for comparison.

Monitoring

Continue daily version checks to detect:

  • New releases of tracked CLI tools
  • CLI interface changes through help output comparison
  • Breaking changes or deprecation notices

Technical Details

Version Check Process

  1. ✅ Checked cache for recent version data
  2. ✅ Fetched latest versions from NPM registry (parallel)
  3. ✅ Compared with current versions in constants.go
  4. ✅ Installed new versions globally via npm
  5. ✅ Captured CLI help outputs for comparison
  6. ✅ Updated constants.go with new versions
  7. ✅ Ran make recompile to regenerate workflows
  8. ✅ Saved results to cache for next run

Tools Checked (No Updates Found)

  • GitHub Copilot CLI: 0.0.367 (current = latest)
  • OpenAI Codex: 0.65.0 (current = latest)
  • GitHub MCP Server: v0.24.0 (current = latest)
  • Playwright Browser: v1.57.0 (current = latest)

AI generated by CLI Version Checker

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions