Skip to content

Update CLI tool versions: Claude Code 2.1.27, Copilot 0.0.400, Playwright MCP 0.0.62, MCP Gateway v0.0.86#12863

Merged
pelikhan merged 6 commits intomainfrom
copilot/update-cli-tools-versions-again
Jan 31, 2026
Merged

Update CLI tool versions: Claude Code 2.1.27, Copilot 0.0.400, Playwright MCP 0.0.62, MCP Gateway v0.0.86#12863
pelikhan merged 6 commits intomainfrom
copilot/update-cli-tools-versions-again

Conversation

Copy link
Contributor

Copilot AI commented Jan 31, 2026

CLI Version Updates Plan

  • Update version constants in pkg/constants/constants.go:
    • Claude Code: 2.1.25 → 2.1.27 (line 256)
    • Copilot CLI: 0.0.399 → 0.0.400 (line 261)
    • Playwright MCP: 0.0.61 → 0.0.62 (line 328)
    • MCP Gateway: v0.0.84 → v0.0.86 (line 295)
  • Run make recompile to regenerate workflow lock files (146 files updated)
  • Run make fmt to format code
  • Update test expectations in pkg/constants/constants_test.go
  • Run unit tests successfully (make test-unit)
  • Auto-generated docs updated (agent-factory-status.mdx)
  • Merge main branch and recompile

Note: Pre-existing gosec security warnings are unrelated to these version updates.

Original prompt

This section details on the original issue you should resolve

<issue_title>[ca] CLI Version Updates: Claude Code 2.1.27, Copilot 0.0.400, Playwright MCP 0.0.62, MCP Gateway v0.0.86</issue_title>
<issue_description>### Summary

4 CLI tools have new versions available with important updates:

  • Claude Code: 2.1.25 → 2.1.27 (2 releases)
  • Copilot CLI: 0.0.399 → 0.0.400 (1 release)
  • Playwright MCP: 0.0.61 → 0.0.62 (1 release)
  • MCP Gateway: v0.0.84 → v0.0.86 (2 releases)

Status: Constants updated in pkg/constants/constants.go:256, pkg/constants/constants.go:261, pkg/constants/constants.go:328, pkg/constants/constants.go:295

Action Required: Run make recompile locally to regenerate workflow lock files (build failed in sandboxed environment due to Go proxy restrictions).


Claude Code (2.1.25 → 2.1.27)

Timeline: 2 releases in 18 hours

  • 2.1.26 released 2026-01-30 at 02:13 UTC
  • 2.1.27 released 2026-01-30 at 19:51 UTC

Package: https://www.npmjs.com/package/`@anthropic-ai/claude-code`

Impact Assessment

  • Risk: Low
  • Type: Likely bug fixes and minor improvements
  • Breaking Changes: None expected (patch releases)

Notes

Claude Code has no public GitHub repository. Release notes are not available from Anthropic. NPM package metadata shows no significant changes in description or dependencies between versions.

Recommendation: Safe to update. Monitor for any unexpected behavior changes in interactive sessions.


Copilot CLI (0.0.399 → 0.0.400)

Timeline: 1 release

  • 0.0.400 released 2026-01-30 at 21:51 UTC

Package: https://www.npmjs.com/package/`@github/copilot`

Repository: https://github.com/github/copilot-cli (may be private)

Impact Assessment

  • Risk: Medium
  • Type: Minor version increment (0.0.399 → 0.0.400)
  • Breaking Changes: None detected in help output

CLI Analysis

Unable to compare help outputs due to installation restrictions. Based on version increment pattern:

  • Likely includes bug fixes and stability improvements
  • May include new model support or flag refinements
  • No major breaking changes expected at this stage

WARNING: The constants comment states "UPGRADING COPILOT CLI REQUIRES A FULL INTEGRATION TEST RUN TO ENSURE COMPATIBILITY."

Recommendation: Update with integration testing. Monitor for behavior changes in agent execution and MCP server integration.


Playwright MCP (0.0.61 → 0.0.62)

Timeline: 1 release

  • 0.0.62 released 2026-01-31 at 01:39 UTC

Package: https://www.npmjs.com/package/`@playwright/mcp`

Repository: https://github.com/microsoft/playwright

Impact Assessment

  • Risk: Low
  • Type: Patch release
  • Breaking Changes: None expected

Notes

Playwright MCP packages typically track Playwright browser versions. Version 0.0.62 is a minor increment suggesting:

  • Bug fixes in MCP server implementation
  • Potential alignment with Playwright browser v1.58.1
  • Stability improvements for browser automation

Recommendation: Safe to update. Low risk of compatibility issues.


MCP Gateway (v0.0.84 → v0.0.86)

Timeline: 2 releases on 2026-01-31

  • v0.0.85 released 2026-01-31 (earlier)
  • v0.0.86 released 2026-01-31 (later)

Repository: https://github.com/githubnext/gh-aw-mcpg

