Skip to content

[ca] CLI Version Updates: Claude Code 2.1.9, Copilot 0.0.384, Codex 0.87.0, Playwright MCP 0.0.56, MCP Gateway v0.0.62 #10359

@github-actions

Description

@github-actions

This issue tracks version updates for 5 CLI tools and MCP servers detected on 2026-01-16. All updates have been applied to pkg/constants/constants.go and require make recompile to regenerate workflows.

Summary of Updates

  • Claude Code: 2.1.7 → 2.1.9 (2 versions, published daily 2026-01-13 to 2026-01-15)
  • Copilot CLI: 0.0.382 → 0.0.384 (2 versions, published 2026-01-14 to 2026-01-16)
  • Codex: 0.85.0 → 0.87.0 (2 versions, published 2026-01-15 to 2026-01-16)
  • Playwright MCP: 0.0.55 → 0.0.56 (1 version, published 2026-01-16)
  • MCP Gateway: v0.0.60 → v0.0.62 (2 versions, published 2026-01-16)

1. Update Claude Code (2.1.7 → 2.1.9)

  • Previous: 2.1.7 (2026-01-13) → New: 2.1.9 (2026-01-15)
  • Timeline: 2 days, 2 releases
  • Intermediate Versions: 2.1.8 (2026-01-15)
  • Risk Level: Low
  • Breaking Changes: None detected
  • NPM Package: https://www.npmjs.com/package/@anthropic-ai/claude-code
  • CLI Discovery: No public repository available. Metadata available via NPM only.

Changes

Due to the lack of public repository and changelog, specific changes for 2.1.8 and 2.1.9 are not available. Monitor NPM package metadata and CLI behavior after deployment.

Impact Assessment

  • Risk: Low - minor version bump
  • Affected Features: Claude Code CLI operations
  • Migration: No migration required

2. Update Copilot CLI (0.0.382 → 0.0.384)

Changes

Copilot CLI repository may be private. Specific changes for 0.0.383 and 0.0.384 are not publicly documented. Integration testing required after deployment.

Impact Assessment

  • Risk: Medium - Copilot CLI is critical for copilot engine
  • Affected Features: All Copilot CLI operations and commands
  • Migration: No migration required
  • Testing Required: Full integration test run (per WARNING in constants.go)

3. Update Codex (0.85.0 → 0.87.0)

Changes in 0.86.0

New Features:

Bug Fixes:

Chores:

Changes in 0.87.0

New Features:

Bug Fixes:

Documentation:

Chores:

Impact Assessment

  • Risk: Medium - two rapid releases with significant MCP and collaboration improvements
  • Affected Features:
    • MCP tool call results (threadId handling)
    • Token estimation and compaction
    • User shell command execution
    • Skill metadata definitions
    • Web search controls
  • Migration: No breaking changes, but review MCP tool implementations for threadId compatibility
  • Testing Required: Test MCP tool interactions, particularly CallToolResult handling

4. Update Playwright MCP (0.0.55 → 0.0.56)

Changes

Playwright MCP is part of the Playwright project. Specific changes for 0.0.56 not documented in release notes. Monitor for bug fixes or minor improvements.

Impact Assessment

  • Risk: Low - minor version bump
  • Affected Features: Playwright MCP server operations
  • Migration: No migration required

5. Update MCP Gateway (v0.0.60 → v0.0.62)

Release Highlights (v0.0.62)

🐳 New: Serena MCP Server Container

🛡️ Schema Normalization & Security

🐛 Bug Fixes

🔧 Code Quality & Testing

Impact Assessment

  • Risk: Low - primarily testing, bug fixes, and new features (Serena MCP)
  • Affected Features:
    • Schema validation (now auto-normalizes malformed schemas)
    • Security route exposure
    • HTTP error handling
  • Migration: No migration required
  • New Capabilities: Serena MCP server available for multi-language testing

Files Modified

  • pkg/constants/constants.go: 5 constants updated
    • DefaultClaudeCodeVersion: 2.1.7 → 2.1.9
    • DefaultCopilotVersion: 0.0.382 → 0.0.384
    • DefaultCodexVersion: 0.85.0 → 0.87.0
    • DefaultPlaywrightMCPVersion: 0.0.55 → 0.0.56
    • DefaultMCPGatewayVersion: v0.0.60 → v0.0.62

Next Steps

  1. Run make recompile to regenerate workflow files with new versions
  2. Test Copilot CLI integration (REQUIRED per constants.go warning)
  3. Test Codex MCP interactions - verify threadId handling in CallToolResult
  4. Test MCP Gateway - verify schema normalization and error propagation
  5. Monitor Playwright MCP for any behavioral changes in 0.0.56
  6. Monitor Claude Code for any CLI changes in 2.1.8/2.1.9
  7. Review and merge after all tests pass

Testing Checklist

  • Run make recompile successfully
  • Copilot CLI integration tests pass
  • Codex MCP tool interactions work correctly
  • MCP Gateway schema normalization works as expected
  • Playwright MCP operations function correctly
  • Claude Code CLI executes without errors
  • All workflow compilations succeed
  • No regressions detected in CI/CD

References

AI generated by CLI Version Checker

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions