Skip to content

Bump default CLI and MCP versions - #56329

Merged
pelikhan merged 3 commits into
mainfrom
copilot/update-cli-mcp-versions
Aug 27, 2026
Merged

Bump default CLI and MCP versions#56329
pelikhan merged 3 commits into
mainfrom
copilot/update-cli-mcp-versions

Conversation

Copilot AI commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

The CLI version checker reported newer defaults for Claude Code, Codex, GitHub MCP Server, and MCP Gateway. This PR applies those bumps and refreshes the generated workflow locks.

  • Default versions
    • DefaultClaudeCodeVersion: 2.1.2452.1.247
    • DefaultCodexVersion: 0.149.10.150.1
    • DefaultGitHubMCPServerVersion: v1.10.1v1.11.0
    • DefaultMCPGatewayVersion: v0.4.10v0.4.12
const DefaultClaudeCodeVersion Version = "2.1.247"
const DefaultCodexVersion Version = "0.150.1"
const DefaultGitHubMCPServerVersion Version = "v1.11.0"
const DefaultMCPGatewayVersion Version = "v0.4.12"
  • Generated workflows

    • Recompiled all workflow lockfiles so generated install steps and container references use the new defaults.
  • Release notes

    • Added a patch changeset for the CLI/MCP default-version update.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update CLI and MCP version constants Bump default CLI and MCP versions Aug 27, 2026
Copilot AI requested a review from pelikhan August 27, 2026 12:22
@pelikhan
pelikhan marked this pull request as ready for review August 27, 2026 12:29
Copilot AI balanced review requested due to automatic review settings August 27, 2026 12:29
@pelikhan

Copy link
Copy Markdown
Collaborator

@copilot resolve the merge conflicts on this branch.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the default Claude Code, Codex, GitHub MCP Server, and MCP Gateway versions and propagates them through generated workflows.

Changes:

  • Bumps four centralized version constants and adds unit assertions.
  • Regenerates 294 workflow lockfiles with the new MCP image tags.
  • Adds a patch changeset.

The MCP image digest-pin refresh is incomplete, leaving mutable tags and failing existing pin tests.

Show a summary per file
File Description
pkg/constants/version_constants.go Bumps default versions.
pkg/constants/version_constants_test.go Tests updated defaults.
.changeset/bump-cli-mcp-versions-2026-08-27.md Adds release note.
.github/workflows/*.lock.yml (294 files) Propagates applicable MCP defaults into generated workflows.

Review details

  • Files reviewed: 63/297 changed files
  • Comments generated: 1
  • Review effort level: Balanced

@@ -54,7 +54,7 @@ const DefaultGeminiVersion Version = "0.55.1"
const DefaultPiVersion Version = "0.84.3"

// DefaultGitHubMCPServerVersion is the default version of the GitHub MCP server Docker image
const DefaultGitHubMCPServerVersion Version = "v1.10.1"
const DefaultGitHubMCPServerVersion Version = "v1.11.0"
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
@pelikhan
pelikhan merged commit 1dc55b2 into main Aug 27, 2026
@pelikhan
pelikhan deleted the copilot/update-cli-mcp-versions branch August 27, 2026 12:46
Copilot AI restored the copilot/update-cli-mcp-versions branch August 27, 2026 12:48

Copilot AI commented Aug 27, 2026

Copy link
Copy Markdown
Contributor Author

@copilot resolve the merge conflicts on this branch.

Resolved the merge conflicts in commit 655419e by merging origin/main and regenerating the conflicted workflow lockfiles. Final validation passed.

@github-actions

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.87.8

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/MCP version updates: Claude Code 2.1.247, Codex 0.150.1, GitHub MCP Server v1.11.0, MCP Gateway v0.4.12

3 participants