-
Notifications
You must be signed in to change notification settings - Fork 253
Closed
Labels
automationdependenciesPull requests that update a dependency filePull requests that update a dependency fileenhancementNew feature or requestNew feature or request
Description
Summary
Three CLI tools/packages were recently updated and are now reflected in pkg/constants/constants.go:
- GitHub Copilot CLI: 0.0.387 → 0.0.388 (2026-01-20)
- Anthropic Sandbox Runtime: 0.0.28 → 0.0.29 (2026-01-21)
- 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
- Previous Version: 0.0.387
- New Version: 0.0.388
- Release Date: January 20, 2026
- Package: https://www.npmjs.com/package/@github/copilot
- Repository: https://github.com/github/copilot-cli
- Release Notes: https://github.com/github/copilot-cli/releases/tag/v0.0.388
Changes
New Features:
- Add
/reviewcommand to analyze code changes --enable-all-github-mcp-toolsflag 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 gistshows helpful error on GitHub Enterprise Cloud with data residency
Impact Assessment
- Risk Level: Low
- Breaking Changes: None
- Affected Features: New
/reviewcommand available,--enable-all-github-mcp-toolsbehavior 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:
/reviewcommand for analyzing code changes - CHANGED:
--enable-all-github-mcp-toolsnow enables read-write tools instead of read-only
Anthropic Sandbox Runtime 0.0.29
- Previous Version: 0.0.28
- New Version: 0.0.29
- Release Date: January 21, 2026 (06:43 UTC)
- Package: https://www.npmjs.com/package/@anthropic-ai/sandbox-runtime
- Repository: https://github.com/anthropic-experimental/sandbox-runtime
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
SIGINTorSIGTERM(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
- Previous Version: v0.0.71
- New Version: v0.0.74
- Release Date: January 20, 2026 (21:44 UTC)
- Container: ghcr.io/githubnext/gh-aw-mcpg
- Repository: https://github.com/githubnext/gh-aw-mcpg
- Release Notes: https://github.com/githubnext/gh-aw-mcpg/releases/tag/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 recompilein local environment - Run integration tests for Copilot CLI new
/reviewcommand - Test
--enable-all-github-mcp-toolsflag 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
Reactions are currently unavailable
Metadata
Metadata
Labels
automationdependenciesPull requests that update a dependency filePull requests that update a dependency fileenhancementNew feature or requestNew feature or request