Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 19, 2026

Update Copilot CLI to 0.0.385 and GitHub MCP Server to v0.29.0 ✅

Changes Completed

  • Update pkg/constants/constants.go with new versions:
    • DefaultCopilotVersion: "0.0.384" → "0.0.385"
    • DefaultGitHubMCPServerVersion: "v0.28.1" → "v0.29.0"
  • Update pkg/constants/constants_test.go with new expected values
  • Update pkg/workflow/docker_predownload_test.go with new versions
  • Recompile all workflows with updated versions
  • Merge main branch and resolve conflicts

Verification

All 131 workflow lock files have been successfully recompiled with the new versions:

  • ✅ Copilot CLI: 0.0.385 (updated from 0.0.384)
  • ✅ GitHub MCP Server: v0.29.0 (updated from v0.28.1)
  • ✅ MCP Gateway: v0.0.69

Recent Updates

  • Merged latest changes from main branch
  • Resolved merge conflict in agentic-campaign-generator.lock.yml (kept updated versions)
  • Recompiled all 131 workflows to ensure consistency
Original prompt

This section details on the original issue you should resolve

<issue_title>[ca] Update Copilot CLI to 0.0.385 and GitHub MCP Server to v0.29.0</issue_title>
<issue_description>## Version Updates Summary

Two CLI tools have new versions available that require updating in pkg/constants/constants.go.

1. GitHub Copilot CLI: 0.0.384 → 0.0.385

Release Timeline:

  • Previous version (0.0.384): Released January 16, 2026
  • New version (0.0.385): Released January 19, 2026
  • Interval: 3 days

Package Information:

Change Analysis:

Since the Copilot CLI repository is private and detailed release notes are not publicly available, the analysis is based on NPM package metadata and version frequency patterns.

Breaking Changes: None detected

New Features: Unknown (repository is private)

Bug Fixes: Unknown (repository is private)

Security: No CVEs announced

CLI Discovery: Unable to install package in CI environment to test CLI changes. No new commands or flags detected from public sources.

Impact Assessment:

  • Risk Level: Low
  • Affects: All workflows using Copilot CLI (copilot engine)
  • Migration Required: No - version bump appears to be a patch release based on rapid release cadence (3 days)

Migration Notes:
Since this is a minor version increment (0.0.384 → 0.0.385) released only 3 days after the previous version, it likely contains bug fixes or small improvements. The WARNING comment in constants.go notes that "UPGRADING COPILOT CLI REQUIRES A FULL INTEGRATION TEST RUN TO ENSURE COMPATIBILITY" - recommend testing in integration environment before deploying to production workflows.


2. GitHub MCP Server: v0.28.1 → v0.29.0

Release Timeline:

  • Previous version: v0.28.1 (date not specified in comparison)
  • New version: v0.29.0
  • Released: January 19, 2026

Package Information:

Release Highlights (from GitHub):

  1. Improved user experience for assign_copilot_to_issue tool (feat: poll for linked PR after assigning Copilot to issue github/github-mcp-server#1810)

    • Now polls for the PR created by Copilot coding agent after assignment
  2. Added cli-tool tool-search (Add tool search CLI github/github-mcp-server#1839)

    • Enables searching for tool descriptions in the repository

Merged PRs:

Change Categorization:

Breaking Changes: None

New Features:

  • Tool search CLI functionality
  • Custom instructions parameter for Copilot issue assignment
  • PR polling after Copilot issue assignment
  • Default label automation for new issues

Bug Fixes:

  • Invalid tool error handling
  • HTTP 204 response handling for dismiss_notification

Performance:

  • Eliminated JSON key sorting churn in toolsnaps

Security: No CVEs announced

Impact Assessment:

  • Risk Level: Low
  • Affects: Workflows using GitHub MCP server (both local Docker and remote modes)
  • Migration Required: No - all changes are additive or bug fixes

Migration Notes: This is a feature release with new capabilities and bug fixes. No breaking changes detected. The changes improve reliability (bug fixes) and add new functionality (tool search, PR polling). Safe to upgrade.


Update Process

  1. ✅ Updated...

✨ 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: Update Copilot CLI to 0.0.385 and GitHub MCP Server to v0.29.0. The change updates pkg/constants and related tests, and recompiles workflows. No user-facing API changes expected.

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

Copilot AI and others added 4 commits January 19, 2026 19:59
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
- Update DefaultCopilotVersion from "0.0.384" to "0.0.385"
- Update DefaultGitHubMCPServerVersion from "v0.28.1" to "v0.29.0"
- Update test expectations in constants_test.go and docker_predownload_test.go
- Fix MCP Gateway version expectations in tests (v0.0.47 -> v0.0.69)

Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
All workflow lock files now use:
- Copilot CLI 0.0.385 (was 0.0.384)
- GitHub MCP Server v0.29.0 (was v0.28.1)
- MCP Gateway v0.0.69 (was v0.0.47)

Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Copilot AI changed the title [WIP] Update Copilot CLI to version 0.0.385 Update Copilot CLI to 0.0.385 and GitHub MCP Server to v0.29.0 Jan 19, 2026
Copilot AI requested a review from mnkiefer January 19, 2026 20:12
@pelikhan pelikhan added the smoke label Jan 19, 2026
@pelikhan pelikhan marked this pull request as ready for review January 19, 2026 20:17
@pelikhan
Copy link
Contributor

@copilot merge main and recompile

…t-cli-version

# Conflicts:
#	.github/workflows/agentic-campaign-generator.lock.yml
Copy link
Contributor Author

Copilot AI commented Jan 19, 2026

@copilot merge main and recompile

Merged main branch and recompiled all workflows successfully. Resolved merge conflict in agentic-campaign-generator.lock.yml by keeping the updated versions (v0.29.0 for GitHub MCP Server). All 131 workflows now compiled with the new versions. (18d7371)

Copilot AI requested a review from pelikhan January 19, 2026 20:24
@pelikhan pelikhan added smoke and removed smoke labels Jan 19, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Jan 19, 2026

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

@github-actions
Copy link
Contributor

github-actions bot commented Jan 19, 2026

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

@github-actions
Copy link
Contributor

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

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

@github-actions
Copy link
Contributor

Smoke Test: Copilot - ❌ FAIL

Last 2 Merged PRs:

Results:

  • ✅ GitHub MCP
  • ❌ Serena Go (command not found)
  • ✅ Playwright
  • ✅ File Write
  • ✅ Bash

@pelikhan @mnkiefer

AI generated by Smoke Copilot

@github-actions
Copy link
Contributor

GitHub MCP ✅ Replace panics with error returns in script registry; Add SHA256 checksum verification for AWF binary installation via shell script
Serena go version ❌
Playwright ✅
Tavily search ✅
File write ✅
Bash cat ✅
Overall: FAIL

AI generated by Smoke Codex

@github-actions
Copy link
Contributor

Smoke Test: Claude - 21151061407

✅ GitHub MCP - #10744, #10745
❌ Serena Go - command not found
✅ Playwright - github.com verified
✅ Tavily - 3 results found
✅ File Write - test file created
✅ Bash - file verified

⚠️ PARTIAL PASS (5/6)

AI generated by Smoke Claude

@pelikhan pelikhan merged commit f89d80c into main Jan 19, 2026
152 checks passed
@pelikhan pelikhan deleted the copilot/update-copilot-cli-version branch January 19, 2026 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ca] Update Copilot CLI to 0.0.385 and GitHub MCP Server to v0.29.0

3 participants