Skip to content

Bump default Claude/Copilot/Codex/GitHub MCP versions and recompile lock outputs#35591

Closed
Copilot wants to merge 2 commits into
mainfrom
copilot/update-cli-version-constants
Closed

Bump default Claude/Copilot/Codex/GitHub MCP versions and recompile lock outputs#35591
Copilot wants to merge 2 commits into
mainfrom
copilot/update-cli-version-constants

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 28, 2026

This updates the scheduled CLI/MCP version refresh by applying four pending defaults in pkg/constants/version_constants.go (Claude Code, Copilot CLI, Codex, GitHub MCP Server). Lockfile-generated workflows and wasm golden outputs are regenerated so compiled artifacts reflect the new defaults consistently.

  • Version constant updates

    • DefaultClaudeCodeVersion: 2.1.1502.1.153
    • DefaultCopilotVersion: 1.0.521.0.54
    • DefaultCodexVersion: 0.133.00.134.0
    • DefaultGitHubMCPServerVersion: v1.0.4v1.0.5
  • Generated workflow outputs

    • Recompiled .github/workflows/*.lock.yml to propagate new install/image versions across compiled workflows.
  • Golden fixture alignment

    • Updated pkg/workflow/testdata/TestWasmGolden_CompileFixtures/*.golden
    • Updated pkg/workflow/testdata/TestWasmGolden_AllEngines/*.golden
    • Ensures expected compiled YAML snapshots track the new default versions.
const DefaultClaudeCodeVersion Version = "2.1.153"
const DefaultCopilotVersion Version = "1.0.54"
const DefaultCodexVersion Version = "0.134.0"
const DefaultGitHubMCPServerVersion Version = "v1.0.5"

Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com>
Copilot AI changed the title [WIP] Update CLI version constants for four tools Bump default Claude/Copilot/Codex/GitHub MCP versions and recompile lock outputs May 28, 2026
Copilot AI requested a review from gh-aw-bot May 28, 2026 23:20
@pelikhan pelikhan added the smoke label May 29, 2026
@pelikhan pelikhan closed this May 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ca] CLI version updates: Claude Code, Copilot CLI, Codex, GitHub MCP Server (2026-05-28)

3 participants