Overview
Five default tool versions were updated in pkg/constants/version_constants.go and all 250 workflows recompiled successfully (0 errors).
| Tool |
Previous |
New |
| Claude Code |
2.1.179 |
2.1.183 |
| Codex |
0.140.0 |
0.141.0 |
| GitHub MCP Server |
v1.3.0 |
v1.4.0 |
| Pi |
0.79.6 |
0.79.7 |
| Copilot SDK |
1.0.1 |
1.0.2 |
No change (already latest): 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
GitHub MCP Server: v1.3.0 → v1.4.0
- Risk: Low-Medium. Behavioral change:
create_repository now defaults to private when visibility is omitted.
- Released: 2026-06-18
Key changes:
Impact assessment
The create_repository default change is the main behavioral shift. gh-aw workflows that create repos and rely on the previous default should set visibility explicitly. New code-quality findings tool and repo-scoped list_issue_types are additive. Full changelog: github/github-mcp-server@v1.3.0...v1.4.0
Codex: 0.140.0 → 0.141.0
- Risk: Low. Mostly remote-executor/plugin internals plus perf chores; no breaking CLI changes for gh-aw.
- Released: 2026-06-18
Features:
Fixes:
Performance: tool-search caching + reduced request/history copies — openai/codex#27258 , openai/codex#28306
CLI discovery & full changelog
Codex 0.141.0 --help is unchanged from the previously cached 0.141.0 capture (the delete subcommand added in 0.141.0 was noted in the prior run). Default MCP tool timeout increased to 300s — openai/codex#28234
Full changelog: openai/codex@rust-v0.140.0...rust-v0.141.0
Claude Code: 2.1.179 → 2.1.183
- Risk: Low. No public changelog repository; relied on NPM metadata + CLI help diff.
- Timeline: 2.1.181 (2026-06-17), 2.1.182 (2026-06-18), 2.1.183 (2026-06-19). Intermediate 2.1.180 not published to npm.
- CLI discovery:
claude --help is byte-identical between 2.1.181 and 2.1.183 — no new commands or flags.
- Package: https://www.npmjs.com/package/`@anthropic-ai/claude-code`
Pi: 0.79.6 → 0.79.7
- Risk: Low. No public GitHub repository; relied on NPM metadata + CLI help diff.
- CLI discovery: only change in
pi --help is reworded update subcommand description — now pi update [source|self|pi] Update pi (use --all for pi and extensions) (was Update pi and installed extensions).
- Package: https://www.npmjs.com/package/`@earendil-works/pi-coding-agent`
Copilot SDK: 1.0.1 → 1.0.2
Migration & verification
Changes applied
- Edited 5 constants in
pkg/constants/version_constants.go.
- Ran
make recompile (single pass): 250/250 workflows compiled, 0 errors.
- Verified all 250
*.lock.yml files reference new versions (github-mcp-server:v1.4.0, claude-code@2.1.183, codex@0.141.0, pi-coding-agent@0.79.7, copilot-sdk@1.0.2); no lingering old version references.
- MCP Gateway and Firewall versions unchanged, so the double-recompile SHA-refresh step was not required.
Recommendation: Merge after CI passes. Watch the GitHub MCP Server create_repository private-by-default change for any workflow that depends on the old behavior.
References: §27810934798
Generated by 🔢 CLI Version Checker · 148.3 AIC · ⌖ 35.6 AIC · ⊞ 11.2K · ◷
Overview
Five default tool versions were updated in
pkg/constants/version_constants.goand all 250 workflows recompiled successfully (0 errors).No change (already latest): 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
GitHub MCP Server: v1.3.0 → v1.4.0
create_repositorynow defaults to private when visibility is omitted.Key changes:
create_repositoryto private when visibility omitted — fix(repos): default create_repository to private when visibility omitted github-mcp-server#2694list_issue_types— Add repo-scoped support to list_issue_types tool github-mcp-server#2692show_uiparameter to UI-enabled write tools — Add explicit show_ui parameter to UI-enabled write tools github-mcp-server#2601Impact assessment
The
create_repositorydefault change is the main behavioral shift. gh-aw workflows that create repos and rely on the previous default should set visibility explicitly. New code-quality findings tool and repo-scopedlist_issue_typesare additive. Full changelog: github/github-mcp-server@v1.3.0...v1.4.0Codex: 0.140.0 → 0.141.0
Features:
Fixes:
codex exec; blocking PostToolUse hooks reject code-mode calls — Preserve hook trust bypass in codex exec threads openai/codex#26434 , Respect blocking PostToolUse hooks in code mode openai/codex#28365Performance: tool-search caching + reduced request/history copies — openai/codex#27258 , openai/codex#28306
CLI discovery & full changelog
Codex 0.141.0
--helpis unchanged from the previously cached 0.141.0 capture (thedeletesubcommand added in 0.141.0 was noted in the prior run). Default MCP tool timeout increased to 300s — openai/codex#28234Full changelog: openai/codex@rust-v0.140.0...rust-v0.141.0
Claude Code: 2.1.179 → 2.1.183
claude --helpis byte-identical between 2.1.181 and 2.1.183 — no new commands or flags.Pi: 0.79.6 → 0.79.7
pi --helpis rewordedupdatesubcommand description — nowpi update [source|self|pi] Update pi (use --all for pi and extensions)(wasUpdate pi and installed extensions).Copilot SDK: 1.0.1 → 1.0.2
@github/copilot-sdkis the TypeScript SDK for programmatic Copilot CLI control (used in headless SDK mode). Patch bump; no CLI surface.Migration & verification
Changes applied
pkg/constants/version_constants.go.make recompile(single pass): 250/250 workflows compiled, 0 errors.*.lock.ymlfiles reference new versions (github-mcp-server:v1.4.0,claude-code@2.1.183,codex@0.141.0,pi-coding-agent@0.79.7,copilot-sdk@1.0.2); no lingering old version references.Recommendation: Merge after CI passes. Watch the GitHub MCP Server
create_repositoryprivate-by-default change for any workflow that depends on the old behavior.References: §27810934798