Bump default CLI/MCP versions: Claude Code, Codex, Pi, GitHub MCP Server - #55676
Merged
Conversation
…ver) Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
pelikhan
marked this pull request as ready for review
August 25, 2026 06:03
Copilot
AI
changed the title
[WIP] Update CLI and MCP versions for various tools
Bump default CLI/MCP versions: Claude Code, Codex, Pi, GitHub MCP Server
Aug 25, 2026
pelikhan
enabled auto-merge (squash)
August 25, 2026 06:09
Contributor
There was a problem hiding this comment.
Pull request overview
Updates default agent CLI and GitHub MCP Server versions while keeping generated workflows and immutable container pins synchronized.
Changes:
- Bumps Claude Code, Codex, Pi, and GitHub MCP Server defaults.
- Refreshes the MCP Server digest across pin registries.
- Regenerates affected workflow locks and adds a patch changeset.
Show a summary per file
| File | Description |
|---|---|
pkg/constants/version_constants.go |
Updates four default versions. |
pkg/actionpins/data/action_pins.json |
Refreshes the MCP image pin. |
pkg/workflow/data/action_pins.json |
Synchronizes the workflow pin data. |
.github/aw/actions-lock.json |
Updates the canonical action lock. |
.changeset/bump-cli-mcp-versions-2026-08-25.md |
Records the patch release change. |
.github/workflows/workflow-generator.lock.yml |
Regenerates the MCP image pin. |
.github/workflows/ubuntu-image-analyzer.lock.yml |
Regenerates the MCP image pin. |
.github/workflows/squad.lock.yml |
Regenerates the MCP image pin. |
.github/workflows/squad-plan.lock.yml |
Regenerates the MCP image pin. |
.github/workflows/squad-implement-worker.lock.yml |
Regenerates the MCP image pin. |
.github/workflows/smoke-copilot-mai.lock.yml |
Regenerates the MCP image pin. |
.github/workflows/smoke-copilot-auto.lock.yml |
Regenerates the MCP image pin. |
.github/workflows/security-compliance.lock.yml |
Regenerates the MCP image pin. |
.github/workflows/schema-feature-coverage.lock.yml |
Updates generated Codex installs and metadata. |
.github/workflows/repository-quality-improver.lock.yml |
Regenerates the MCP image pin. |
.github/workflows/pr-description-caveman.lock.yml |
Regenerates the MCP image pin. |
.github/workflows/mergefest.lock.yml |
Regenerates the MCP image pin. |
.github/workflows/github-mcp-tools-report.lock.yml |
Updates generated Claude installs and metadata. |
.github/workflows/firewall-escape.lock.yml |
Regenerates the MCP image pin. |
.github/workflows/evoskill-evolver.lock.yml |
Regenerates the MCP image pin. |
.github/workflows/eslint-miner.lock.yml |
Regenerates the MCP image pin. |
.github/workflows/designer-drift-audit.lock.yml |
Regenerates the MCP image pin. |
.github/workflows/daily-windows-terminal-integration-builder.lock.yml |
Regenerates the MCP image pin. |
.github/workflows/daily-formal-spec-verifier.lock.yml |
Regenerates the MCP image pin. |
.github/workflows/contribution-check.lock.yml |
Regenerates the MCP image pin. |
.github/workflows/codex-github-remote-mcp-test.lock.yml |
Updates generated Codex installs and metadata. |
.github/workflows/agentic-token-optimizer.lock.yml |
Regenerates the MCP image pin. |
Review details
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
- Files reviewed: 82/294 changed files
- Comments generated: 2
- Review effort level: Balanced
| @@ -32,7 +32,7 @@ func (v Version) IsValid() bool { | |||
| type ModelName string | |||
|
|
|||
| // DefaultClaudeCodeVersion is the default version of the Claude Code CLI. | |||
| const DefaultClaudeCodeVersion Version = "2.1.237" | |||
| const DefaultClaudeCodeVersion Version = "2.1.245" | |||
| @@ -45,16 +45,16 @@ const DefaultCopilotVersion Version = "1.0.80" | |||
| const DefaultCopilotSDKVersion Version = "1.0.11" | |||
|
|
|||
| // DefaultCodexVersion is the default version of the OpenAI Codex CLI | |||
| const DefaultCodexVersion Version = "0.148.0" | |||
| const DefaultCodexVersion Version = "0.149.1" | |||
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.
Routine periodic version check of pinned CLI/MCP tooling. Four defaults were behind upstream; the rest (Copilot CLI, Playwright MCP/CLI/Browser, MCP Gateway, threat-detect, and the Docker images in
pkg/cli/docker_images.go) verified unchanged.pkg/constants/version_constants.goDefaultClaudeCodeVersionDefaultCodexVersionDefaultPiVersionDefaultGitHubMCPServerVersionContainer digest pin
The MCP server tag bump also requires a new digest entry, otherwise compiled workflows fall back to an unpinned
:v1.10.1reference. Refreshed in.github/aw/actions-lock.json,pkg/actionpins/data/action_pins.json, andpkg/workflow/data/action_pins.json:Digest was read from the ghcr.io manifest API; the outgoing v1.10.0 pin was confirmed to still match upstream before replacement.
Regenerated artifacts
.lock.ymlfiles recompiled viamake recompile..changeset/bump-cli-mcp-versions-2026-08-25.md.Reviewer note: Codex 0.148.0 → 0.149.1 spans a minor bump; upstream changes are additive TUI/dashboard/doctor features and don't touch the headless invocation path gh-aw uses.