-
Notifications
You must be signed in to change notification settings - Fork 46
Update CLI versions: Claude Code 2.0.28, Copilot 0.0.352, GitHub MCP Server v0.20.1 #2699
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
- Updated DefaultClaudeCodeVersion from 2.0.27 to 2.0.28 - Updated DefaultCopilotVersion from 0.0.351 to 0.0.352 - Updated DefaultGitHubMCPServerVersion from v0.20.0 to v0.20.1 - Updated test expectations to match new versions - Recompiled all workflow lock files with updated versions Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
…Server v0.20.1 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
|
Agentic Changeset Generator triggered by this pull request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates three CLI tool versions to their latest maintenance releases: Claude Code 2.0.28, GitHub Copilot CLI 0.0.352, and GitHub MCP Server v0.20.1. All updates are backward-compatible with no breaking changes or CLI modifications.
Key changes:
- Version constant updates in
pkg/constants/constants.go - Test expectations updated to match new version strings across 6 test files
- All 65 compiled workflow
.lock.ymlfiles regenerated with updated Docker image tags and npm package versions
Reviewed Changes
Copilot reviewed 64 out of 65 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
pkg/constants/constants.go |
Updates default version constants for Claude Code, Copilot CLI, and GitHub MCP Server |
pkg/workflow/mcp_config_test.go |
Updates test expectations for GitHub MCP Server Docker image version |
pkg/workflow/log_parser_docker_format_test.go |
Updates Docker pull log test fixtures with new MCP Server version |
pkg/workflow/github_remote_mode_test.go |
Updates GitHub remote mode test to expect new MCP Server version |
pkg/workflow/docker_predownload_test.go |
Updates Docker pre-download test expectations for MCP Server image |
pkg/workflow/copilot_engine_test.go |
Updates Copilot engine tests with new version references |
pkg/workflow/codex_engine_test.go |
Updates Codex engine test expectations for MCP Server version |
pkg/cli/firewall_log_test.go |
Minor whitespace cleanup (trailing whitespace removal) |
docs/src/content/docs/reference/frontmatter-full.md |
Removes outdated note about minute-only time delta restrictions |
.github/workflows/*.lock.yml (65 files) |
Regenerated workflow files with updated CLI versions and Docker image tags |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Bumps three CLI tool versions to their latest maintenance releases. All updates contain no breaking changes or CLI modifications.
Version Updates
Constants (
pkg/constants/constants.go):DefaultClaudeCodeVersion:2.0.27→2.0.28DefaultCopilotVersion:0.0.351→0.0.352DefaultGitHubMCPServerVersion:v0.20.0→v0.20.1Test Expectations: Updated 6 test files to match new version strings in generated workflow configurations.
Workflow Compilation: Regenerated all 65
.lock.ymlfiles with updated Docker image references and npm package versions.GitHub MCP Server v0.20.1 Changes
See release notes for details.
Original prompt
This section details on the original issue you should resolve
<issue_title>[ca] CLI Version Updates: Claude Code 2.0.28, Copilot 0.0.352, GitHub MCP Server v0.20.1</issue_title>
<issue_description># CLI Version Updates - 2025-10-28
Three CLI tools have been updated to their latest versions. All updates are maintenance releases with no breaking changes or CLI modifications detected.
1. Claude Code: 2.0.27 → 2.0.28
Release Information:
@anthropic-ai/claude-codeChanges:
CLI Discovery:
Impact Assessment:
Changelog Links:
2. GitHub Copilot CLI: 0.0.351 → 0.0.352
Release Information:
@github/copilotChanges:
CLI Discovery:
Impact Assessment:
Changelog Links:
3. GitHub MCP Server: v0.20.0 → v0.20.1
Release Information:
github/github-mcp-serverChanges:
Features & Fixes:
@JoannaaKL)@stephenotalora)@JoannaaKL)@JoannaaKL)New Contributors:
@stephenotaloramade their first contributionImpact Assessment:
Changelog Links:
Testing & Verification
Recompile Status: ✅ Successful
Help Output Comparison:
Cache Updates:
/tmp/gh-aw/cache-memory/claude-code-2.0.28-help.txt/tmp/gh-aw/cache-memory/copilot-0.0.352-help.txt/tmp/gh-aw/cache-memory/version-check-2025-10-28.txtFiles Modified
Updated:
pkg/constants/constants.go:DefaultClaudeCodeVersion:"2.0.27"→"2.0.28"DefaultCopilotVersion:"0.0.351"→"0.0.352"DefaultGitHubMCPServerVersion:"v0.20.0"→"v0.20.1"Workflow Files:
.lock.ymlfiles regenerated viamake recompile(65 workflows)Recommendations
Action Items:
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.