Skip to content

[ca] CLI Version Updates: Copilot 0.0.388, Sandbox Runtime 0.0.29, MCP Gateway v0.0.74 #11078

@github-actions

Description

@github-actions

Summary

Three CLI tools/packages were recently updated and are now reflected in pkg/constants/constants.go:

  1. GitHub Copilot CLI: 0.0.387 → 0.0.388 (2026-01-20)
  2. Anthropic Sandbox Runtime: 0.0.28 → 0.0.29 (2026-01-21)
  3. MCP Gateway: v0.0.71 → v0.0.74 (2026-01-20)

All other tools (Claude Code 2.1.14, Codex 0.87.0, GitHub MCP Server v0.29.0, Playwright MCP 0.0.56, Playwright Browser v1.57.0) remain at their current versions.


GitHub Copilot CLI 0.0.388

Changes

New Features:

  • Add /review command to analyze code changes
  • --enable-all-github-mcp-tools flag now enables read-write GitHub MCP tools (previously read-only)

Improvements:

  • Make session event messages more concise and visually clean
  • Clean up old package versions during auto-update check to free disk space
  • Redesign CLI header with branded mascot and streamlined welcome message
  • Remove commit hash from CLI header

Bug Fixes:

  • /share gist shows helpful error on GitHub Enterprise Cloud with data residency

Impact Assessment

  • Risk Level: Low
  • Breaking Changes: None
  • Affected Features: New /review command available, --enable-all-github-mcp-tools behavior changed
  • Migration Required: No

CLI Discovery

Unable to install and test CLI in this environment due to permission restrictions. No cached help output available for 0.0.388 yet.

Known Command Changes:

  • NEW: /review command for analyzing code changes
  • CHANGED: --enable-all-github-mcp-tools now enables read-write tools instead of read-only

Anthropic Sandbox Runtime 0.0.29

Changes

Based on recent commits:

Platform Support:

  • NEW: Support for WSL2 sandboxing (uses same bubblewrap as Linux)
  • BREAKING: WSL1 is now explicitly rejected (incompatible with bubblewrap)
  • Add getWslVersion() to detect WSL version from /proc/version
  • Update isSupportedPlatform() to check for WSL1 and reject it
  • Remove 'wsl' from Platform type (getPlatform returns 'linux' for WSL)

Bug Fixes:

  • Exit with code 0 on SIGINT or SIGTERM (previously logged errors)

Features from v0.0.27-0.0.28:

  • Add fd 3 control channel for dynamic config updates
  • Add MITM proxy configuration options

Impact Assessment

  • Risk Level: Medium
  • Breaking Changes: WSL1 no longer supported
  • Affected Features: Windows Subsystem for Linux users
  • Migration Required: WSL1 users must upgrade to WSL2

MCP Gateway v0.0.74

Changes (v0.0.72 → v0.0.74)

Testing Infrastructure:

  • Fixed MCP session persistence across gateway test scenarios
  • Enhanced Docker API version detection

Code Quality:

  • Consolidated ~70 lines of duplicate code by centralizing authorization header parsing

Documentation:

  • Clarified MCP server compatibility information
  • Removed documentation for features not yet production-ready

Impact Assessment

  • Risk Level: Low
  • Breaking Changes: None
  • Affected Features: Testing and documentation improvements
  • Migration Required: No

Version Check Metadata

  • Check Date: 2026-01-21
  • Previous Check: 2026-01-20
  • Constants File: pkg/constants/constants.go (already up to date)
  • Workflow Regeneration: Skipped (make not available in this environment)

Next Steps

  • Verify workflow lock files are regenerated via make recompile in local environment
  • Run integration tests for Copilot CLI new /review command
  • Test --enable-all-github-mcp-tools flag behavior change
  • Validate WSL2 compatibility for Sandbox Runtime (WSL1 rejection)
  • Monitor for any issues with MCP Gateway v0.0.74 in production

AI generated by CLI Version Checker

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions