Summary
Version check on 2026-05-16 detected two patch-level updates: Claude Code (2.1.142 → 2.1.143) and MCP Gateway gh-aw-mcpg (v0.3.9 → v0.3.10). All other tracked CLIs and MCP servers are up to date.
Updates
| Tool |
Previous |
New |
Type |
| Claude Code |
2.1.142 |
2.1.143 |
Patch |
| MCP Gateway (gh-aw-mcpg) |
v0.3.9 |
v0.3.10 |
Patch |
No-Change Inventory
- Copilot CLI: 1.0.48
- Codex: 0.130.0
- GitHub MCP Server: v1.0.4
- Playwright MCP: 0.0.75
- Playwright CLI: 0.1.13
- Playwright Browser: v1.60.0
Update Claude Code
- Previous: 2.1.142 → New: 2.1.143
- Risk: Low (patch release, no public changelog/repo)
View Details
Claude Code does not have a public GitHub repository, so detailed release notes are not available. Based on the version bump from 2.1.142 to 2.1.143, this is a patch-level update — typically containing bug fixes, small refinements, and minor stability improvements. No breaking changes are expected at this semver level.
Package Links:
Update MCP Gateway (gh-aw-mcpg)
- Previous: v0.3.9 → New: v0.3.10
- Released: 2026-05-15
- Risk: Low (patch release, internal refactors and one user-facing fix)
This bump touches the default sandbox.agent container image used across generated workflows. After updating DefaultMCPGatewayVersion, all 229 workflow lock files were regenerated via make build && make recompile && make recompile (double recompile is required per the constant's documented rebuild policy to refresh container SHA pins).
Key Changes
View Full Changelog
Bug Fixes
Performance
Refactors
Tests
Docs / Logging
CI / Smoke
Full comparison: github/gh-aw-mcpg@v0.3.9...v0.3.10
View Migration Guide
DefaultMCPGatewayVersion updated in pkg/constants/version_constants.go from v0.3.9 → v0.3.10.
- Per the constant's documented policy,
make build && make recompile && make recompile was run to refresh container SHA pins (the first recompile regenerates lock files; the second resolves the new container digest).
- All 229 workflow
.lock.yml files regenerated.
- No API or config-shape changes for workflow authors — the
--log-dir stderr fallback fix and rust-guard perf wins are transparent to consumers.
Impact Assessment
- Risk: Low
- Affects: all generated workflows that use the default sandbox.agent container (ghcr.io/github/gh-aw-mcpg:v0.3.10)
- Migration: none required for workflow authors; constant + lock files regenerated
Package Links
Recommendations
- Merge promptly — both updates are patch-level with low risk.
- The MCPG
--log-dir stderr fallback fix improves observability when the configured log directory is read-only (a real failure mode in some sandboxed runners).
- Validate the next CI run on a workflow that exercises MCPG (e.g. smoke-copilot) to confirm the new container digest resolves cleanly.
References:
Generated by 🔢 CLI Version Checker · ● 7.2M · ◷
Summary
Version check on 2026-05-16 detected two patch-level updates: Claude Code (2.1.142 → 2.1.143) and MCP Gateway gh-aw-mcpg (v0.3.9 → v0.3.10). All other tracked CLIs and MCP servers are up to date.
Updates
No-Change Inventory
Update Claude Code
View Details
Claude Code does not have a public GitHub repository, so detailed release notes are not available. Based on the version bump from 2.1.142 to 2.1.143, this is a patch-level update — typically containing bug fixes, small refinements, and minor stability improvements. No breaking changes are expected at this semver level.
Package Links:
Update MCP Gateway (gh-aw-mcpg)
This bump touches the default
sandbox.agentcontainer image used across generated workflows. After updatingDefaultMCPGatewayVersion, all 229 workflow lock files were regenerated viamake build && make recompile && make recompile(double recompile is required per the constant's documented rebuild policy to refresh container SHA pins).Key Changes
--log-diris unwritable — fix: fall back to stderr (not stdout) when log-dir is unwritable gh-aw-mcpg#5773Cow<str>and zero-alloc rank matching — rust-guard: remove hot-path scope/integrity allocations viaCow<str>and zero-alloc rank matching gh-aw-mcpg#5754envutil.HasEnvVarandhasMapKeyVariantshelpers in config — [Repo Assist] refactor(config): add envutil.HasEnvVar and hasMapKeyVariants helpers gh-aw-mcpg#5750View Full Changelog
Bug Fixes
@Copilot— fix: fall back to stderr (not stdout) when log-dir is unwritable gh-aw-mcpg#5773Performance
Cow<str>and zero-alloc rank matching by@Copilot— rust-guard: remove hot-path scope/integrity allocations viaCow<str>and zero-alloc rank matching gh-aw-mcpg#5754Refactors
@Copilot— Refactor WASM guard detection placement and inline config validation log wrappers gh-aw-mcpg#5774Tests
Docs / Logging
@Copilot— Reconcile docs with runtime behavior for env vars, launch flags, and config semantics gh-aw-mcpg#5779CI / Smoke
@lpcox— feat: use latest mcpg container image in smoke-copilot gh-aw-mcpg#5705@lpcox— smoke-copilot: add artifact readability test gh-aw-mcpg#5711Full comparison: github/gh-aw-mcpg@v0.3.9...v0.3.10
View Migration Guide
DefaultMCPGatewayVersionupdated inpkg/constants/version_constants.gofromv0.3.9→v0.3.10.make build && make recompile && make recompilewas run to refresh container SHA pins (the first recompile regenerates lock files; the second resolves the new container digest)..lock.ymlfiles regenerated.--log-dirstderr fallback fix and rust-guard perf wins are transparent to consumers.Impact Assessment
Package Links
Recommendations
--log-dirstderr fallback fix improves observability when the configured log directory is read-only (a real failure mode in some sandboxed runners).References: