Skip to content

chore: bump CLI tool versions — Claude Code 2.1.62, Copilot 0.0.419, Codex 0.106.0, MCP Gateway v0.1.6#18669

Merged
pelikhan merged 5 commits intomainfrom
copilot/update-cli-tool-versions-another-one
Feb 27, 2026
Merged

chore: bump CLI tool versions — Claude Code 2.1.62, Copilot 0.0.419, Codex 0.106.0, MCP Gateway v0.1.6#18669
pelikhan merged 5 commits intomainfrom
copilot/update-cli-tool-versions-another-one

Conversation

Copy link
Contributor

Copilot AI commented Feb 27, 2026

  • Update DefaultClaudeCodeVersion from 2.1.59 → 2.1.62
  • Update DefaultCopilotVersion from 0.0.418 → 0.0.419
  • Update DefaultCodexVersion from 0.105.0 → 0.106.0
  • Update DefaultMCPGatewayVersion from v0.1.5 → v0.1.6
  • Run make build && make fmt && make lint && make recompile — all 161 workflows recompiled
  • Update wasm golden test fixtures to reflect new Copilot (0.0.419) and MCP Gateway (v0.1.6) versions — fixes TestWasmGolden_CompileFixtures CI failure
Original prompt

This section details on the original issue you should resolve

<issue_title>[ca] CLI Version Updates: Claude Code 2.1.62, Copilot 0.0.419, Codex 0.106.0, MCP Gateway v0.1.6</issue_title>
<issue_description>4 CLI tools have been updated in pkg/constants/constants.go and workflows recompiled.

Update Summary

Tool Previous Latest Risk
Claude Code 2.1.59 2.1.62 Low
GitHub Copilot CLI 0.0.418 0.0.419 Medium (integration test required)
OpenAI Codex 0.105.0 0.106.0 Low
MCP Gateway v0.1.5 v0.1.6 Low

No changes: GitHub MCP Server (v0.31.0), Playwright MCP (0.0.68), Playwright Browser (v1.58.2).


Claude Code 2.1.59 → 2.1.62

Intermediate versions: 2.1.60 (skipped), 2.1.61

  • Update Priority: Low
  • Breaking Changes: None detected
  • No public GitHub repository; changelog not publicly available.
View CLI Discovery

No public repository available for Claude Code. Version bumps 2.1.59 → 2.1.62 span 3 patch releases (2.1.60, 2.1.61, 2.1.62). NPM dist-tags shows latest: 2.1.62, stable: 2.1.44.

Package Links


GitHub Copilot CLI 0.0.418 → 0.0.419

  • Update Priority: Medium — full integration test run required per WARNING in constants.go
  • Breaking Changes: None detected

Key Features

  • New --mouse [value] flag: Enable mouse support in alt screen mode (on|off)
  • New --no-mouse flag: Disable mouse support in alt screen mode
  • Documentation URL updated from https://docs.github.com/en/copilot/concepts/agents/copilot-cli to https://docs.github.com/copilot/how-tos/copilot-cli
View CLI Diff (0.0.418 vs 0.0.419)
+   --mouse [value]                     Enable mouse support in alt screen mode
+                                       (on|off)
+   --no-mouse                          Disable mouse support in alt screen mode
-   Read the documentation at https://docs.github.com/en/copilot/concepts/agents/copilot-cli
+   Read the documentation at https://docs.github.com/copilot/how-tos/copilot-cli

Model list unchanged: claude-sonnet-4.6, claude-opus-4.6, gpt-5.3-codex, gpt-5.2, gpt-5.1-codex-mini, gpt-5-mini, gemini-3-pro-preview, gpt-4.1, and others.

Subcommand structure unchanged (help, init, login, plugin, update, version). Config and environment help topics unchanged.

Package Links


OpenAI Codex 0.105.0 → 0.106.0

  • Update Priority: Low
  • Breaking Changes: None detected
  • Release Date: 2026-02-26

Key Features

View Full Changelog

Bug Fixes

Internal Improvements

Full diff: openai/codex@rust-v0.105.0...rust-v0.106.0

Package Links


MCP Gateway v0.1.5 → v0.1.6

  • Update Priority: Medium — contains critical agent reliability fix
  • Breaking Changes: New --payload-path-prefix flag (additive, backward compatible)
  • Release Date: 2026-02-27

Key Features

  • Critical Fix: Agents were entering infinite retry loops when payload files weren't accessible inside containers. Payload size threshold increased to 512KB (https://github.com/git...

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.



