Skip to content

Update CLI tools: Claude Code 2.1.20, Codex 0.92.0, GitHub MCP 0.30.2, Playwright 0.0.61, MCP Gateway 0.0.84#12102

Merged
pelikhan merged 4 commits intomainfrom
copilot/update-cli-tools-to-2-1-20
Jan 27, 2026
Merged

Update CLI tools: Claude Code 2.1.20, Codex 0.92.0, GitHub MCP 0.30.2, Playwright 0.0.61, MCP Gateway 0.0.84#12102
pelikhan merged 4 commits intomainfrom
copilot/update-cli-tools-to-2-1-20

Conversation

Copy link
Contributor

Copilot AI commented Jan 27, 2026

Updates default versions for 5 CLI tools and MCP servers. All changes are non-breaking bug fixes and feature additions.

Changes

Version Bumps

  • Claude Code 2.1.19 → 2.1.20: --debug-file flag for persistent debug logs
  • Codex 0.91.0 → 0.92.0: Dynamic tools injection, thread management APIs, MCP OAuth config
  • GitHub MCP Server v0.30.1 → v0.30.2: Truncation handling for long lines in Actions output
  • Playwright MCP 0.0.60 → 0.0.61: --codegen and --output-mode flags
  • MCP Gateway v0.0.82 → v0.0.84: Error logging with structured error codes

Files Modified

  • pkg/constants/constants.go: Updated version constants
  • pkg/constants/constants_test.go: Updated test expectations
  • 28 workflow lock files: Regenerated with new tool versions

Notable Features

Codex 0.92.0: API v2 threads support runtime tool injection, cached web search enabled by default

GitHub MCP 0.30.2: Long lines (e.g., minified JS) now explicitly marked with [truncated] suffix instead of silently failing

All new features are opt-in; existing workflows unaffected.

Original prompt

This section details on the original issue you should resolve

<issue_title>[ca] Update CLI Tools: Claude Code 2.1.20, Codex 0.92.0, GitHub MCP 0.30.2, Playwright MCP 0.0.61, MCP Gateway 0.0.84</issue_title>
<issue_description>### Summary

5 CLI tools and MCP servers have new versions available. Constants have been updated in pkg/constants/constants.go (pkg/constants/constants.go:256-328).

Update Priority: Medium - Bug fixes and enhancements, no breaking changes identified.

Status: Constants updated ✅ | Recompile required ⚠️

Updates Overview

Tool Current New Type
Claude Code 2.1.19 2.1.20 Bug fix
Codex 0.91.0 0.92.0 Feature release
GitHub MCP Server v0.30.1 v0.30.2 Bug fix
Playwright MCP 0.0.60 0.0.61 Enhancement
MCP Gateway v0.0.82 v0.0.84 Bug fix

Claude Code (2.1.19 → 2.1.20)

Release Date: January 27, 2026

Key Changes

  • New: Added --debug-file (path) flag to write debug logs to a specific file path
  • This flag implicitly enables debug mode when specified
  • Allows for persistent debug logging separate from console output

CLI Discovery

New command-line flag:

  • --debug-file (path) - Write debug logs to a specific file path (implicitly enables debug mode)

Impact Assessment

  • Risk: Low
  • Affects: Debug logging workflows
  • Migration: No changes required, new flag is optional

Package Links


Codex (0.91.0 → 0.92.0)

Release Date: January 27, 2026

Breaking Changes

None

Key Features

Dynamic Tools Injection

Thread Management

MCP OAuth Configuration

Enhanced Multi-Agent Collaboration

Web Search Caching

View Full Changelog

Critical Bug Fixes

TUI Freeze Resolution

Web Search Improvements

CPU Optimization

CLI Fix

Windows Logging

Tool Validation

Documentation & Maintenance

  • Updated contribution guidelines
  • Refreshed protocol/MCP documentation
  • Updated dependencies: axum, tracing, globset, tokio-test
  • Aligned feature stage naming with public maturity standards

CLI Discovery

