5 CLI tools have been updated in pkg/constants/version_constants.go and workflows recompiled (201/201 ✅).
Summary
| Tool |
Previous |
New |
Risk |
| Claude Code |
2.1.112 |
2.1.119 |
Low |
| GitHub Copilot CLI |
1.0.21 |
1.0.35 |
Medium |
| OpenAI Codex |
0.121.0 |
0.124.0 |
Low |
| GitHub MCP Server |
v1.0.0 |
v1.0.2 |
Low |
| MCP Gateway |
v0.2.30 |
v0.3.0 |
Medium |
No changes: Playwright MCP (0.0.70), Playwright Browser (v1.59.1).
Update Claude Code (2.1.112 → 2.1.119)
No public repository. Version bump of 7 patch releases.
Update GitHub Copilot CLI (1.0.21 → 1.0.35)
14 patch releases. Repository may be private; NPM description: "GitHub Copilot CLI brings the power of Copilot coding agent directly to your terminal."
View Upgrade Notes (from constants.go)
When upgrading, verify:
- MCPs are not blocked from loading (
tools.mcp configuration still works end-to-end)
/models does not silently fail on PATs (check that model listing works with PAT auth)
Update OpenAI Codex (0.121.0 → 0.124.0)
View rust-v0.124.0 Release Highlights
New Features
Bug Fixes
Full Changelog: openai/codex@rust-v0.123.0...rust-v0.124.0
Update GitHub MCP Server (v1.0.0 → v1.0.2)
View Changelog
v1.0.1 (2026-04-21)
Full Changelog: github/github-mcp-server@v1.0.0...v1.0.1
v1.0.2 (2026-04-22)
Full Changelog: github/github-mcp-server@v1.0.1...v1.0.2
Update MCP Gateway (v0.2.30 → v0.3.0)
View v0.3.0 Release Highlights
Security & DIFC
Bug Fixes
Improvements
Infrastructure
Full Changelog: github/gh-aw-mcpg@v0.2.30...v0.3.0
Impact Assessment
- Breaking Changes: None for standard workflows; MCP Gateway DIFC behavior change for
NONE association users may affect filtering in some workflows
- Security: MCP Gateway v0.3.0 improves DIFC integrity mapping (positive security change)
- Recompile: ✅ All 201 workflows recompiled successfully
References:
Generated by CLI Version Checker · ● 327.4K · ◷
5 CLI tools have been updated in
pkg/constants/version_constants.goand workflows recompiled (201/201 ✅).Summary
No changes: Playwright MCP (0.0.70), Playwright Browser (v1.59.1).
Update Claude Code (2.1.112 → 2.1.119)
No public repository. Version bump of 7 patch releases.
Update GitHub Copilot CLI (1.0.21 → 1.0.35)
14 patch releases. Repository may be private; NPM description: "GitHub Copilot CLI brings the power of Copilot coding agent directly to your terminal."
View Upgrade Notes (from constants.go)
When upgrading, verify:
tools.mcpconfiguration still works end-to-end)/modelsdoes not silently fail on PATs (check that model listing works with PAT auth)Update OpenAI Codex (0.121.0 → 0.124.0)
View rust-v0.124.0 Release Highlights
New Features
Alt+,lowers reasoning,Alt+.raises it, accepted model upgrades reset reasoning to new model's default (feat(tui): shortcuts to change reasoning level temporarily openai/codex#18866, Persist target default reasoning on model upgrade openai/codex#19085)config.toml, can observe MCP tools andapply_patch(codex: support hooks in config.toml and requirements.toml openai/codex#18893, Support MCP tools in hooks openai/codex#18385, fix(core): emit hooks for apply_patch edits openai/codex#18391)Bug Fixes
/permissionschanges survive side conversations (TUI: preserve permission state after side conversations openai/codex#18924, Fix MCP permission policy sync openai/codex#19033)wait_agentreturns promptly when mailbox work is already queued (fix: wait_agent timeout for queued mailbox mail openai/codex#18968)cwd(Fix relative stdio MCP cwd fallback openai/codex#19031)Full Changelog: openai/codex@rust-v0.123.0...rust-v0.124.0
Update GitHub MCP Server (v1.0.0 → v1.0.2)
View Changelog
v1.0.1 (2026-04-21)
application/json; charset=utf-8(Fix Content-Type rejection for application/json; charset=utf-8 github-mcp-server#2362)Full Changelog: github/github-mcp-server@v1.0.0...v1.0.1
v1.0.2 (2026-04-22)
set_issue_fieldsmutation: use correct inline fragments forIssueFieldValueunion (Fix set_issue_fields mutation: use correct inline fragments for IssueFieldValue union github-mcp-server#2366)Full Changelog: github/github-mcp-server@v1.0.1...v1.0.2
Update MCP Gateway (v0.2.30 → v0.3.0)
View v0.3.0 Release Highlights
Security & DIFC
author_association: NONEnow maps tounapprovedintegrity (fix: map author_association NONE to unapproved integrity gh-aw-mcpg#4430): GitHub'sNONEassociation means "no association with the repo" — it does not imply the user is established. Previously mapped to the lowestnonelevel;NONEnow correctly maps tounapprovedalongsideCONTRIBUTORandFIRST_TIME_CONTRIBUTOR. OnlyFIRST_TIMERremains atnone.Bug Fixes
--config,--log-dir,--payload-dir,--env(fix: register flag completion functions for config, log-dir, payload-dir, env gh-aw-mcpg#4413)Improvements
NoArgsenforcement,Examplefields,AddGroupfor organized help ([Repo Assist] refactor(cmd): cobra UX improvements — NoArgs, MarkFlagFilename, preRun test fix gh-aw-mcpg#4395, cobra: fix test failures, add Examples/AddGroup, improve comments gh-aw-mcpg#4414)ctx.clone()overhead ([Repo Assist] perf(rust-guard): eliminate ctx.clone() and use &'static str in NormalizedPolicy gh-aw-mcpg#4394)Infrastructure
features.cli-proxy→tools.github.mode: gh-proxyFull Changelog: github/gh-aw-mcpg@v0.2.30...v0.3.0
author_association: NONEis a security behavior changeNONEassociation will now be filtered atunapprovedlevel instead ofnoneImpact Assessment
NONEassociation users may affect filtering in some workflowsReferences: