Skip to content

[ca] CLI Updates Available: Claude Code 2.1.169, Codex 0.138.0, GitHub MCP Server v1.2.0 #38060

@github-actions

Description

@github-actions

Summary

Three monitored CLI/MCP tools have newer releases available (all published 2026-06-08):

Tool Current Latest Risk
Claude Code 2.1.168 2.1.169 Low
OpenAI Codex 0.137.0 0.138.0 Low
GitHub MCP Server v1.1.2 v1.2.0 Low

No changes for: Copilot CLI (1.0.60), Copilot SDK (1.0.0), MCP Gateway (v0.3.25), Playwright MCP (0.0.75), Playwright CLI (0.1.13), Playwright Browser (v1.60.0).

All three are constant-only edits in pkg/constants/version_constants.go. CLI --help output is byte-identical between old and new versions for Claude Code and Codex (no command/flag changes).

Note

This workflow can only emit issues (safe-outputs = create_issue). The constant edits and make recompile are documented below as migration steps for a maintainer to apply — lock files must not be committed by this workflow.

Update Claude Code

  • Previous: 2.1.168 → New: 2.1.169 (published 2026-06-08)
  • No public repository; analysis based on NPM metadata and CLI help output.
  • CLI Discovery: claude --help output is identical to 2.1.168 — no new commands or flags. Patch release.
  • Risk: Low (single patch increment, no surface change)

Update OpenAI Codex

  • Previous: 0.137.0 (2026-06-04) → New: 0.138.0 (2026-06-08)
  • CLI Discovery: codex --help output identical to 0.137.0 — no top-level flag changes.

Key Features

View Full Changelog (Codex 0.138.0)

Bug Fixes

Performance / Chores

Full Changelog: openai/codex@rust-v0.137.0...rust-v0.138.0

Impact Assessment

  • Risk: Low. No CLI flag changes; gh-aw invokes Codex non-interactively. Changes are largely TUI/desktop/plugin features irrelevant to headless workflow runs.

Update GitHub MCP Server

  • Previous: v1.1.2 → New: v1.2.0 (published 2026-06-08)
  • Docker image: ghcr.io/github/github-mcp-server:v1.2.0

Key Features

View Full Changelog (GitHub MCP Server v1.2.0)

Bug Fixes

Docs

Full Changelog: github/github-mcp-server@v1.1.2...v1.2.0

Impact Assessment

  • Risk: Low. The gh-aw GitHub MCP server is read-only; new tools are additive (project/iteration writes, include_patch, confidence) and do not remove or change existing read tool signatures. The get_review_comments thread-id restoration is a positive fix for review-reading workflows.

Migration Guide

Apply these constant edits in pkg/constants/version_constants.go:

const DefaultClaudeCodeVersion Version = "2.1.169"        // was 2.1.168
const DefaultCodexVersion Version = "0.138.0"             // was 0.137.0
const DefaultGitHubMCPServerVersion Version = "v1.2.0"    // was v1.1.2

Then regenerate lock files (GitHub MCP is a Docker-pinned image, so a double recompile is recommended to refresh container SHA pins):

make build && make recompile && make recompile
git status   # verify *.lock.yml changes; do NOT commit pkg/workflow/js/*.js

Recommendations

  • All three updates are Low risk and safe to batch in a single PR.
  • Priority: routine. No security advisories surfaced in the release notes.
  • Testing: a standard make recompile + existing CI is sufficient; no flag/behavior migration required.

References:

Generated by 🔢 CLI Version Checker · 123.1 AIC · ⌖ 16.7 AIC · ⊞ 11.3K ·

  • expires on Jun 10, 2026, 10:43 PM UTC-08:00

Metadata

Metadata

Assignees

No one assigned

    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