Skip to content

chore(deps): bump default Claude/Copilot/Codex CLIs and GitHub MCP Server to latest patch/minor - #34220

Closed
pelikhan with Copilot wants to merge 5 commits into
mainfrom
copilot/bump-cli-versions
Closed

chore(deps): bump default Claude/Copilot/Codex CLIs and GitHub MCP Server to latest patch/minor#34220
pelikhan with Copilot wants to merge 5 commits into
mainfrom
copilot/bump-cli-versions

Conversation

CopilotAI commented May 23, 2026

Copy link
Copy Markdown
Contributor

This updates gh-aw’s default pinned toolchain to newer low-risk patch/minor releases and propagates those defaults through compiled workflow lockfiles. It also aligns Copilot compatibility metadata with the new default Copilot CLI version.

  • Version defaults (source of truth)

    • Updated /pkg/constants/version_constants.go:
      • Claude Code: 2.1.1422.1.150
      • Copilot CLI: 1.0.481.0.51
      • Codex: 0.130.00.133.0
      • GitHub MCP Server: v1.0.4v1.0.5
  • Compatibility metadata

    • Updated /.github/aw/compat.json:
      • agent-compat-v1.copilot[].max-agent: 1.0.481.0.51
  • Generated workflow artifacts

    • Recompiled lock workflows so runtime/install references now point at the bumped versions (CLI install commands, GH_AW_INFO_* fields, MCP server container image tags, and manifest metadata).
  • Release notes / changeset

    • Added /.changeset/patch-bump-cli-versions-2026-05-23.md documenting the version bump and lockfile regeneration.
// pkg/constants/version_constants.goconstDefaultClaudeCodeVersionVersion="2.1.150"constDefaultCopilotVersionVersion="1.0.51"constDefaultCodexVersionVersion="0.133.0"constDefaultGitHubMCPServerVersionVersion="v1.0.5"

CopilotAIand others added 2 commits May 23, 2026 14:20
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
CopilotAI changed the title [WIP] Chore: Bump CLI versions for dependencieschore(deps): bump default Claude/Copilot/Codex CLIs and GitHub MCP Server to latest patch/minorMay 23, 2026
CopilotAI requested a review from pelikhanMay 23, 2026 14:23
@pelikhan
pelikhan marked this pull request as ready for review May 23, 2026 14:24
CopilotAI review requested due to automatic review settings May 23, 2026 14:24

CopilotAI 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

This PR updates gh-aw’s default pinned toolchain versions (Claude Code, GitHub Copilot CLI, OpenAI Codex CLI, and the GitHub MCP Server image) and propagates those updated defaults through the repo’s generated workflow lockfiles and Copilot compatibility metadata.

Changes:

  • Bump default versions in pkg/constants/version_constants.go (Claude Code 2.1.150, Copilot CLI 1.0.51, Codex 0.133.0, GitHub MCP Server v1.0.5).
  • Update Copilot compatibility metadata to allow up to Copilot CLI 1.0.51.
  • Regenerate compiled workflow lockfiles so install commands, info metadata, and MCP server image tags reference the new versions; add a changeset documenting the bump.
