Bump default CLI and MCP versions - #56329
Merged
Merged
Conversation
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
pelikhan
marked this pull request as ready for review
August 27, 2026 12:29
Collaborator
|
@copilot resolve the merge conflicts on this branch. |
Contributor
There was a problem hiding this comment.
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>
Contributor
Author
Resolved the merge conflicts in commit |
Contributor
|
🎉 This pull request is included in a new release. Release: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.
DefaultClaudeCodeVersion:2.1.245→2.1.247DefaultCodexVersion:0.149.1→0.150.1DefaultGitHubMCPServerVersion:v1.10.1→v1.11.0DefaultMCPGatewayVersion:v0.4.10→v0.4.12Generated workflows
Release notes