Skip to content

Update CLI tools and MCP servers to latest versions#11569

Closed
Copilot wants to merge 2 commits intomainfrom
copilot/update-cli-tools-and-mcp-servers
Closed

Update CLI tools and MCP servers to latest versions#11569
Copilot wants to merge 2 commits intomainfrom
copilot/update-cli-tools-and-mcp-servers

Conversation

Copy link
Contributor

Copilot AI commented Jan 23, 2026

Updates default versions for 5 CLI tools and MCP servers, regenerating 139 workflow lock files.

Version Updates

  • Copilot CLI: 0.0.3890.0.393 (plugin management, snapshot undo, GHE Cloud support)
  • Claude Code: 2.1.152.1.18 (patch releases)
  • Codex: 0.88.00.89.0 (permissions UI, skill management, TUI2 removed)
  • Playwright Browser: v1.57.0v1.58.0 (breaking: removes _react, _vue, :light selectors)
  • Sandbox Runtime: 0.0.290.0.32 (patch releases)

Changes

  • Updated version constants in pkg/constants/constants.go
  • Updated test expectations in pkg/constants/constants_test.go
  • Regenerated workflow lock files via make recompile

Breaking Changes

Playwright v1.58.0 removes deprecated selector engines. Workflows using _react, _vue, or :light selectors will need migration to standard locators if they override the default browser version.

Original prompt

This section details on the original issue you should resolve

<issue_title>[ca] Update CLI Tools and MCP Servers - 5 Version Updates (2026-01-23)</issue_title>
<issue_description>## Summary

Five CLI tools and MCP servers have new versions available. This issue tracks the updates for:

  1. Claude Code: 2.1.15 → 2.1.18 (3 versions)
  2. Copilot CLI: 0.0.389 → 0.0.393 (4 versions)
  3. Codex: 0.88.0 → 0.89.0 (1 version)
  4. Playwright Browser: v1.57.0 → v1.58.0 (1 version)
  5. Sandbox Runtime: 0.0.29 → 0.0.32 (3 versions)

Status: Constants updated in pkg/constants/constants.go (see commit). Requires make recompile to regenerate workflow lock files.


1. Update Claude Code CLI

  • Previous: 2.1.15 → New: 2.1.18
  • Timeline: 2.1.16 and 2.1.17 released 2026-01-22, 2.1.18 available 2026-01-23
  • Breaking Changes: None detected
  • New Features: Unknown (no public release notes available)
  • Bug Fixes: Unknown (no public release notes available)
  • Security: None identified
  • CLI Discovery: Unable to test (read-only filesystem in workflow environment)
  • Impact: Risk Low - patch version bumps, likely bug fixes and minor improvements
  • Migration: No migration needed

Package Links

Notes

  • Claude Code does not have a public GitHub repository
  • Release notes are not available via NPM metadata
  • Version increment pattern (2.1.15 → 2.1.18) suggests incremental patches
  • Unable to install and compare CLI help output due to read-only filesystem

2. Update GitHub Copilot CLI

  • Previous: 0.0.389 → New: 0.0.393
  • Timeline: 0.0.390-0.0.393 all released 2026-01-23 (same day batch release)
  • Breaking Changes: None
  • New Features:
    • Plugin marketplace management (/plugin command)
    • Session rename alias (/rename command)
    • Plugin update capability (/plugin update)
    • Enhanced diff display in edit tool timeline
    • Snapshot undo feature (Esc-Esc to undo file changes)
    • GHE Cloud support for remote custom agents (*.ghe.com)
  • Bug Fixes:
    • Fixed plugin uninstall functionality
    • Memory loading no longer generates warnings outside Git repositories
  • Security: None identified
  • CLI Discovery: Unable to test (read-only filesystem)
  • Subcommand Changes: None detected (would need CLI access to verify)
  • Impact: Risk Low - new features and bug fixes, no breaking changes
  • Migration: No migration needed

Release Highlights (from GitHub)

v0.0.393 (January 23, 2026)

  • Conversation compaction status displayed as timeline messages instead of header indicator
  • Memory loading improvement for non-Git contexts
  • GHE Cloud support for remote custom agents
  • Plugin uninstall fix
  • MCP server and tool names exposed in tool.execution_start events for error handling
  • Snapshot undo feature (Esc-Esc)

Repository: https://github.com/github/copilot-cli
Commit: 7b4edbe0cd150d8834d28e61a551403478d555f9

v0.0.392 (January 22, 2026)

  • Plugin marketplace management (/plugin command)
  • Session rename alias (/rename)
  • Plugin update command (/plugin update)
  • Enhanced diff display in edit tool timeline

v0.0.390 (January 22, 2026)

  • Preserve extended thinking after compaction
  • Custom agents with MCP servers avoid unnecessary restarts (performance improvement)
  • Enable steering during plan mode

Commit: 8409aaf4e4badeda53e7d6540c4acbf981f9c948

Package Links

Notes

  • Repository Status: The Copilot CLI repository is now publicly accessible (previously private/inaccessible)
  • Repository Stats: 7.1k stars, 950 forks, 495 open issues, 19 contributors
  • All four versions (0.0.390-0.0.393) were released on the same day
  • Focus on plugin management, session handling, and performance improvements

3. Update OpenAI Codex CLI

  • Previous: 0.88.0 → New: 0.89.0
  • Timeline: Single version update released 2026-01-23
  • Breaking Changes: TUI2 experiment removed (consolidated on terminal-native UI)
  • New Features:
    • Permissions command (/permissions) with streamlined approval workflow
    • /approvals maintained for backward compatibility
    • Skill management UI to toggle individual skills on/off
    • Enhanced command selection with prioritized exact/prefix matching over fuzzy matching
    • App server threading support (thread/read, archived thread filtering)
    • Layered config resolution with computed effective config capability
    • Config schema publishing with stable URL in release artifacts
  • Bug Fixes:
    • Fixed tilde expansion preventing HOME escape on paths like ~//...
    • TUI turn timing now resets between as...

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

- Claude Code: 2.1.15 → 2.1.18
- Copilot CLI: 0.0.389 → 0.0.393
- Codex: 0.88.0 → 0.89.0
- Playwright Browser: v1.57.0 → v1.58.0
- Sandbox Runtime: 0.0.29 → 0.0.32

Regenerated workflow lock files with make recompile

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update CLI tools and MCP servers for five version updates Update CLI tools and MCP servers to latest versions Jan 24, 2026
Copilot AI requested a review from pelikhan January 24, 2026 00:04
@pelikhan pelikhan marked this pull request as ready for review January 24, 2026 00:33
@github-actions
Copy link
Contributor

PRs: Update CLI tools and MCP servers to latest versions | Update AWF firewall to v0.11.2 with ACT agent container
GitHub MCP (merged PRs) ✅
safeinputs-gh PR list ✅
Serena activate ✅
Playwright GitHub title ✅
Tavily search ✅
File write ✅
Bash cat ✅
Discussion comment ✅
Overall status: PASS

AI generated by Smoke Codex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ca] Update CLI Tools and MCP Servers - 5 Version Updates (2026-01-23)

2 participants