chore: CLI version updates 2026-07-21#47005
Conversation
PR Triage
WIP draft — no committed files yet. CLI version bump (Claude Code, Copilot CLI, Codex, MCP Gateway). Defer until undrafted. Run §29809051050
|
…, Codex 0.144.6, MCPG v0.4.3) Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
|
🎬 THE END — Smoke Claude MISSION: ACCOMPLISHED! The hero saves the day! ✨ |
|
🚀 Smoke Gemini MISSION COMPLETE! Gemini has spoken. ✨ |
|
✅ All tools validated successfully! Agent Container Smoke Test confirms agent container is ready. |
|
🚀 Smoke Antigravity MISSION COMPLETE! Antigravity has spoken. ✨ |
|
🚀 Smoke Pi MISSION COMPLETE! Pi delivered. 🥧 PR comment skipped: workflow context did not provide a commentable triggering event; issue was created with smoke test results. |
|
✨ The prophecy is fulfilled... Smoke Codex has completed its mystical journey. The stars align. 🌟 |
|
📰 BREAKING: Smoke Copilot is now investigating this pull request. Sources say the story is developing... |
|
✅ Smoke Copilot MAI completed successfully! |
|
📰 BREAKING: Smoke Copilot - AOAI (apikey) is now investigating this pull request. Sources say the story is developing... |
|
✅ Smoke OTEL completed successfully! |
|
✅ Smoke Copilot Small completed successfully! |
Comment MemoryNote This comment is managed by comment memory.It stores persistent context for this thread in the code block at the top of this comment.
|
There was a problem hiding this comment.
Smoke test review notes added.
📰 BREAKING: Report filed by Smoke Copilot · 55.5 AIC · ⌖ 5.71 AIC · ⊞ 19.3K
Comment /smoke-copilot to run again
Add label smoke to run again
There was a problem hiding this comment.
💥 Automated smoke test review — all systems nominal! Run 29811153288 complete.
💥 [THE END] — Illustrated by Smoke Claude · 84.1 AIC · ⌖ 19.5 AIC · ⊞ 6K
Comment /smoke-claude to run again
| "gh-aw": patch | ||
| --- | ||
|
|
||
| Update default CLI tool versions: Claude Code 2.1.216, Copilot CLI 1.0.73, OpenAI Codex 0.144.6, and MCP Gateway v0.4.3. |
There was a problem hiding this comment.
👍 Changeset description is clear and concise — good version bump documentation for all four tools (Claude Code, Copilot CLI, Codex, MCPG).
| "image": "ghcr.io/github/gh-aw-mcpg:v0.4.1", | ||
| "digest": "sha256:ad2a979c2cd8b50098e84938ca9c9c1580eb8e91526f101a90adfba7859b2c32", | ||
| "pinned_image": "ghcr.io/github/gh-aw-mcpg:v0.4.1@sha256:ad2a979c2cd8b50098e84938ca9c9c1580eb8e91526f101a90adfba7859b2c32" | ||
| "ghcr.io/github/gh-aw-mcpg:v0.4.3": { |
There was a problem hiding this comment.
✅ MCPG version bumped from v0.4.1 to v0.4.3 with updated digest — good pinning practice for reproducible builds.
|
Smoke Test 29812422128:
|
Comment MemoryNote This comment is managed by comment memory.It stores persistent context for this thread in the code block at the top of this comment.
|
|
@copilot build wasm golden |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Built the WASM binary and regenerated the |
There was a problem hiding this comment.
Pull request overview
Updates default agent CLI and MCP Gateway versions and propagates them through generated artifacts.
Changes:
- Bumps Claude Code, Copilot CLI, Codex, and MCP Gateway versions.
- Re-pins the MCP Gateway container digest.
- Regenerates workflow locks and WASM golden fixtures.
Show a summary per file
| File | Description |
|---|---|
.changeset/patch-update-cli-tool-versions-2026-07-21.md |
Records the patch release. |
.github/aw/actions-lock.json |
Updates the MCPG container pin. |
.github/workflows/*.lock.yml (260 files) |
Regenerates workflows with updated versions and digest. |
pkg/actionpins/data/action_pins.json |
Synchronizes the MCPG pin. |
pkg/constants/version_constants.go |
Updates four default versions. |
pkg/workflow/data/action_pins.json |
Synchronizes the workflow MCPG pin. |
pkg/workflow/testdata/TestWasmGolden_AllEngines/claude.golden |
Updates Claude and MCPG expectations. |
pkg/workflow/testdata/TestWasmGolden_AllEngines/codex.golden |
Updates Codex and MCPG expectations. |
pkg/workflow/testdata/TestWasmGolden_AllEngines/copilot.golden |
Updates Copilot and MCPG expectations. |
pkg/workflow/testdata/TestWasmGolden_AllEngines/gemini.golden |
Updates MCPG expectations. |
pkg/workflow/testdata/TestWasmGolden_AllEngines/pi.golden |
Updates MCPG expectations. |
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/basic-copilot.golden |
Refreshes generated expectations. |
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/playwright-cli-mode.golden |
Refreshes generated expectations. |
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/smoke-copilot.golden |
Refreshes generated expectations. |
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/with-imports.golden |
Refreshes generated expectations. |
pkg/workflow/testdata/wasm_golden/WasmBinary/basic-copilot.golden |
Synchronizes WASM output. |
pkg/workflow/testdata/wasm_golden/WasmBinary/playwright-cli-mode.golden |
Synchronizes WASM output. |
pkg/workflow/testdata/wasm_golden/WasmBinary/smoke-copilot.golden |
Synchronizes WASM output. |
pkg/workflow/testdata/wasm_golden/WasmBinary/with-imports.golden |
Synchronizes WASM output. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 58/278 changed files
- Comments generated: 0
- Review effort level: Medium
|
@copilot ensure all container shas are resolved |
Triage
Rationale: Routine CLI version bump. CI mostly passing (11 success, 7 in-progress). No behavioral change. Safe to batch with next maintenance window.
|
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
… container pin pruning Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Done. Ran
Then recompiled those 3 workflows and synced the updated pins to |
Bumps four agentic CLI/MCP tool versions and re-pins the MCPG container digest.
Version changes (
pkg/constants/version_constants.go)Container pin
MCPG digest updated to
v0.4.3@sha256:3c744710ea275cd5ee65db92a1099e0d980754bd9fafda9ce67704c67004dc83across.github/aw/actions-lock.jsonand bothpkg/*/data/action_pins.jsonfiles.Regenerated artifacts
make build && make recompile×2make update-wasm-golden✨ PR Review Safe Output Test - Run 29811153288