✨ PR Review Safe Output Test - Run 22487258068

💥 [THE END] — Illustrated by Smoke Claude


Changeset

  • Type: patch
  • Description: Default CLI tool versions for Claude Code, Copilot CLI, Codex, and the MCP Gateway were bumped to 2.1.62, 0.0.419, 0.106.0, and v0.1.6 respectively.

Generated by Changeset Generator for issue #18669

Warning

⚠️ Firewall blocked 1 domain

The following domain was blocked by the firewall during workflow execution:

  • github.com

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "github.com"

See Network Configuration for more information.



✨ PR Review Safe Output Test - Run 22489336830

💥 [THE END] — Illustrated by Smoke Claude

…ex 0.106.0, MCP Gateway v0.1.6

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update CLI tool versions in constants.go chore: bump CLI tool versions — Claude Code 2.1.62, Copilot 0.0.419, Codex 0.106.0, MCP Gateway v0.1.6 Feb 27, 2026
@pelikhan pelikhan marked this pull request as ready for review February 27, 2026 13:00
Copilot AI review requested due to automatic review settings February 27, 2026 13:00
@pelikhan pelikhan added the smoke label Feb 27, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 27, 2026

🌑 The shadows whisper... Smoke Codex failed. The oracle requires further meditation...

@github-actions
Copy link
Contributor

github-actions bot commented Feb 27, 2026

🎬 THE ENDSmoke Claude MISSION: ACCOMPLISHED! The hero saves the day! ✨

@github-actions
Copy link
Contributor

📰 BREAKING: Smoke Copilot is now investigating this pull request. Sources say the story is developing...

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates four CLI tool versions in pkg/constants/constants.go and propagates these changes across 161 compiled workflow files.

Changes:

  • Claude Code: 2.1.59 → 2.1.62 (low-risk patch)
  • GitHub Copilot CLI: 0.0.418 → 0.0.419 (adds mouse support flags)
  • OpenAI Codex: 0.105.0 → 0.106.0 (enables request_user_input in Default mode, promotes js_repl)
  • MCP Gateway: v0.1.5 → v0.1.6 (critical fix for infinite retry loops)

Reviewed changes

Copilot reviewed 162 out of 162 changed files in this pull request and generated no comments.