Docker Image: ghcr.io/githubnext/gh-aw-mcpg:v0.0.86

Release Notes:

Key Changes

View v0.0.86 Highlights

Major Performance Improvement: Serena LSP startup time reduced from ~43 seconds to ~2 seconds (95% improvement) by pre-warming LSP caches during Docker image construction.

Other Improvements:

  • Corrected MCP tool naming for enhanced client compatibility
  • Refined debug logging configuration
  • Improved AI agent instructions
  • Confirmed repository setup verification
  • Multi-platform support: linux/amd64 and linux/arm64
View v0.0.85 Changes

Identical changes to v0.0.86 but without comprehensive SBOM documentation files:

  • Same performance enhancements
  • Same bug fixes
  • Same tool naming corrections

Impact Assessment

  • Risk: Low to Medium
  • Type: Performance optimization + bug fixes
  • Breaking Changes: Tool naming corrections may affect existing integrations
  • Performance Impact: 95% startup time improvement for Serena language servers

Affected Features:

  • MCP Gateway Serena language server integration
  • LSP cache warming during container builds
  • Debug logging output format
  • Tool naming conventions

Migration Notes

  • Docker image automatically pulls latest tag
  • No code changes required in gh-aw
  • Test Serena MCP server startup times after update
  • Verify tool naming compatibility with existing workflows

Recommendation: High priority update. The 95%...


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


Changeset

  • Type: patch
  • Description: Bump default tool versions and document the Functional Programming Enhancer workflow on the agent factory status page.

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

Copilot AI and others added 3 commits January 31, 2026 03:58
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
…ight MCP 0.0.62, MCP Gateway v0.0.86

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 latest versions Update CLI tool versions: Claude Code 2.1.27, Copilot 0.0.400, Playwright MCP 0.0.62, MCP Gateway v0.0.86 Jan 31, 2026
Copilot AI requested a review from pelikhan January 31, 2026 04:10
@pelikhan pelikhan added the smoke label Jan 31, 2026
@pelikhan pelikhan marked this pull request as ready for review January 31, 2026 04:14
@pelikhan
Copy link
Contributor

@copilot merge main and recompile

Copilot AI and others added 2 commits January 31, 2026 04:19
…ols-versions-again

# Conflicts:
#	.github/workflows/functional-programming-enhancer.lock.yml
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Jan 31, 2026

@copilot merge main and recompile

Done. Merged main and recompiled workflow lock files in commit 6e523bd.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 31, 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 31, 2026

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

@github-actions
Copy link
Contributor

github-actions bot commented Jan 31, 2026

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

@github-actions
Copy link
Contributor

Agent Container Tool Check

Tool Status Version
bash 5.2.21
sh available
git 2.52.0
jq 1.7
yq 4.50.1
curl 8.5.0
gh 2.86.0
node 24.13.0
python3 3.13.11
go 1.24.12
java command not found
dotnet command not found

Result: 10/12 tools available ⚠️

Status: PARTIAL - Core development tools (bash, git, jq, yq, curl, gh, node, python, go) are available. Java and .NET runtimes are missing.

AI generated by Agent Container Smoke Test

@github-actions
Copy link
Contributor

Smoke Test Results - Run 21538662189

PRs Reviewed: #12864, #12863
All Tests: ✅ GitHub MCP | ✅ Safe Inputs GH CLI | ✅ Serena MCP | ✅ Playwright | ✅ File I/O | ✅ Bash | ✅ Discussion | ✅ Build

Overall Status: ✅ PASS

cc @pelikhan @Copilot

AI generated by Smoke Copilot

@github-actions
Copy link
Contributor

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

@github-actions
Copy link
Contributor

PR titles: Update CLI tool versions: Claude Code 2.1.27, Copilot 0.0.400, Playwright MCP 0.0.62, MCP Gateway v0.0.86 | chore(deps): bump fast-xml-parser from 5.3.3 to 5.3.4 in /docs
GitHub MCP merged PRs: ✅
safeinputs-gh pr list: ✅
Serena activate: ✅
Playwright title + Tavily search: ✅
File write + bash cat: ✅
Discussion query+comment: ✅
Build: ✅ | Overall: PASS

AI generated by Smoke Codex

@pelikhan pelikhan merged commit 7083a1a into main Jan 31, 2026
41 checks passed
@pelikhan pelikhan deleted the copilot/update-cli-tools-versions-again branch January 31, 2026 04:27
@github-actions
Copy link
Contributor

Smoke Test Results for Run 21538662187

Test Result
GitHub MCP (#12862, #12848)
Safe Inputs GH CLI (#12863, #12831)
Serena MCP (project activated)
Make Build
Playwright (github.com)
Tavily (5 results)
File Writing
Bash Tool
Discussion Interaction (#12865)

Overall Status: PASS ✅

AI generated by Smoke Claude

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] CLI Version Updates: Claude Code 2.1.27, Copilot 0.0.400, Playwright MCP 0.0.62, MCP Gateway v0.0.86

2 participants