Skip to content

Bump default Claude, Codex, and Playwright MCP versions - #50947

Merged
pelikhan merged 3 commits into
mainfrom
copilot/ca-cli-docker-version-check
Aug 7, 2026
Merged

Bump default Claude, Codex, and Playwright MCP versions#50947
pelikhan merged 3 commits into
mainfrom
copilot/ca-cli-docker-version-check

Conversation

CopilotAI commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Routine CLI version sweep found newer Claude Code, OpenAI Codex, and @playwright/mcp releases ready to promote. The Playwright CLI update remains held until it clears the npm 3-day release-age cooldown.

  • Default version pins
    • Updated DefaultClaudeCodeVersion to 2.1.223
    • Updated DefaultCodexVersion to 0.146.1
    • Updated DefaultPlaywrightMCPVersion to 0.0.79
constDefaultClaudeCodeVersionVersion="2.1.223"constDefaultCodexVersionVersion="0.146.1"constDefaultPlaywrightMCPVersionVersion="0.0.79"
  • Generated workflows

    • Recompiled affected workflow lock files so generated installs and metadata use the new defaults.
  • Playwright CLI cooldown

    • Left DefaultPlaywrightCLIVersion at 0.1.17
    • Preserved the cooldown regression test metadata for the current pin.

Run context: https://github.com/github/gh-aw/actions/runs/31142787192> Generated by 👨‍🍳 PR Sous Chef · gpt54 · 11.8 AIC · ⊞ 8.3K ·

Comment /souschef to run again

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
CopilotAI changed the title [WIP] Update CLI and Docker versions for toolsBump default Claude, Codex, and Playwright MCP versionsAug 7, 2026
CopilotAI requested a review from pelikhanAugust 7, 2026 01:16
@pelikhan
pelikhan marked this pull request as ready for review August 7, 2026 01:31
CopilotAI balanced review requested due to automatic review settings August 7, 2026 01:31
@github-actions

github-actionsBot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

⚠️ Security scanning failed for Matt Pocock Skills Reviewer. Review the logs for details.

@github-actions

github-actionsBot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

⚠️ Security scanning failed for Test Quality Sentinel. Review the logs for details.

No test files were added or modified in this PR. Test Quality Sentinel skipped.

@github-actions

github-actionsBot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

⚠️ Security scanning failed for PR Code Quality Reviewer. Review the logs for details.

@github-actions

github-actionsBot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

⚠️ Security scanning failed for Design Decision Gate 🏗️. Review the logs for details.

No ADR enforcement needed: PR does not have the 'implementation' label and has ≤100 new lines of code in business logic directories (3 additions detected).

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

Updates default Claude Code, Codex, and Playwright MCP versions and recompiles affected workflows.

Changes:

  • Bumps three default version pins.
  • Updates generated Claude and Codex workflow metadata/install commands.
  • Keeps Playwright CLI at 0.1.17 for cooldown compliance.
Show a summary per file
FileDescription
pkg/constants/version_constants.goUpdates default version pins.
.github/workflows/step-name-alignment.lock.ymlRegenerates Claude version references.
.github/workflows/static-analysis-report.lock.ymlRegenerates Claude version references.
.github/workflows/smoke-github-claude.lock.ymlRegenerates Claude version references.
.github/workflows/smoke-claude-on-copilot.lock.ymlRegenerates Claude version references.
.github/workflows/smoke-call-workflow.lock.ymlRegenerates Codex version references.
.github/workflows/smoke-agent-scoped-approved.lock.ymlRegenerates Claude version references.
.github/workflows/smoke-agent-public-none.lock.ymlRegenerates Claude version references.
.github/workflows/smoke-agent-public-approved.lock.ymlRegenerates Claude version references.
.github/workflows/smoke-agent-all-none.lock.ymlRegenerates Claude version references.
.github/workflows/smoke-agent-all-merged.lock.ymlRegenerates Claude version references.
.github/workflows/sergo.lock.ymlRegenerates Claude version references.
.github/workflows/semantic-function-refactor.lock.ymlRegenerates Claude version references.
.github/workflows/scout.lock.ymlRegenerates Claude version references.
.github/workflows/schema-feature-coverage.lock.ymlRegenerates Codex version references.
.github/workflows/safe-output-health.lock.ymlRegenerates Claude version references.
.github/workflows/ruflo-backed-task.lock.ymlRegenerates Claude version references.
.github/workflows/portfolio-analyst.lock.ymlRegenerates Claude version references.
.github/workflows/lockfile-stats.lock.ymlRegenerates Claude version references.
.github/workflows/instructions-janitor.lock.ymlRegenerates Claude version references.
.github/workflows/grumpy-reviewer.lock.ymlRegenerates Codex version references.
.github/workflows/go-pattern-detector.lock.ymlRegenerates Claude version references.
.github/workflows/go-fan.lock.ymlRegenerates Claude version references.
.github/workflows/github-mcp-tools-report.lock.ymlRegenerates Claude version references.
.github/workflows/github-mcp-structural-analysis.lock.ymlRegenerates Claude version references.
.github/workflows/example-workflow-analyzer.lock.ymlRegenerates Claude version references.
.github/workflows/deepsec-security-scan.lock.ymlRegenerates Claude version references.
.github/workflows/daily-vulnhunter-scan.lock.ymlRegenerates Claude version references.
.github/workflows/daily-choice-test.lock.ymlRegenerates Claude version references.
.github/workflows/codex-github-remote-mcp-test.lock.ymlRegenerates Codex version references.