No command-line interface changes detected in help output.

Impact Assessment

  • Risk: Low
  • Affects: Multi-agent collaboration, thread management, web search, MCP OAuth
  • Migration: New features are opt-in, existing workflows unaffected

Package Links


GitHub MCP Server (v0.30.1 → v0.30.2)

Release Date: January 27, 2026

Breaking Changes

None

Key Features

Output Truncation Handling

  • Long lines in Actions tool output (e.g., minified JavaScript) are now truncated with an explicit [truncated] suffix
  • Previously caused failures, now helps AI model understand truncation
  • Improves reliability when processing workflow logs

Bug Fixes

  • ...

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.


Changeset

  • Type: patch
  • Description: Update the default versions for Claude Code, Codex, GitHub MCP Server, Playwright MCP, and MCP Gateway to match the releases described in the PR.

Ahoy! This treasure was crafted by 🏴‍☠️ Changeset Generator

Copilot AI and others added 2 commits January 27, 2026 20:10
…, GitHub MCP 0.30.2, Playwright 0.0.61, MCP Gateway 0.0.84

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update CLI tools to versions 2.1.20, 0.92.0, 0.30.2, 0.0.61, and 0.0.84 Update CLI tools: Claude Code 2.1.20, Codex 0.92.0, GitHub MCP 0.30.2, Playwright 0.0.61, MCP Gateway 0.0.84 Jan 27, 2026
Copilot AI requested a review from pelikhan January 27, 2026 20:17
@pelikhan pelikhan added the smoke label Jan 27, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Jan 27, 2026

✨ The prophecy is fulfilled... Smoke Codex has completed its mystical journey. The stars align. 🌟

@github-actions
Copy link
Contributor

📰 BREAKING: Smoke Copilot is now investigating this pull request. Sources say the story is developing...

@github-actions
Copy link
Contributor

github-actions bot commented Jan 27, 2026

🎉 Yo ho ho! Changeset Generator found the treasure and completed successfully! ⚓💰

@github-actions
Copy link
Contributor

github-actions bot commented Jan 27, 2026

🎬 THE ENDSmoke Claude MISSION: ACCOMPLISHED! The hero saves the day! ✨

@github-actions
Copy link
Contributor

Smoke Test Results - PASS

All 7 tests passed for Copilot engine.

Run: §21414250494
@pelikhan @Copilot

AI generated by Smoke Copilot

@github-actions github-actions bot removed the smoke label Jan 27, 2026
@github-actions
Copy link
Contributor

📰 VERDICT: Smoke Copilot has concluded. All systems operational. This is a developing story. 🎤

@github-actions
Copy link
Contributor

Smoke test (Codex)
Merged PR titles: docs: Direct users to repository Agents tab instead of global Copilot interface | Re-enable sandbox for daily-team-evolution-insights workflow
GitHub MCP merged PRs: ✅
safeinputs-gh PR list: ✅
Serena activate: ✅
Playwright github title: ✅
Tavily search: ✅
File write+cat: ✅
Discussion query+comment: ✅
Overall: PASS

AI generated by Smoke Codex

@github-actions
Copy link
Contributor

Smoke Test Results

Run: §21414250501

Test Result
GitHub MCP Testing
Safe Inputs GH CLI Testing
Serena MCP Testing
Make Build Testing
Playwright Testing
Tavily Web Search Testing
File Writing Testing
Bash Tool Testing
Discussion Interaction Testing

Overall Status: PASS

Last 2 Merged PRs:

AI generated by Smoke Claude

@pelikhan pelikhan marked this pull request as ready for review January 27, 2026 21:20
@pelikhan pelikhan merged commit 45cbe56 into main Jan 27, 2026
90 checks passed
@pelikhan pelikhan deleted the copilot/update-cli-tools-to-2-1-20 branch January 27, 2026 21:20
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: Claude Code 2.1.20, Codex 0.92.0, GitHub MCP 0.30.2, Playwright MCP 0.0.61, MCP Gateway 0.0.84

2 participants