Skip to content

Comments

Verify CLI version updates: Copilot 0.0.388, Sandbox Runtime 0.0.29, MCP Gateway v0.0.74#11085

Closed
Copilot wants to merge 1 commit intomainfrom
copilot/update-cli-tool-versions
Closed

Verify CLI version updates: Copilot 0.0.388, Sandbox Runtime 0.0.29, MCP Gateway v0.0.74#11085
Copilot wants to merge 1 commit intomainfrom
copilot/update-cli-tool-versions

Conversation

Copy link
Contributor

Copilot AI commented Jan 21, 2026

Three CLI dependencies updated in constants and propagated to workflow lock files:

  • Copilot CLI 0.0.3870.0.388 - Adds /review command; --enable-all-github-mcp-tools now enables read-write tools (was read-only)
  • Sandbox Runtime 0.0.280.0.29 - WSL2 support added, WSL1 explicitly rejected (breaking for WSL1 users)
  • MCP Gateway v0.0.71v0.0.74 - Testing and documentation improvements

Verification Results

All version updates confirmed in:

  • pkg/constants/constants.go - Constants at target versions
  • 86 workflows using Copilot 0.0.388
  • 134 workflows using MCP Gateway v0.0.74
  • Sandbox Runtime 0.0.29 loaded at runtime by Claude Code CLI

Workflow lock files regenerated via make recompile with no changes (already current).

Original prompt

This section details on the original issue you should resolve

<issue_title>[ca] CLI Version Updates: Copilot 0.0.388, Sandbox Runtime 0.0.29, MCP Gateway v0.0.74</issue_title>
<issue_description>## 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


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Update CLI tools to latest versions: Copilot 0.0.388, Sandbox 0.0.29, MCP 0.0.74 Verify CLI version updates: Copilot 0.0.388, Sandbox Runtime 0.0.29, MCP Gateway v0.0.74 Jan 21, 2026
Copilot AI requested a review from mnkiefer January 21, 2026 20:12
@pelikhan pelikhan closed this Jan 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

3 participants