Summary
Two agentic CLI tools have newer stable releases than the versions pinned in pkg/constants/version_constants.go. All other monitored tools are current.
| Tool |
Current (main) |
Latest |
Status |
| Claude Code |
2.1.165 |
2.1.168 |
⬆️ Update |
| Copilot CLI |
1.0.59 |
1.0.60 |
⬆️ Update |
| Codex |
0.137.0 |
0.137.0 |
✅ Current |
| GitHub MCP Server |
v1.1.2 |
v1.1.2 |
✅ Current |
| MCP Gateway |
v0.3.23 |
v0.3.23 |
✅ Current |
| Playwright MCP |
0.0.75 |
0.0.75 |
✅ Current |
| Playwright CLI |
0.1.13 |
0.1.13 |
✅ Current |
| Playwright Browser |
v1.60.0 |
v1.60.0 |
✅ Current |
Note: this workflow emits issues only (no PR/push). make recompile was not run because regenerated lock files cannot be committed from here. Apply the changes below in a PR.
Recommendations
- Claude Code 2.1.168 — Low risk. Three sequential patch releases (2.1.166 → 2.1.168) over ~2 days.
--help output is byte-identical to 2.1.165/2.1.167; no public changelog. Safe to bump.
- Copilot CLI 1.0.60 — Low risk. Single patch with additive CLI surface (new flags + new model options, no removals). Re-verify the two unpinning checks noted in the constant doc comment (MCP load,
/models on PATs).
Update Claude Code
- Previous: 2.1.165 → New: 2.1.168
- Timeline: 2.1.166 (2026-06-05), 2.1.167 (2026-06-06), 2.1.168 (2026-06-06). 2.1.164 was unpublished.
Breaking Changes
None detected.
CLI Discovery
None detected — claude --help for 2.1.168 is identical to 2.1.167 (and 2.1.165). These are pure patch releases; Claude Code has no public repository, so analysis relies on NPM metadata and CLI help output.
Impact Assessment
- Risk: Low
- Affects: default agent engine version for all Claude-based workflows.
Update Copilot CLI
- Previous: 1.0.59 → New: 1.0.60
- Timeline: 1.0.59 (2026-06-02), 1.0.60 (2026-06-05).
Breaking Changes
None detected (additive only).
Key Features (from CLI help diff)
- New flag
--enable-memory.
- New flag value
--model 'auto'.
- New
-r shorthand for --resume.
- New
billing help topic.
View Subcommand Changes
config subcommand
- New selectable models:
gemini-3.1-pro-preview, gemini-3.5-flash.
- New config key:
builtInAgents.rubberDuckAutoInvoke (default false).
environment subcommand
Note: github/copilot-cli is a private repository, so release-notes/CHANGELOG deep analysis is not available; findings above are derived from npm view metadata and copilot --help / copilot config --help / copilot environment --help output captured in cache-memory.
Impact Assessment
- Risk: Low
- Affects: Copilot-based workflows. Re-verify on bump: (1) MCPs load end-to-end, (2)
/models works with PAT auth — per the DefaultCopilotVersion doc comment.
View Migration Guide
In pkg/constants/version_constants.go:
const DefaultClaudeCodeVersion Version = "2.1.168" // was 2.1.165
const DefaultCopilotVersion Version = "1.0.60" // was 1.0.59
Then regenerate lock files and verify:
make recompile
git status
Do not commit *.lock.yml or pkg/workflow/js/*.js directly — let the standard build process own them.
Package Links
References: §27085319952
Generated by 🔢 CLI Version Checker · 112.8 AIC · ⌖ 7.49 AIC · ⊞ 11.3K · ◷
Summary
Two agentic CLI tools have newer stable releases than the versions pinned in
pkg/constants/version_constants.go. All other monitored tools are current.Recommendations
--helpoutput is byte-identical to 2.1.165/2.1.167; no public changelog. Safe to bump./modelson PATs).Update Claude Code
Breaking Changes
None detected.
CLI Discovery
None detected —
claude --helpfor 2.1.168 is identical to 2.1.167 (and 2.1.165). These are pure patch releases; Claude Code has no public repository, so analysis relies on NPM metadata and CLI help output.Impact Assessment
Update Copilot CLI
Breaking Changes
None detected (additive only).
Key Features (from CLI help diff)
--enable-memory.--model 'auto'.-rshorthand for--resume.billinghelp topic.View Subcommand Changes
configsubcommandgemini-3.1-pro-preview,gemini-3.5-flash.builtInAgents.rubberDuckAutoInvoke(defaultfalse).environmentsubcommandNote: github/copilot-cli is a private repository, so release-notes/CHANGELOG deep analysis is not available; findings above are derived from
npm viewmetadata andcopilot --help/copilot config --help/copilot environment --helpoutput captured in cache-memory.Impact Assessment
/modelsworks with PAT auth — per theDefaultCopilotVersiondoc comment.View Migration Guide
In
pkg/constants/version_constants.go:Then regenerate lock files and verify:
Do not commit
*.lock.ymlorpkg/workflow/js/*.jsdirectly — let the standard build process own them.Package Links
References: §27085319952