Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 26, 2026

Automated version monitoring detected updates for four CLI tools and servers on 2026-01-26.

Changes

  • Constants updated in pkg/constants/constants.go:

    • DefaultCopilotVersion: 0.0.3940.0.395
    • DefaultGitHubMCPServerVersion: v0.29.0v0.30.1
    • DefaultPlaywrightMCPVersion: 0.0.580.0.60
    • DefaultMCPGatewayVersion: v0.0.78v0.0.80
  • Workflow lock files regenerated: 141 .lock.yml files updated via make recompile

  • Merged main branch: Incorporated latest changes including checkout action v6 update and schema documentation improvements

Notable Improvements

Copilot CLI 0.0.395: /mcp show command for MCP server visibility, plugin skills support, rewind safety warnings

GitHub MCP Server v0.30.1: Projects/Actions tools consolidated, insiders mode features

Playwright MCP 0.0.60: Stability improvements aligned with Playwright v1.58.0

MCP Gateway v0.0.80: 75% faster startup with parallel server launching (--parallel-launch), improved timeout handling

Original prompt

This section details on the original issue you should resolve

<issue_title>[ca] CLI Version Updates: Copilot CLI v0.0.395, GitHub MCP Server v0.30.1, Playwright MCP v0.0.60, MCP Gateway v0.0.80</issue_title>
<issue_description>Four CLI/server version updates detected during automated monitoring on 2026-01-26.

Summary

Tool Previous New Update Type
Copilot CLI 0.0.394 0.0.395 Minor patch
GitHub MCP Server v0.29.0 v0.30.1 Minor version (via v0.30.0)
Playwright MCP 0.0.58 0.0.60 Patch (via 0.0.59)
MCP Gateway v0.0.78 v0.0.80 Patch (via v0.0.79)

Files Modified: pkg/constants/constants.go (4 version constants updated)
Action Required: Run make recompile to regenerate workflow files


GitHub Copilot CLI: 0.0.394 → 0.0.395

Released: January 26, 2026
Risk: Low
Breaking Changes: None

Key Features

  • MCP server visibility: /mcp show command now displays all configured MCP servers including defaults, additional configuration sources, and servers from installed plugins
  • Plugin skills: Agent can now utilize plugin skills
  • Rewind safety: Clear warnings display when running rewind in non-git repositories or repos without commits
  • Diff feedback: Line-specific commenting added to /diff mode

UX Improvements

  • Select escape item UX: Blinking cursor now indicates text input capability
  • Cursor automatically hides when terminal loses focus
  • Formatted text and links now display correctly when wrapping across lines
  • Completed tool calls now display in prompt mode

Reliability

  • Agent sessions now load local shell configuration
  • CLI handles missing tree-sitter files gracefully instead of crashing

Impact Assessment

  • Affects: MCP server discovery, agent plugin integration, rewind safety checks
  • Migration: No changes required
  • Testing: Verify /mcp show displays correct server configurations

Links


GitHub MCP Server: v0.29.0 → v0.30.1

Released: v0.30.0 (Jan 26, 2025), v0.30.1 (Jan 26, 2025)
Risk: Low
Breaking Changes: None (Projects/Actions tools consolidated, but backward compatible)

View Full Changelog

v0.30.0 Features

Projects and Actions Consolidation

  • Projects and Actions tools consolidated to smaller read/write toolset
  • Improved project search: owner_type now optional
  • Enhanced item addition: add issues/PRs to projects using owner/repo and number instead of global IDs

Insiders Mode

  • New experimental "insiders" mode with early access flags for latest features before GA

Infrastructure

  • Docker build now includes full package with all commands
  • Added -t option to docker run command
  • Implemented mcp-conformance-action for conformance testing
  • Generated server instructions in Inventory

Documentation

  • Windows notes added for Claude MCP HTTP setup
  • Go version requirement updated to 1.24 in mcpcurl
  • Fixed typo in OpenAI Codex installation guide