Review details

Tip

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

  • Files reviewed: 75/75 changed files
  • Comments generated: 2
  • Review effort level: Balanced


// DefaultClaudeCodeVersion is the default version of the Claude Code CLI.
const DefaultClaudeCodeVersion Version = "2.1.222"
const DefaultClaudeCodeVersion Version = "2.1.223"
Comment on lines 157 to +158
// DefaultPlaywrightMCPVersion is the default version of the @playwright/mcp package
const DefaultPlaywrightMCPVersion Version = "0.0.78"
const DefaultPlaywrightMCPVersion Version = "0.0.79"
@github-actions

Copy link
Copy Markdown
Contributor

PR Triage

  • Category: chore (CLI version bump)
  • Risk: low
  • Score: 62/100 (impact 25, urgency 15, quality 22)
  • Recommended action: defer (draft PR, low business impact, mechanical lockfile regen)
  • Note: still marked draft; convert to ready when cooldown-cleared versions are confirmed.

Generated by 🔧 PR Triage Agent · auto · 48.4 AIC · ⌖ 2.33 AIC · ⊞ 7.9K ·

@github-actionsgithub-actionsBot 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.

Routine version bump — Go constants, lock files, and npm install steps are all consistently updated. No logic changes, no issues found.

🧵 Reviewed using Impeccable skills by Impeccable Skills Reviewer · sonnet46 · 20.8 AIC · ⊞ 5.3K

@github-actionsgithub-actionsBot 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.

Verdict: no blocking issues

Routine version-pin bump (Claude Code, Codex, Playwright MCP) with mechanically regenerated .lock.yml files. No logic changes.

Review notes
  • pkg/constants/version_constants.go: three version string bumps, values match PR description.
  • All 74 lock file diffs are purely regenerated metadata/version strings reflecting the new pins — consistent with gh aw compile/recompile output, no manual edits.
  • Playwright CLI version intentionally left unchanged per cooldown policy, as stated in PR body.
  • No behavioral, security, or maintainability concerns found in the diff.

🔎 Code quality review by PR Code Quality Reviewer · auto · 30 AIC · ⊞ 7.8K
Comment /review to run again

@github-actionsgithub-actionsBot 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.

Skills-Based Review

Applied /codebase-design — clean mechanical version bump, no actionable issues.

All 74 lock files regenerated consistently from version_constants.go. Single source-of-truth pattern works well. Playwright CLI cooldown discipline correctly applied.

Approved.

🧠 Reviewed using Matt Pocock's skills by Matt Pocock Skills Reviewer · sonnet46 · 36.4 AIC · ⊞ 7.1K
Comment /matt to run again

@gh-aw-bot

Copy link
Copy Markdown
Collaborator

@copilot Please triage this PR, refresh the branch if possible, investigate the failed checks below, and run the pr-finisher skill before handing back to maintainers.

Failed checks to investigate:

Branch refresh is also requested if GitHub can update it cleanly.

Run context: https://github.com/github/gh-aw/actions/runs/31142787192

Generated by 👨‍🍳 PR Sous Chef · gpt54 · 11.8 AIC · ⊞ 8.3K ·
Comment /souschef to run again

CopilotAI requested a review from gh-aw-botAugust 7, 2026 03:25
@pelikhan
pelikhan merged commit f16ffc6 into mainAug 7, 2026
1 check passed
@pelikhan
pelikhan deleted the copilot/ca-cli-docker-version-check branch August 7, 2026 14:11
@github-actions

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.86.1

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ca] CLI/Docker version check: Claude Code, Codex, and Playwright MCP updates (2026-08-06)

4 participants

@gh-aw-bot@pelikhan