Show a summary per file
FileDescription
pkg/constants/version_constants.goUpdates the source-of-truth default pinned versions for CLIs and GitHub MCP Server.
.github/aw/compat.jsonAligns Copilot compatibility metadata (max-agent) with the new default Copilot CLI version.
.changeset/patch-bump-cli-versions-2026-05-23.mdDocuments the version bumps and lockfile regeneration for release notes.
.github/workflows/test-workflow.lock.ymlRegenerated lockfile to use Copilot CLI 1.0.51 and GitHub MCP Server v1.0.5.
.github/workflows/smoke-pi.lock.ymlRegenerated lockfile to use GitHub MCP Server v1.0.5.
.github/workflows/smoke-opencode.lock.ymlRegenerated lockfile to use GitHub MCP Server v1.0.5.
.github/workflows/smoke-gemini.lock.ymlRegenerated lockfile to use GitHub MCP Server v1.0.5.
.github/workflows/smoke-crush.lock.ymlRegenerated lockfile to use GitHub MCP Server v1.0.5.
.github/workflows/smoke-ci.lock.ymlRegenerated lockfile to use Copilot CLI 1.0.51 and GitHub MCP Server v1.0.5.
.github/workflows/schema-feature-coverage.lock.ymlRegenerated lockfile to use Codex 0.133.0 (install + metadata).
.github/workflows/lint-monster.lock.ymlRegenerated lockfile to use Copilot CLI 1.0.51 and GitHub MCP Server v1.0.5.
.github/workflows/hourly-ci-cleaner.lock.ymlRegenerated lockfile to use Claude Code 2.1.150 and GitHub MCP Server v1.0.5.
.github/workflows/hippo-embed.lock.ymlRegenerated lockfile to use Copilot CLI 1.0.51 and GitHub MCP Server v1.0.5.
.github/workflows/github-remote-mcp-auth-test.lock.ymlRegenerated lockfile to use Copilot CLI 1.0.51 (install + metadata).
.github/workflows/github-mcp-tools-report.lock.ymlRegenerated lockfile to use Claude Code 2.1.150 (install + metadata).
.github/workflows/firewall.lock.ymlRegenerated lockfile to use Copilot CLI 1.0.51 and GitHub MCP Server v1.0.5.
.github/workflows/example-permissions-warning.lock.ymlRegenerated lockfile to use Copilot CLI 1.0.51 and GitHub MCP Server v1.0.5.
.github/workflows/dictation-prompt.lock.ymlRegenerated lockfile to use Copilot CLI 1.0.51 and GitHub MCP Server v1.0.5.
.github/workflows/dev.lock.ymlRegenerated lockfile to use GitHub MCP Server v1.0.5.
.github/workflows/dependabot-campaign.lock.ymlRegenerated lockfile to use Copilot CLI 1.0.51 and GitHub MCP Server v1.0.5.
.github/workflows/daily-workflow-updater.lock.ymlRegenerated lockfile to use Copilot CLI 1.0.51 and GitHub MCP Server v1.0.5.
.github/workflows/daily-token-consumption-report.lock.ymlRegenerated lockfile to use Claude Code 2.1.150 and GitHub MCP Server v1.0.5.
.github/workflows/daily-team-evolution-insights.lock.ymlRegenerated lockfile to use Claude Code 2.1.150 and GitHub MCP Server v1.0.5.
.github/workflows/daily-secrets-analysis.lock.ymlRegenerated lockfile to use Copilot CLI 1.0.51 and GitHub MCP Server v1.0.5.
.github/workflows/daily-safe-outputs-conformance.lock.ymlRegenerated lockfile to use Claude Code 2.1.150 and GitHub MCP Server v1.0.5.
.github/workflows/daily-reliability-review.lock.ymlRegenerated lockfile to use Claude Code 2.1.150 and GitHub MCP Server v1.0.5.
.github/workflows/daily-malicious-code-scan.lock.ymlRegenerated lockfile to use Copilot CLI 1.0.51 and GitHub MCP Server v1.0.5.
.github/workflows/daily-choice-test.lock.ymlRegenerated lockfile to use Claude Code 2.1.150 and GitHub MCP Server v1.0.5.
.github/workflows/copilot-pr-merged-report.lock.ymlRegenerated lockfile to use Copilot CLI 1.0.51 (install + metadata).
.github/workflows/contribution-check.lock.ymlRegenerated lockfile to use Copilot CLI 1.0.51 and GitHub MCP Server v1.0.5.
.github/workflows/commit-changes-analyzer.lock.ymlRegenerated lockfile to use Claude Code 2.1.150 and GitHub MCP Server v1.0.5.
.github/workflows/codex-github-remote-mcp-test.lock.ymlRegenerated lockfile to use Codex 0.133.0 (install + metadata).
.github/workflows/changeset.lock.ymlRegenerated lockfile to use Codex 0.133.0 and GitHub MCP Server v1.0.5.
.github/workflows/bot-detection.lock.ymlRegenerated lockfile to use Copilot CLI 1.0.51 and GitHub MCP Server v1.0.5.
.github/workflows/artifacts-summary.lock.ymlRegenerated lockfile to use Copilot CLI 1.0.51 and GitHub MCP Server v1.0.5.
.github/workflows/approach-validator.lock.ymlRegenerated lockfile to use Claude Code 2.1.150 and GitHub MCP Server v1.0.5.
.github/workflows/agentic-token-optimizer.lock.ymlRegenerated lockfile to use Copilot CLI 1.0.51 and GitHub MCP Server v1.0.5.
.github/workflows/ace-editor.lock.ymlRegenerated lockfile to use Copilot CLI 1.0.51 and GitHub MCP Server v1.0.5.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 112/237 changed files
  • Comments generated: 0

@github-actions

Copy link
Copy Markdown
Contributor

pr-sous-chef: @copilot review all comments and address the failing CGO test and build-wasm checks. Please summarize any remaining blockers once those are fixed.

Generated by 👨‍🍳 PR Sous Chef · ● 6.7M ·

@pelikhan

Copy link
Copy Markdown
Collaborator

@copilot

Merge main, recompile, fix conflicts, update wasm golden files

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

CopilotAI commented May 23, 2026

Copy link
Copy Markdown
ContributorAuthor

@copilot

Merge main, recompile, fix conflicts, update wasm golden files

Done in commit b93ecf1. I merged main, resolved lockfile conflicts by recompiling, and updated wasm golden files (make update-wasm-golden).

@github-actions

github-actionsBot commented May 23, 2026

Copy link
Copy Markdown
Contributor

💫 TO BE CONTINUED...Smoke Claude failed! Our hero faces unexpected challenges...

@github-actions

Copy link
Copy Markdown
Contributor

📰 BREAKING: Smoke Copilot is now investigating this pull request. Sources say the story is developing...

@github-actions

github-actionsBot commented May 23, 2026

Copy link
Copy Markdown
Contributor

🌑 The shadows whisper... Smoke Codex failed. The oracle requires further meditation...

@github-actions

github-actionsBot commented May 23, 2026

Copy link
Copy Markdown
Contributor

⚠️Smoke Pi failed. Pi encountered unexpected challenges...

@github-actions

github-actionsBot commented May 23, 2026

Copy link
Copy Markdown
Contributor

⚠️Smoke Gemini failed. Gemini encountered unexpected challenges...

@github-actions

Copy link
Copy Markdown
Contributor

📰 DEVELOPING STORY: Smoke Copilot reports failed. Our correspondents are investigating the incident...

@github-actions
github-actionsBot deleted the copilot/bump-cli-versions branch May 31, 2026 03:02
Sign up for freeto 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] chore(deps): bump CLI versions — Claude Code 2.1.150, Copilot 1.0.51, Codex 0.133.0, GitHub MCP Server v1.0.5

3 participants

@pelikhan