File Description
pkg/constants/constants.go Updates four version constants for CLI tools
.github/workflows/*.lock.yml (161 files) Recompiled workflow files with updated version references in agent_version, awmg_version, install commands, and Docker image references

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions

This comment has been minimized.

@pelikhan
Copy link
Contributor

@copilot fix test Reference: https://github.com/github/gh-aw/actions/runs/22486595347/job/65139858724

Investigate smoke codex failure

@github-actions
Copy link
Contributor

🤖 Smoke test §22487258084 results for @pelikhan:

Test Result
GitHub MCP
Safe Inputs GH CLI
Serena MCP ❌ (unavailable)
Playwright
Web Fetch
File Writing + Bash
Discussion Interaction
Build gh-aw
Discussion Creation
Workflow Dispatch
PR Review

Overall: PASS (1 tool unavailable)

📰 BREAKING: Report filed by Smoke Copilot

@github-actions github-actions bot removed the smoke label Feb 27, 2026
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version bump PR updating 4 CLI tools (Claude Code 2.1.62, Copilot 0.0.419, Codex 0.106.0, MCP Gateway v0.1.6) across 162 recompiled workflows. Changes are mechanical constant updates in pkg/constants/constants.go with automated lock file regeneration. The MCP Gateway bump is the most impactful — it fixes infinite retry loops. LGTM. 🚀

📰 BREAKING: Report filed by Smoke Copilot

// DefaultClaudeCodeVersion is the default version of the Claude Code CLI.
const DefaultClaudeCodeVersion Version = "2.1.59"
const DefaultClaudeCodeVersion Version = "2.1.62"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Claude Code version bump (2.1.59 → 2.1.62) — described as low-risk patch. Good to go.


// DefaultMCPGatewayVersion is the default version of the MCP Gateway (gh-aw-mcpg) Docker image
const DefaultMCPGatewayVersion Version = "v0.1.5"
const DefaultMCPGatewayVersion Version = "v0.1.6"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔧 MCP Gateway v0.1.5 → v0.1.6 contains a critical fix for infinite retry loops when payload files weren't accessible inside containers. The payload size threshold was also raised to 512KB. This bump is important for agent reliability — good prioritization!

@github-actions
Copy link
Contributor

📰 VERDICT: Smoke Copilot has concluded. All systems operational. This is a developing story. 🎤

@github-actions
Copy link
Contributor

Smoke Test Results — Run §22487258068

Test Result
1. GitHub MCP ❌ token overflow
2. safeinputs GH CLI
3. Serena MCP ⚠️ activate ✅ / find_symbol ❌
4. Make Build
5. Playwright
6. Tavily Search
7. File Writing
8. Bash Tool
9. Discussion
10. Agentic Workflows
11. Update PR
12. PR Review Comments
13. Submit PR Review
14. Resolve Thread ⚠️ skipped
15. Add Reviewer
16. Push to PR Branch ❌ context error
17. Close PR ⚠️ skipped

Overall: PARTIAL

💥 [THE END] — Illustrated by Smoke Claude

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💥 Automated smoke test review - all systems nominal!

💥 [THE END] — Illustrated by Smoke Claude

… Gateway v0.1.6)

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Feb 27, 2026

@copilot fix test Reference: https://github.com/github/gh-aw/actions/runs/22486595347/job/65139858724

Investigate smoke codex failure

The TestWasmGolden_CompileFixtures tests were failing because the wasm golden files (basic-copilot.golden, smoke-copilot.golden, with-imports.golden) still had the old Copilot (0.0.418) and MCP Gateway (v0.1.5) version strings. Updated them with go test -update in commit 9ada70c.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 27, 2026

🌑 The shadows whisper... Smoke Codex failed. The oracle requires further meditation...

@github-actions
Copy link
Contributor

📰 BREAKING: Smoke Copilot is now investigating this pull request. Sources say the story is developing...

@github-actions
Copy link
Contributor

github-actions bot commented Feb 27, 2026

🎬 THE ENDSmoke Claude MISSION: ACCOMPLISHED! The hero saves the day! ✨

@github-actions
Copy link
Contributor

Agent Container Tool Check

Tool Status Version
bash 5.2.21
sh available
git 2.53.0
jq 1.7
yq 4.52.4
curl 8.5.0
gh 2.87.3
node 20.20.0
python3 3.12.3
go 1.24.13
java 10.0.102
dotnet not found

Result: 11/12 tools available — FAIL (dotnet missing)

🔧 Tool validation by Agent Container Smoke Test

@github-actions
Copy link
Contributor

Commit pushed: 75f371a

Generated by Changeset Generator

@github-actions
Copy link
Contributor

Smoke Test 22489336854@Copilot @pelikhan

Test Result
GitHub MCP
Safe Inputs GH CLI
Serena MCP ❌ (tools unavailable)
Playwright
Web Fetch
File Writing + Bash
Discussion Interaction
Build gh-aw
Discussion Creation
Workflow Dispatch
PR Review

Overall: ⚠️ PARTIAL PASS (11/12 — Serena MCP unavailable)

📰 BREAKING: Report filed by Smoke Copilot

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version bump PR looks clean — 165 files recompiled via make recompile, all version constants updated consistently across lock files. The MCP Gateway v0.1.6 critical fix (infinite retry loop) is well documented. LGTM! 🚀

📰 BREAKING: Report filed by Smoke Copilot

@@ -352,7 +352,7 @@ jobs:
engine_name: "GitHub Copilot CLI",
model: process.env.GH_AW_MODEL_AGENT_COPILOT || "",
version: "",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version bump from 0.0.418 → 0.0.419 looks correct. This is a generated file from make recompile — no manual changes needed here.

@@ -368,7 +368,7 @@ jobs:
allowed_domains: ["defaults"],
firewall_enabled: true,
awf_version: "v0.23.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MCP Gateway bump v0.1.5 → v0.1.6 with the critical fix for infinite retry loops on payload files. Good to see this tracked alongside the Copilot CLI version bump.

@github-actions
Copy link
Contributor

📰 VERDICT: Smoke Copilot has concluded. All systems operational. This is a developing story. 🎤

@pelikhan pelikhan merged commit 3c15f58 into main Feb 27, 2026
49 checks passed
@pelikhan pelikhan deleted the copilot/update-cli-tool-versions-another-one branch February 27, 2026 14:16
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💥 Automated smoke test review - all systems nominal!

💥 [THE END] — Illustrated by Smoke Claude

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ca] CLI Version Updates: Claude Code 2.1.62, Copilot 0.0.419, Codex 0.106.0, MCP Gateway v0.1.6

3 participants