Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 26, 2026

Bumps four dependency versions detected during automated monitoring on 2026-01-26. All are minor/patch releases with no breaking changes.

Version Updates

  • Copilot CLI: 0.0.3940.0.395 - Adds MCP server visibility via /mcp show, plugin skill support, rewind safety warnings
  • GitHub MCP Server: v0.29.0v0.30.1 - Consolidates Projects/Actions tools, adds insiders mode features
  • Playwright MCP: 0.0.580.0.60 - Bug fixes and stability improvements
  • MCP Gateway: v0.0.78v0.0.80 - 75% faster startup with parallel launching, improved timeout handling

Implementation

Updated version constants in pkg/constants/constants.go and regenerated 139 workflow lock files via make recompile. Version propagation verified in compiled workflows:

# Example from smoke-copilot.lock.yml
run: /opt/gh-aw/actions/install_copilot_cli.sh 0.0.395
run: bash /opt/gh-aw/actions/download_docker_images.sh \
  ghcr.io/github/github-mcp-server:v0.30.1 \
  ghcr.io/githubnext/gh-aw-mcpg:v0.0.80
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.

Copilot AI and others added 2 commits January 26, 2026 19:38
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
…Playwright 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/server 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:03
@pelikhan pelikhan closed this Jan 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

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