You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Four CLI tools have new releases since the last version check. All updates have been applied to pkg/constants/version_constants.go and 234 workflow lock files have been regenerated via make recompile (run twice).
Timeline: 6 patch releases between 2026-05-15 and 2026-05-22 (roughly one per day)
Breaking Changes
None — patch-level updates only.
Key Features
Routine patch updates; no public release notes are published for this package.
View Full Changelog
Release Highlights
Claude Code does not maintain a public GitHub repository, so detailed release notes are not available. NPM publish dates for each intermediate version:
2.1.143 — 2026-05-15
2.1.144 — 2026-05-18
2.1.145 — 2026-05-19
2.1.146 — 2026-05-20
2.1.147 — 2026-05-21
2.1.148 — 2026-05-22
CLI Discovery
No new commands or flags detected based on package metadata. The 6-version gap consists of incremental patches.
Timeline: 3 stable releases between 2026-05-18 and 2026-05-20
Breaking Changes
None detected.
Key Features
Routine stable releases. Repository is private; detailed release notes are not publicly accessible.
View Full Changelog
Release Timeline (NPM publish dates)
1.0.49 — 2026-05-18
1.0.50 — 2026-05-19
1.0.51 — 2026-05-20
Repository Access
https://github.com/github/copilot-cli is not publicly accessible from this workflow. Release notes, CHANGELOG.md, and README.md cannot be fetched for deep analysis.
Subcommand Help Analysis
Help output for config and environment subcommands could not be re-captured because the CLI was not installed in this run (cache-only check). The previous run on 2026-05-21 already recorded help output for 1.0.51 (matching the new pinned version), so no additional subcommand discovery is necessary.
Migration Notes
Both CopilotNoAskUserMinVersion (1.0.19) and the general unpinning checks in version_constants.go continue to hold for 1.0.51. No code changes beyond the constant bump.
Affects: All workflows using the GitHub MCP server (read tools, plus newly added write tools for collaborators / discussion comments). Existing tool surface remains compatible.
Summary
Four CLI tools have new releases since the last version check. All updates have been applied to
pkg/constants/version_constants.goand 234 workflow lock files have been regenerated viamake recompile(run twice).No changes for: MCP Gateway (v0.3.17), Playwright MCP (0.0.75), Playwright CLI (0.1.13), Playwright Browser (v1.60.0).
Update Claude Code
Breaking Changes
None — patch-level updates only.
Key Features
View Full Changelog
Release Highlights
Claude Code does not maintain a public GitHub repository, so detailed release notes are not available. NPM publish dates for each intermediate version:
CLI Discovery
No new commands or flags detected based on package metadata. The 6-version gap consists of incremental patches.
Impact Assessment
Package Links
Update Copilot CLI
Breaking Changes
None detected.
Key Features
View Full Changelog
Release Timeline (NPM publish dates)
Repository Access
https://github.com/github/copilot-cli is not publicly accessible from this workflow. Release notes, CHANGELOG.md, and README.md cannot be fetched for deep analysis.
Subcommand Help Analysis
Help output for
configandenvironmentsubcommands could not be re-captured because the CLI was not installed in this run (cache-only check). The previous run on 2026-05-21 already recorded help output for 1.0.51 (matching the new pinned version), so no additional subcommand discovery is necessary.Migration Notes
CopilotNoAskUserMinVersion(1.0.19) and the general unpinning checks inversion_constants.gocontinue to hold for 1.0.51. No code changes beyond the constant bump.Impact Assessment
Package Links
Update Codex
Breaking Changes
None explicitly flagged; feature flags / legacy tool paths were removed in 0.131.0 (deprecated APIs were removed gracefully).
Key Features (across 0.131 → 0.133)
/goal editcommand in TUI.codex remote-controloverhaul — runs as a foreground command with daemon lifecycle, status reads, and registry-backed remote environments.codex doctor— new diagnostics command for support workflows.@mentions unified — search files, directories, plugins, and skills in a single picker.requirements.tomlsupport, runtime refresh, Windows sandbox integration.openai-codex/openai_codex, with pinned runtime types, approval modes, login (API key, ChatGPT browser, device-code),TurnResultwith timing/usage data.codex exec resume --output-schema— keeps session context with structured JSON output.View Full Changelog
0.131.0 (Release Notes)
New Features:
@mentions picker — Unified mentions in TUI openai/codex#19068, Use plugin/list to get list of plugins for mentions openai/codex#22375codex remote-control, registry-backed remote environments — [daemon] Add app-server daemon lifecycle management openai/codex#20718, Update codex remote-control to start the daemon openai/codex#22218, Improve remote-control daemon UX openai/codex#22562openai-codexpackage — [5/8] Rename Python SDK package to openai-codex openai/codex#21905, [6/8] Add high-level Python SDK approval mode openai/codex#21910codex doctordiagnostics — feat(cli): add codex doctor diagnostics openai/codex#22336Bug Fixes:
Full diff: openai/codex@rust-v0.130.0...rust-v0.131.0
0.132.0 (Release Notes)
New Features:
TurnResult— [codex] Return TurnResult from Python turn handles openai/codex#23151, [codex] Accept string input for Python turns openai/codex#23162codex exec resume --output-schemafor structured output on resume — Support --output-schema for exec resume openai/codex#23123Bug Fixes:
codex doctornpm probe fix + MSVC static CRT — Fix Windows doctor npm root probe openai/codex#22967, windows: link MSVC release binaries with static CRT openai/codex#22905Full diff: openai/codex@rust-v0.131.0...rust-v0.132.0
0.133.0 (Release Notes)
New Features:
codex remote-controlnow runs as foreground command with explicit start/stop — Improvecodex remote-controlCLI UX openai/codex#22878Bug Fixes:
Full diff: openai/codex@rust-v0.132.0...rust-v0.133.0
CLI Discovery
New commands surfaced across these versions:
codex doctor(0.131.0) — diagnostics commandcodex remote-controllifecycle:start,stop, foreground execution (0.131.0 / 0.133.0)/goal editslash command in TUI (0.131.0)--dangerously-bypass-hook-trustCLI flag (0.131.0)--output-schemaforcodex exec resume(0.132.0)Impact Assessment
Recommendations
Goals enabled by defaultchange in 0.133.0 may surface new behavior in agentic loops — verify expected token usage shape.Package Links
Update GitHub MCP Server
Breaking Changes
None.
Key Features
list repo collaboratorstool — Add tool to list repo collaborators github-mcp-server#2477rationaleparameter onupdate_issue_type— Add optionalrationaleparameter toupdate_issue_typetool github-mcp-server#2458get_reviews— fix: add missing pagination on get_reviews github-mcp-server#2367View Full Changelog
Release Highlights (from GitHub)
Merged PRs in v1.0.5:
rationaleparameter toupdate_issue_typetool — Add optionalrationaleparameter toupdate_issue_typetool github-mcp-server#2458Full diff: github/github-mcp-server@v1.0.4...v1.0.5
Impact Assessment
Package Links
Tools Not Updated
Verification
pkg/constants/version_constants.goupdated for all four CLI versions.make recompileran successfully twice; 234 workflow lock files regenerated.References: