Bump default CLI/MCP versions: Claude Code 2.1.237, Codex 0.148.0, GitHub MCP Server v1.10.0 - #54521
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
PR Triage
|
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
|
@copilot Quick triage nudge for PR #54521.
Run: https://github.com/github/gh-aw/actions/runs/32496817614
|
There was a problem hiding this comment.
Pull request overview
Updates the default Claude Code, Codex, and GitHub MCP Server versions and propagates them through generated workflow artifacts.
Changes:
- Bumps Claude Code to 2.1.237, Codex to 0.148.0, and GitHub MCP Server to v1.10.0.
- Refreshes the GitHub MCP Server digest pin.
- Regenerates 283 affected workflow lockfiles and adds a patch changeset.
Show a summary per file
| File | Description |
|---|---|
pkg/constants/version_constants.go |
Updates default versions. |
.github/aw/actions-lock.json |
Updates the canonical MCP image pin. |
pkg/actionpins/data/action_pins.json |
Synchronizes the embedded pin. |
pkg/workflow/data/action_pins.json |
Synchronizes workflow pin data. |
.changeset/bump-cli-mcp-versions-claude-codex-github-mcp-server.md |
Adds release notes. |
.github/workflows/*.lock.yml (283 files) |
Regenerates affected workflow metadata, installations, configurations, and container pins. |
Review details
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
- Files reviewed: 95/288 changed files
- Comments generated: 0
- Review effort level: Balanced
|
@copilot resolve the merge conflicts in this pull request |
|
@copilot This PR has merge conflicts with
|
Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com>
Conflicts resolved in d350d30. Merged |
Routine CLI/MCP version check flagged updates to Claude Code, OpenAI Codex, and the GitHub MCP Server.
DefaultMCPGatewayVersionwas already atv0.4.10onmain, and all 8 Docker images tracked inpkg/cli/docker_images.goare unchanged (both tag and registry digest).Version constants (
pkg/constants/version_constants.go)DefaultClaudeCodeVersionDefaultCodexVersionDefaultGitHubMCPServerVersionContainer digest pin
ghcr.io/github/github-mcp-server:v1.9.0entry in.github/aw/actions-lock.jsonwith the v1.10.0 pin, resolved from GHCR. The existing v1.9.0 digest was re-resolved first to validate the lookup path before trusting the new value.make buildsyncs the pin intopkg/actionpins/data/action_pins.jsonandpkg/workflow/data/action_pins.json.Regenerated artifacts
make recompileregenerated all 286 workflow.lock.ymlfiles so install steps, container pins, andgh-aw-metadataengine versions pick up the new values.Review notes
GITHUB_TOOLSETS/GITHUB_READ_ONLYenv config rather than a static--toolsallowlist, so no allowlist changes were needed — worth a second pair of eyes.github-mcp-server:v1.10.0references per lock file (Codexmcp_servers.github.containerand the MCP gateway JSON config) match the pre-existing v1.9.0 shape and are not a regression from this change.