Skip to content

[ca] CLI Version Updates: 7 Tools Require Updates (Jan 24, 2026) #11693

@github-actions

Description

@github-actions

Summary

7 agentic CLI tools and MCP servers have version updates available:

Tool Current Latest Versions Behind Released
Claude Code 2.1.15 2.1.19 4 versions 2026-01-23
Copilot CLI 0.0.389 0.0.394 5 versions 2026-01-23
Codex 0.88.0 0.89.0 1 version 2026-01-23
Playwright MCP 0.0.56 0.0.58 2 versions 2026-01-23
Playwright Browser v1.57.0 v1.58.0 1 version 2026-01-19
Sandbox Runtime 0.0.29 0.0.32 3 versions 2026-01-23
MCP Gateway v0.0.76 v0.0.78 2 versions (same as current)

Update Priority: Medium - Multiple minor/patch updates across core tooling


Claude Code: 2.1.15 → 2.1.19

Versions: 2.1.16 (2026-01-22), 2.1.17 (2026-01-22), 2.1.18 (2026-01-22), 2.1.19 (2026-01-23)

Release Timeline: 4 patch releases over 2 days (Jan 22-23)

Changes Analysis:

Impact Assessment:

  • Risk: Low (patch versions)
  • Affects: Claude Code CLI users
  • Breaking Changes: None expected in patch releases
  • Recommendation: Update to 2.1.19 for latest bug fixes
View CLI Help Analysis

Previous help output analysis from cache shows Claude Code 2.1.14 introduced additional flags. Without release notes, recommend testing help output comparison between 2.1.15 and 2.1.19 after installation to identify new features.

Help output cache available at: /tmp/gh-aw/cache-memory/claude-code-2.1.*.txt


Copilot CLI: 0.0.389 → 0.0.394

Versions: 0.0.390, 0.0.391, 0.0.392, 0.0.393, 0.0.394

Release Timeline: 5 minor releases (specific dates from NPM registry needed)

Changes Analysis:

Impact Assessment:

  • Risk: Low-Medium (rapid iteration suggests active development)
  • Affects: Copilot CLI integration in gh-aw
  • Breaking Changes: Unknown without changelog
  • Recommendation: Test in staging environment before production update
View Cached Help Outputs

Previous cache shows Copilot CLI subcommand help for:

  • /tmp/gh-aw/cache-memory/copilot-0.0.376-config-help.txt
  • /tmp/gh-aw/cache-memory/copilot-0.0.376-environment-help.txt

Recommend fetching help output for 0.0.394 to compare config and environment subcommands.


Codex: 0.88.0 → 0.89.0

Repository: https://github.com/openai/codex
NPM Package: https://www.npmjs.com/package/`@openai/codex`
Release Notes: https://github.com/openai/codex/releases/tag/rust-v0.89.0 (likely)

Changes Analysis:

  • Single minor version bump
  • GitHub releases typically available for Codex
  • Repository is public and well-documented

Impact Assessment:

  • Risk: Low (minor version, stable project)
  • Affects: Codex CLI integration
  • Recommendation: Fetch GitHub release notes for detailed changelog

Action Required: Fetch from https://github.com/openai/codex/releases to get full changelog


Playwright MCP: 0.0.56 → 0.0.58

Versions: 0.0.57, 0.0.58

Repository: https://github.com/microsoft/playwright
NPM Package: https://www.npmjs.com/package/`@playwright/mcp`

Changes Analysis:

  • Playwright MCP uses Playwright versioning
  • Check NPM package metadata for changes
  • May align with Playwright Browser v1.58.0 release

Impact Assessment:

  • Risk: Low (aligned with Playwright ecosystem)
  • Affects: Playwright MCP server functionality
  • Recommendation: Review NPM changelog or test MCP server startup

Playwright Browser: v1.57.0 → v1.58.0

Repository: https://github.com/microsoft/playwright
Release Notes: https://github.com/microsoft/playwright/releases/tag/v1.58.0
Docker Image: mcr.microsoft.com/playwright:v1.58.0

Changes Analysis:

  • Minor version update (likely new browser features)
  • GitHub releases page has detailed changelog
  • Released 2026-01-19

Impact Assessment:

  • Risk: Low-Medium (minor version with potential API changes)
  • Affects: Playwright browser automation in workflows
  • Recommendation: Review release notes for breaking changes before updating

Action Required: Fetch release notes from GitHub to document changes


Sandbox Runtime: 0.0.29 → 0.0.32

Versions: 0.0.30, 0.0.31, 0.0.32

Repository: https://github.com/anthropic-experimental/sandbox-runtime
NPM Package: https://www.npmjs.com/package/`@anthropic-ai/sandbox-runtime`

Changes Analysis:

  • 3 patch releases in rapid succession
  • Experimental Anthropic package (may have breaking changes even in patch versions)
  • No formal release notes expected

Impact Assessment:

  • Risk: Medium (experimental package, rapid iteration)
  • Affects: Sandbox runtime functionality in MCP Gateway
  • Recommendation: Check NPM package metadata and test sandbox functionality

MCP Gateway: v0.0.76 → v0.0.78

Versions: v0.0.77, v0.0.78

Repository: https://github.com/githubnext/gh-aw-mcpg
Release Notes: https://github.com/githubnext/gh-aw-mcpg/releases
Docker Image: ghcr.io/githubnext/gh-aw-mcpg:v0.0.78

Changes Analysis:

  • Internal gh-aw project
  • Release notes available in repository
  • Used as default sandbox.agent container

Impact Assessment:

  • Risk: Low (internal project with known team)
  • Affects: MCP Gateway containerized execution
  • Recommendation: Review internal release notes and test workflow integration

Action Required: Fetch release notes from https://github.com/githubnext/gh-aw-mcpg/releases


Update Process

  1. Research Phase (Current):

    • ✅ Detected version updates via automated check
    • ⏳ Fetch GitHub release notes for tools with public repositories
    • ⏳ Install new versions and compare --help outputs
    • ⏳ Analyze breaking changes and migration requirements
  2. Code Update Phase:

    • Update version constants in ./pkg/constants/constants.go
    • Run make recompile to regenerate workflow lock files
    • Verify changes with git status
  3. Testing Phase:

    • Test Claude Code, Copilot CLI, Codex CLI locally
    • Verify MCP Gateway container startup
    • Run integration tests for affected workflows
  4. Rollout Phase:

    • Create PR with version updates
    • Document migration notes
    • Monitor workflow runs after merge

References

Workflow Run: §21320123863
Cache Location: /tmp/gh-aw/cache-memory/version-check-2026-01-24.json
Update Detection: Automated via daily-cli-check workflow


Next Steps

  1. Install new CLI versions and capture --help outputs
  2. Fetch GitHub release notes for Codex, Playwright Browser, and MCP Gateway
  3. Compare help outputs to identify new commands/flags
  4. Update constants.go and run make recompile
  5. Create PR with comprehensive changelog analysis

AI generated by CLI Version Checker

Metadata

Metadata

Labels

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions