Overview
Five agentic CLI/MCP dependencies have newer stable releases. Constants in pkg/constants/version_constants.go were updated and make recompile was run twice (249/249 workflows compiled, 0 errors, 249 lock files regenerated, no stale version references remaining).
| Tool |
Old |
New |
Risk |
| Claude Code |
2.1.179 |
2.1.183 |
Low |
| Copilot SDK |
1.0.1 |
1.0.2 |
Low |
| Codex |
0.140.0 |
0.141.0 |
Low |
| Pi |
0.79.6 |
0.79.8 |
Low |
| GitHub MCP Server |
v1.3.0 |
v1.4.0 |
Low–Medium |
No changes needed: Copilot CLI (1.0.63), Gemini (0.39.1), MCP Gateway (v0.3.27), Playwright MCP (0.0.76), Playwright CLI (0.1.14), Playwright Browser (v1.61.0).
Update Claude Code
- Previous: 2.1.179 → New: 2.1.183 (intermediate: 2.1.181, 2.1.182; 2.1.180 was never published to npm)
- Timeline: 2.1.179 (2026-06-16) → 2.1.183 (2026-06-19)
- Risk: Low (patch releases)
- CLI Discovery: main
--help unchanged from 2.1.179 (per prior runs)
No public repository; relying on npm metadata. Package: https://www.npmjs.com/package/`@anthropic-ai/claude-code`
Update Codex
- Previous: 0.140.0 → New: 0.141.0
- Released: 2026-06-18
- Risk: Low
Key Features
Bug Fixes
View Full Changelog (Codex 0.141.0)
Chores
CLI Discovery: delete subcommand (delete a saved session by id/name) was added in 0.141.0 vs the older cached 0.138.0; main help otherwise unchanged.
Full changelog: openai/codex@rust-v0.140.0...rust-v0.141.0
Release notes: https://github.com/openai/codex/releases/tag/rust-v0.141.0
Update Pi
- Previous: 0.79.6 → New: 0.79.8 (intermediate: 0.79.7)
- Timeline: 0.79.6 (2026-06-16) → 0.79.7 (2026-06-18) → 0.79.8 (2026-06-19)
- Risk: Low
- CLI Discovery: main
--help identical to 0.79.7
No public repository; relying on npm metadata. Package: https://www.npmjs.com/package/`@earendil-works/pi-coding-agent`
Update Copilot SDK
- Previous: 1.0.1 → New: 1.0.2
- Released: 2026-06-18
- Risk: Low
Package: https://www.npmjs.com/package/`@github/copilot-sdk`
Update GitHub MCP Server
- Previous: v1.3.0 → New: v1.4.0
- Released: 2026-06-18
- Risk: Low–Medium (new tools + a default-behavior change for repo creation)
Breaking / Behavior Changes
Key Features
View Full Changelog (GitHub MCP Server v1.4.0)
Fixes
Full changelog: github/github-mcp-server@v1.3.0...v1.4.0
Release notes: https://github.com/github/github-mcp-server/releases/tag/v1.4.0
Impact Assessment
- Claude Code / Copilot SDK / Pi: patch updates, no surface changes; Low risk.
- Codex 0.141.0: feature-heavy but mostly remote-executor/plugin internals not used by default gh-aw flows; the WAL-reset SQLite and TLS P-521 fixes are net positives. Low risk.
- GitHub MCP Server v1.4.0: the
create_repository default-to-private change is the only behavior change worth noting; safe-by-default and unlikely to affect existing workflows. New code-quality-findings tool is additive. Low–Medium risk.
Recommendations
- Update priority: routine. Merge after CI passes.
- Testing: standard recompile/CI is sufficient; no migration steps required.
Verification
make recompile ran twice: 249/249 workflows compiled, 0 errors, 249 lock files updated.
- Stale-reference scan for old versions returned empty; 244 lock files now pin GitHub MCP Server v1.4.0.
References: §27863312344
Generated by 🔢 CLI Version Checker · 146.8 AIC · ⌖ 35.9 AIC · ⊞ 11.2K · ◷
Overview
Five agentic CLI/MCP dependencies have newer stable releases. Constants in
pkg/constants/version_constants.gowere updated andmake recompilewas run twice (249/249 workflows compiled, 0 errors, 249 lock files regenerated, no stale version references remaining).No changes needed: Copilot CLI (1.0.63), Gemini (0.39.1), MCP Gateway (v0.3.27), Playwright MCP (0.0.76), Playwright CLI (0.1.14), Playwright Browser (v1.61.0).
Update Claude Code
--helpunchanged from 2.1.179 (per prior runs)No public repository; relying on npm metadata. Package: https://www.npmjs.com/package/`@anthropic-ai/claude-code`
Update Codex
Key Features
Bug Fixes
codex execthread start/resume; blockingPostToolUsehooks correctly reject code-mode tool calls (Preserve hook trust bypass in codex exec threads openai/codex#26434, Respect blocking PostToolUse hooks in code mode openai/codex#28365)View Full Changelog (Codex 0.141.0)
Chores
CLI Discovery:
deletesubcommand (delete a saved session by id/name) was added in 0.141.0 vs the older cached 0.138.0; main help otherwise unchanged.Full changelog: openai/codex@rust-v0.140.0...rust-v0.141.0
Release notes: https://github.com/openai/codex/releases/tag/rust-v0.141.0
Update Pi
--helpidentical to 0.79.7No public repository; relying on npm metadata. Package: https://www.npmjs.com/package/`@earendil-works/pi-coding-agent`
Update Copilot SDK
Package: https://www.npmjs.com/package/`@github/copilot-sdk`
Update GitHub MCP Server
Breaking / Behavior Changes
create_repositorynow defaults to private whenvisibilityis omitted (fix(repos): default create_repository to private when visibility omitted github-mcp-server#2694)Key Features
show_uiparameter added to UI-enabled write tools (Add explicit show_ui parameter to UI-enabled write tools github-mcp-server#2601)list_issue_typestool (Add repo-scoped support to list_issue_types tool github-mcp-server#2692)View Full Changelog (GitHub MCP Server v1.4.0)
Fixes
Full changelog: github/github-mcp-server@v1.3.0...v1.4.0
Release notes: https://github.com/github/github-mcp-server/releases/tag/v1.4.0
Impact Assessment
create_repositorydefault-to-private change is the only behavior change worth noting; safe-by-default and unlikely to affect existing workflows. New code-quality-findings tool is additive. Low–Medium risk.Recommendations
Verification
make recompileran twice: 249/249 workflows compiled, 0 errors, 249 lock files updated.References: §27863312344