Maintenance

  • Removed unused dependencies (github.com/fatih/color)
  • Fixed mcp-diff workflow triggers for push events and tags

v0.30.1 Changes

  • Insiders flag cleanup: Removed old projects and actions flags
  • Correct insiders naming: Fixed insiders mode configuration names

Merged Pull Requests

v0.30.0:

v0.30.1:

Impact Assessment

  • Affects: GitHub Projects integration, Actions tools, insiders mode configuration
  • Migration: No changes required - consolidation is backward compatible
  • Testing: Verify project search and item addition work with simplified API

Recommendations

Priority: Medium
Timeline: Update during next maintenance window
Testing:

  • Test project operations (search, add items)
  • Verify insiders mode if used
  • Co...

💡 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 default CLI/server version constants for Copilot, GitHub MCP, Playwright, and MCP Gateway.

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

Copilot AI and others added 2 commits January 26, 2026 20:28
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
…wright 0.0.60, Gateway v0.0.80

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update CLI and server versions for Copilot and Playwright Update CLI versions: Copilot 0.0.395, GitHub MCP v0.30.1, Playwright 0.0.60, Gateway v0.0.80 Jan 26, 2026
Copilot AI requested a review from pelikhan January 26, 2026 20:38
@pelikhan
Copy link
Contributor

@copilot merge main, recompile

…rver-versions-again

# Conflicts:
#	.github/workflows/go-pattern-detector.lock.yml
#	.github/workflows/release.lock.yml
#	.github/workflows/super-linter.lock.yml
#	.github/workflows/unbloat-docs.lock.yml
Copy link
Contributor Author

Copilot AI commented Jan 26, 2026

@copilot merge main, recompile

Done. Merged main branch and recompiled all workflows in commit 6ec6783.

@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 26, 2026

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

@github-actions
Copy link
Contributor

github-actions bot commented Jan 26, 2026

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

@github-actions
Copy link
Contributor

github-actions bot commented Jan 26, 2026

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

@github-actions
Copy link
Contributor

GitHub MCP (merged PRs): ✅ Add diagnostic logging and increase timeout for safe-outputs MCP server startup failures
GitHub MCP (merged PRs): ✅ Add copilot-setup.md prompt for automated repository configuration
safeinputs-gh PR list: ✅ [WIP] Update devcontainer.json to handle missing image field
safeinputs-gh PR list: ✅ Update CLI versions: Copilot 0.0.395, GitHub MCP v0.30.1, Playwright 0.0.60, Gateway v0.0.80
Serena activate_project: ✅
Playwright GitHub title: ✅
Tavily search: ✅
File write/read: ✅
Discussion comment: ✅
Overall status: PASS

AI generated by Smoke Codex

@github-actions
Copy link
Contributor

🎉 Smoke Test Agent was here! 🎉

Just passing through discussion #11924 to say hello! Testing my discussion interaction powers. All systems operational! 🚀✨

Beep boop - Copilot smoke test run §21374158293

AI generated by Smoke Copilot

@github-actions
Copy link
Contributor

Smoke Test Results

✅ GitHub MCP
✅ Safe Inputs GH CLI
✅ Serena MCP
✅ Playwright
✅ File Writing
✅ Bash Tool
✅ Discussion Interaction

Overall Status: PASS

@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

✅ Smoke Test: Claude - PASS

PRs Reviewed:

Test Results: ✅ All 9 tests passed

§21374158321

AI generated by Smoke Claude

@pelikhan pelikhan marked this pull request as ready for review January 26, 2026 21:21
@pelikhan pelikhan merged commit a897a10 into main Jan 26, 2026
84 checks passed
@pelikhan pelikhan deleted the copilot/update-cli-server-versions-again branch January 26, 2026 21:21
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: Copilot CLI v0.0.395, GitHub MCP Server v0.30.1, Playwright MCP v0.0.60, MCP Gateway v0.0.80

2 participants