Overview
Three agentic CLI tools have newer stable releases than the versions pinned in pkg/constants/version_constants.go. Constants were updated and make recompile ran cleanly (250/250 workflows compiled).
| Tool |
Pinned → New |
Released |
| Claude Code |
2.1.179 → 2.1.181 |
2026-06-17 |
| OpenAI Codex |
0.140.0 → 0.141.0 |
2026-06-18 |
| Copilot SDK |
1.0.1 → 1.0.2 |
2026-06-18 |
All other tracked tools are already at latest: Copilot CLI 1.0.63, Gemini 0.39.1, Pi 0.79.6, GitHub MCP Server v1.3.0, MCP Gateway v0.3.26, Playwright MCP 0.0.76, Playwright CLI 0.1.14, Playwright Browser v1.61.0.
Note (unchanged): MCP SDK remains pinned at 1.24.0 (latest 1.29.0). Left as note-only per prior runs pending a separate review.
Update OpenAI Codex
- Previous: 0.140.0 → New: 0.141.0 (2026-06-18, stable)
Breaking Changes: None.
Key Features
Fixes / Security
CLI Discovery
codex --help diff vs cached 0.138.0 baseline:
- New subcommand:
delete — "Permanently delete a saved session by id or session name"
Impact Assessment
- Risk: Low — no breaking changes; additive features and fixes. New default 300s tool timeout could lengthen some runs but is bounded by workflow timeouts.
Update Claude Code
- Previous: 2.1.179 → New: 2.1.181 (2026-06-17, latest tag)
- No public repository; no
2.1.180 published to npm (jumped 2.1.179 → 2.1.181).
CLI Discovery: claude --help main output identical to 2.1.179 — no new top-level commands or flags detected.
Impact Assessment
- Risk: Low — patch-level bump, no surfaced CLI changes.
Update Copilot SDK
- Previous: 1.0.1 → New: 1.0.2 (2026-06-18, stable)
- TypeScript SDK for programmatic control of GitHub Copilot CLI via JSON-RPC.
⚠️ Dependency note: 1.0.2 declares @github/copilot ^1.0.64-0, i.e. it expects a Copilot CLI ≥ 1.0.64 prerelease. We currently pin Copilot CLI at 1.0.63 stable. No action needed now (peer is a floor, not enforced at our pin), but watch for a Copilot CLI 1.0.64+ stable to keep SDK and CLI aligned.
Impact Assessment
- Risk: Low — patch bump used in copilot-sdk (headless) mode.
Recompile & Verification
make recompile → single pass, 250/250 workflows compiled, 0 errors.
- No firewall/gateway SHA changes (no double-recompile needed).
- Changed files:
pkg/constants/version_constants.go, 143 *.lock.yml, and regenerated actions/setup-cli/install.sh (sync-comment refresh only). No js/*.js changes.
- Version strings verified propagated into lock files (e.g.
@anthropic-ai/claude-code@2.1.181, @openai/codex@0.141.0).
Recommendations
- Merge the constants bump; Low overall risk across all three.
- Prioritize Codex 0.141.0 for the hook-trust/
PostToolUse and SQLite WAL-reset fixes.
- Track for next run: Copilot CLI 1.0.64+ stable (SDK alignment) and MCP SDK 1.29.0 review.
Package Links
References: §27742557480
Generated by 🔢 CLI Version Checker · ◷
Overview
Three agentic CLI tools have newer stable releases than the versions pinned in
pkg/constants/version_constants.go. Constants were updated andmake recompileran cleanly (250/250 workflows compiled).All other tracked tools are already at latest: Copilot CLI 1.0.63, Gemini 0.39.1, Pi 0.79.6, GitHub MCP Server v1.3.0, MCP Gateway v0.3.26, Playwright MCP 0.0.76, Playwright CLI 0.1.14, Playwright Browser v1.61.0.
Update OpenAI Codex
Breaking Changes: None.
Key Features
Fixes / Security
codex exec; blockingPostToolUsehooks properly reject code-mode calls (Preserve hook trust bypass in codex exec threads openai/codex#26434, Respect blocking PostToolUse hooks in code mode openai/codex#28365).CLI Discovery
codex --helpdiff vs cached 0.138.0 baseline:delete— "Permanently delete a saved session by id or session name"Impact Assessment
Update Claude Code
2.1.180published to npm (jumped 2.1.179 → 2.1.181).CLI Discovery:
claude --helpmain output identical to 2.1.179 — no new top-level commands or flags detected.Impact Assessment
Update Copilot SDK
Impact Assessment
Recompile & Verification
make recompile→ single pass, 250/250 workflows compiled, 0 errors.pkg/constants/version_constants.go, 143*.lock.yml, and regeneratedactions/setup-cli/install.sh(sync-comment refresh only). Nojs/*.jschanges.@anthropic-ai/claude-code@2.1.181,@openai/codex@0.141.0).Recommendations
PostToolUseand SQLite WAL-reset fixes.Package Links
References: §27742557480