Skip to content

[ca] chore: update CLI versions (Claude Code, Copilot CLI, Codex, GitHub MCP Server) #35657

@github-actions

Description

@github-actions

Summary

Four CLI/MCP dependencies have new stable releases since the constants were last updated. All four have been bumped in pkg/constants/version_constants.go and make recompile succeeded (236 workflows, 0 errors). The standout is GitHub MCP Server v1.0.4 → v1.1.0, a minor-version bump that adds the new search_commits tool, GHAS alert pagination, and a much smaller project-item response shape.

Tool Previous New Risk
Claude Code 2.1.150 2.1.156 Low
Copilot CLI 1.0.52 1.0.55 Low
OpenAI Codex 0.133.0 0.135.0 Low
GitHub MCP Server v1.0.4 v1.1.0 Low–Medium
MCP Gateway v0.3.20 v0.3.20
Playwright MCP 0.0.75 0.0.75
Playwright CLI 0.1.13 0.1.13
Playwright Browser v1.60.0 v1.60.0

Critical Issues

None. All updates are patch/minor on unchanged major lines.

GitHub MCP Server v1.0.4 → v1.1.0 (2026-05-28)

Highlights

Impact

  • Project-item response shape change is a small semantic change — workflows that rely on full issue/PR payloads inside project responses should be reviewed.
  • New search_commits is additive; insiders features are flag-gated off by default.

Full changelog: github/github-mcp-server@v1.0.5...v1.1.0
Release: https://github.com/github/github-mcp-server/releases/tag/v1.1.0

OpenAI Codex 0.133.0 → 0.135.0 (0.134.0 + 0.135.0)

0.134.0 (2026-05-26)

0.135.0 (2026-05-28)

Impact for gh-aw

  • Legacy v1 profile configs are now rejected (not warned). gh-aw does not emit v1 profiles, so no in-repo impact, but user-pinned configs may need migration.
  • Top-level CLI surface unchanged (exec, mcp, mcp-server, app-server, sandbox).

Releases: https://github.com/openai/codex/releases/tag/rust-v0.134.0 · https://github.com/openai/codex/releases/tag/rust-v0.135.0

GitHub Copilot CLI 1.0.52 → 1.0.55

Three patch releases. Repository at https://github.com/github/copilot-cli is private; analysis from NPM metadata + CLI-help diff.

CLI help diff (1.0.54 → 1.0.55)

  • config subcommand: beep default changed truefalse (auto-beep now opt-in).
  • config subcommand: new model claude-opus-4.8 listed.
  • environment subcommand: no diff.
  • Main help: no diff.

Impact for gh-aw

  • Low. --no-ask-user (used by gh-aw) is unchanged; CopilotNoAskUserMinVersion = 1.0.19 unaffected.

NPM: https://www.npmjs.com/package/`@github/copilot`

Claude Code 2.1.150 → 2.1.156

Six patch releases. No public GitHub repo; analysis from NPM metadata + --help diff.

  • No structural changes to top-level flags.
  • Existing flags (--print, --mcp-config, --allowedTools, --permission-mode, etc.) unchanged.

Impact: Low. All flags consumed by gh-aw's Claude engine remain present.

NPM: https://www.npmjs.com/package/`@anthropic-ai/claude-code`

Risk Assessment

  • Claude Code 2.1.156 — Low. Patch-level, no CLI surface change.
  • Copilot CLI 1.0.55 — Low. User-facing default change only; no flag removals.
  • Codex 0.135.0 — Low–Medium. Legacy v1 profile configs now rejected; gh-aw unaffected internally.
  • GitHub MCP Server v1.1.0 — Low–Medium. Project-item response shape changed; otherwise additive.

Recommendations

  • Merge the constants bump.
  • Smoke-test one workflow per engine (claude, copilot, codex) to confirm session start + MCP loading.
  • If any workflow uses GitHub MCP list_project_items, verify the new compact shape is acceptable.
  • Future: consider exposing search_commits in a default toolset preset.

Package Links

References:

Generated by 🔢 CLI Version Checker · opus47 12.2M ·

  • expires on May 31, 2026, 6:49 AM UTC

Metadata

Metadata

Labels

automationcookieIssue Monster Loves Cookies!dependenciesPull requests that update a dependency file

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions