-
Notifications
You must be signed in to change notification settings - Fork 36
Update Copilot CLI to 0.0.385 and GitHub MCP Server to v0.29.0 #10743
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: mnkiefer <[email protected]>
- 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 <[email protected]>
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 <[email protected]>
Co-authored-by: mnkiefer <[email protected]>
|
@copilot merge main and recompile |
…t-cli-version # Conflicts: # .github/workflows/agentic-campaign-generator.lock.yml
|
🎬 THE END — Smoke Claude MISSION: ACCOMPLISHED! The hero saves the day! ✨ |
|
🎉 Yo ho ho! Changeset Generator found the treasure and completed successfully! ⚓💰 |
|
✨ The prophecy is fulfilled... Smoke Codex has completed its mystical journey. The stars align. 🌟 |
|
📰 VERDICT: Smoke Copilot has concluded. All systems operational. This is a developing story. 🎤 |
Smoke Test: Copilot - ❌ FAILLast 2 Merged PRs:
Results:
|
|
GitHub MCP ✅ Replace panics with error returns in script registry; Add SHA256 checksum verification for AWF binary installation via shell script
|
Smoke Test: Claude - 21151061407✅ GitHub MCP - #10744, #10745
|
Update Copilot CLI to 0.0.385 and GitHub MCP Server to v0.29.0 ✅
Changes Completed
pkg/constants/constants.gowith new versions:DefaultCopilotVersion: "0.0.384" → "0.0.385"DefaultGitHubMCPServerVersion: "v0.28.1" → "v0.29.0"pkg/constants/constants_test.gowith new expected valuespkg/workflow/docker_predownload_test.gowith new versionsVerification
All 131 workflow lock files have been successfully recompiled with the new versions:
Recent Updates
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:
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:
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:
Package Information:
Release Highlights (from GitHub):
Improved user experience for
assign_copilot_to_issuetool (feat: poll for linked PR after assigning Copilot to issue github/github-mcp-server#1810)Added cli-tool tool-search (Add tool search CLI github/github-mcp-server#1839)
Merged PRs:
Change Categorization:
Breaking Changes: None
New Features:
Bug Fixes:
Performance:
Security: No CVEs announced
Impact Assessment:
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
✨ 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
0.0.385and GitHub MCP Server tov0.29.0. The change updatespkg/constantsand related tests, and recompiles workflows. No user-facing API changes expected.