Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Oct 28, 2025

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.272.0.28
  • DefaultCopilotVersion: 0.0.3510.0.352
  • DefaultGitHubMCPServerVersion: v0.20.0v0.20.1

Test Expectations: Updated 6 test files to match new version strings in generated workflow configurations.

Workflow Compilation: Regenerated all 65 .lock.yml files with updated Docker image references and npm package versions.

GitHub MCP Server v0.20.1 Changes

  • Updated to go-github/v76 for improved GitHub API compatibility
  • Fixed milestone parameter handling bug (no longer passes undefined values)
  • Process improvements and documentation updates

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:

  • Previous Version: 2.0.27 (released 2025-10-24 19:50:51 UTC)
  • New Version: 2.0.28 (released 2025-10-27 20:45:04 UTC)
  • Release Interval: ~3 days
  • Package: @anthropic-ai/claude-code

Changes:

  • Type: Maintenance release
  • Breaking Changes: None
  • New Features: Not documented in public changelog
  • Bug Fixes: Not documented in public changelog
  • Security: No CVEs reported
  • Performance: Unknown

CLI Discovery:

  • New Commands: None detected
  • New Flags: None detected
  • Removed Features: None detected
  • Changed Defaults: None detected

Impact Assessment:

  • Risk Level: Low
  • Affected Features: None identified - appears to be internal improvements
  • Migration Required: No
  • Testing Notes: Recompile successful with no workflow compilation changes

Changelog Links:


2. GitHub Copilot CLI: 0.0.351 → 0.0.352

Release Information:

  • Previous Version: 0.0.351 (released 2025-10-24 22:45:30 UTC)
  • New Version: 0.0.352 (released 2025-10-27 19:58:05 UTC)
  • Release Interval: ~3 days
  • Package: @github/copilot

Changes:

  • Type: Maintenance release
  • Breaking Changes: None
  • New Features: Not documented in public changelog
  • Bug Fixes: Not documented in public changelog
  • Security: No CVEs reported
  • Performance: Unknown

CLI Discovery:

  • New Commands: None detected
  • New Flags: None detected
  • Removed Features: None detected
  • Changed Defaults: None detected

Impact Assessment:

  • Risk Level: Low
  • Affected Features: None identified - likely internal improvements
  • Migration Required: No
  • Testing Notes: Recompile successful with no workflow compilation changes

Changelog Links:


3. GitHub MCP Server: v0.20.0 → v0.20.1

Release Information:

  • Previous Version: v0.20.0 (released 2025-10-21 ~09:25 UTC, based on yesterday's check)
  • New Version: v0.20.1 (released 2025-10-27 16:02:17 UTC)
  • Release Interval: ~6 days
  • Repository: github/github-mcp-server

Changes:

  • Type: Bug fix release
  • Breaking Changes: None

Features & Fixes:

  1. Process improvements (PR "gh aw trial" on workflow that creates issue comments actually tries to create issue comments #1316 by @JoannaaKL)
  2. Updated to go-github/v76 (PR Add GenAIScript shared workflow configuration and example #1289 by @stephenotalora)
    • Dependency update for GitHub API client library
  3. Milestone handling fix (PR Add git configuration step to main agentic job #1318 by @JoannaaKL)
    • Fixed: Don't pass milestone parameter if not provided
    • Prevents API errors when milestone is undefined
  4. Documentation update (PR Add Missing Tools column to logs overview table with verbose mode support #1319 by @JoannaaKL)

New Contributors:

  • @stephenotalora made their first contribution

Impact Assessment:

  • Risk Level: Low
  • Affected Features:
    • GitHub API interactions (improved via go-github/v76)
    • Issue/PR milestone handling (bug fix)
  • Migration Required: No
  • Benefits:
    • More reliable milestone handling in GitHub operations
    • Updated GitHub API client for better compatibility
    • Process improvements for overall stability

Changelog Links:


Testing & Verification

Recompile Status: ✅ Successful

  • Compiled 65 out of 65 workflow files
  • 0 errors, 7 warnings (existing warnings, not related to version updates)
  • No workflow compilation behavior changes detected

Help Output Comparison:

  • Claude Code 2.0.27 vs 2.0.28: Identical (no CLI changes)
  • Copilot CLI 0.0.351 vs 0.0.352: Identical (no CLI changes)

Cache Updates:

  • Saved help outputs: /tmp/gh-aw/cache-memory/claude-code-2.0.28-help.txt
  • Saved help outputs: /tmp/gh-aw/cache-memory/copilot-0.0.352-help.txt
  • Version check log: /tmp/gh-aw/cache-memory/version-check-2025-10-28.txt

Files 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:

  • All .lock.yml files regenerated via make recompile (65 workflows)
  • No functional changes to compiled workflows

Recommendations

Action Items:

  • ✅ Version constants updated
  • ✅ Workflows recompiled ...

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI and others added 2 commits October 28, 2025 15:37
- 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>
Copilot AI changed the title [WIP] Update CLI tools to latest versions Update CLI versions: Claude Code 2.0.28, Copilot 0.0.352, GitHub MCP Server v0.20.1 Oct 28, 2025
Copilot AI requested a review from pelikhan October 28, 2025 15:41
@pelikhan pelikhan marked this pull request as ready for review October 28, 2025 15:42
Copilot AI review requested due to automatic review settings October 28, 2025 15:42
@github-actions
Copy link
Contributor

Agentic Changeset Generator triggered by this pull request.

Copy link
Contributor

Copilot AI left a 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.yml files 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.

@pelikhan pelikhan merged commit 03c4e03 into main Oct 28, 2025
4 checks passed
@pelikhan pelikhan deleted the copilot/update-cli-tools-versions branch October 28, 2025 15:51
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: Claude Code 2.0.28, Copilot 0.0.352, GitHub MCP Server v0.20.1

2 participants