Skip to content

Update CLI versions: Claude Code 2.1.9, Copilot 0.0.384, Codex 0.87.0, MCP Gateway v0.0.62#10346

Merged
pelikhan merged 8 commits intomainfrom
copilot/update-cli-versions
Jan 16, 2026
Merged

Update CLI versions: Claude Code 2.1.9, Copilot 0.0.384, Codex 0.87.0, MCP Gateway v0.0.62#10346
pelikhan merged 8 commits intomainfrom
copilot/update-cli-versions

Conversation

Copy link
Contributor

Copilot AI commented Jan 16, 2026

Update CLI Versions - 2026-01-16

Updating 4 CLI tool versions as detected on 2026-01-16:

  • Claude Code: 2.1.7 → 2.1.9
  • Copilot CLI: 0.0.382 → 0.0.384
  • Codex: 0.85.0 → 0.87.0
  • MCP Gateway: v0.0.60 → v0.0.62

Changes Made

  • Updated DefaultClaudeCodeVersion from 2.1.7 to 2.1.9
  • Updated DefaultCopilotVersion from 0.0.382 to 0.0.384
  • Updated DefaultCodexVersion from 0.85.0 to 0.87.0
  • Updated DefaultMCPGatewayVersion from v0.0.60 to v0.0.62
  • Merged latest changes from main branch (includes environment variable sorting, docs improvements, blog author updates)
  • Recompiled all 125 workflow lock files successfully

Progress

  • Understand the requirements
  • Update version constants in pkg/constants/constants.go
  • Build the project to validate changes
  • Merge main branch (twice - latest changes)
  • Recompile all workflow files with updated versions (125/125 compiled)
  • Run format checks - passed
  • Commit and push changes

Notes

  • All 125 workflows compiled successfully
  • Latest merge from main includes:
    • Environment variable sorting in unified prompt step
    • Documentation improvements
    • Blog author additions and styling
  • All formatting and build checks passed
Original prompt

This section details on the original issue you should resolve

<issue_title>[ca] Update CLI Versions: Claude Code 2.1.9, Copilot 0.0.384, Codex 0.87.0, MCP Gateway v0.0.62</issue_title>
<issue_description># CLI Version Updates - 2026-01-16

This issue tracks version updates for 4 CLI tools detected on 2026-01-16. All versions have been updated in pkg/constants/constants.go.

Summary

  • Claude Code: 2.1.7 → 2.1.9 (2 versions)
  • Copilot CLI: 0.0.382 → 0.0.384 (2 versions)
  • Codex: 0.85.0 → 0.87.0 (2 versions)
  • MCP Gateway: v0.0.60 → v0.0.62 (2 versions)

Update: Claude Code (2.1.7 → 2.1.9)

Previous: 2.1.7 → New: 2.1.9
Timeline: Jan 13-15, 2026 (2 days, 2 versions)
Intermediate Versions: 2.1.8

Publication Timeline

  • 2.1.7: 2026-01-13T22:55:49.806Z
  • 2.1.8: 2026-01-15T00:41:01.272Z (1 day later)
  • 2.1.9: 2026-01-15T23:59:29.275Z (same day)

Changes

Breaking Changes: None
New Features: Unknown (no public GitHub repository)
Bug Fixes: Unknown
Security: None reported
CLI Discovery: Not available (requires installation and testing)

Impact Assessment

  • Risk: Low
  • Affected Features: All Claude Code agentic workflows
  • Migration: No migration required
  • Notes: Claude Code has no public repository. Changes can only be discovered via CLI help output comparison after installation.

Package Links


Update: Copilot CLI (0.0.382 → 0.0.384)

Previous: 0.0.382 → New: 0.0.384
Timeline: Jan 14-16, 2026 (2 days, 2 versions)
Intermediate Versions: 0.0.383

Publication Timeline

  • 0.0.382: 2026-01-14T18:55:00.968Z
  • 0.0.383: 2026-01-15T23:15:43.707Z (1 day later)
  • 0.0.384: 2026-01-16T03:03:51.285Z (same day)

Changes

Breaking Changes: None detected
New Features: Unknown (repository may be private)
Bug Fixes: Unknown
Security: None reported
CLI Discovery: Requires installation and testing
Subcommand Changes: Need to verify config and environment subcommands

Impact Assessment

  • Risk: Medium (requires full integration test run per WARNING in constants.go)
  • Affected Features: All Copilot agentic workflows
  • Migration: No migration required
  • Notes: ⚠️ WARNING from constants.go: "UPGRADING COPILOT CLI REQUIRES A FULL INTEGRATION TEST RUN TO ENSURE COMPATIBILITY"

Package Links

Recommended Actions

  1. Install 0.0.384 and compare copilot --help output with 0.0.382
  2. Check copilot config --help for configuration changes
  3. Check copilot environment --help for environment changes
  4. Run full integration test suite
  5. Save help outputs to cache-memory

Update: Codex (0.85.0 → 0.87.0)

Previous: 0.85.0 → New: 0.87.0
Timeline: Jan 15-16, 2026 (1 day, 2 versions)
Intermediate Versions: 0.86.0

Publication Timeline

  • 0.85.0: 2026-01-15T18:39:58.034Z
  • 0.86.0: 2026-01-16T01:20:07.494Z (6.7 hours later)
  • 0.87.0: 2026-01-16T15:39:11.925Z (14.3 hours later)

Release Highlights (from GitHub)

0.86.0 Highlights

New Features

  • Skill metadata can now be defined in SKILL.toml (names, descriptions, icons, brand color, default prompt) and surfaced in the app server and TUI
  • Clients can explicitly disable web search and signal eligibility via a header to align with server-side rollout controls

Bug Fixes

  • Accepting an MCP elicitation now sends an empty JSON payload instead of null to satisfy servers expecting content
  • Input prompt placeholder styling is back to non-italic to avoid terminal rendering issues
  • Empty paste events no longer trigger clipboard image reads
  • Unified exec cleans up background processes to prevent late End events after listeners stop

Chores

  • Refresh the orchestrator prompt to improve internal routing behavior
  • Reduce noisy needs_follow_up error logging

0.87.0 Highlights

New Features

  • User message metadata (text elements and byte ranges) now round-trips through protocol/app-server/core so UI annotations can survive history rebuilds
  • Collaboration wait calls can block on multiple IDs in one request, simplifying multi-thread coordination
  • User shell commands now run under the user snapshot so aliases and shell config are honored
  • The TUI now surfaces approval requests from spawned/unsubscribed threads

Bug Fixes

  • Token estimation during compaction is now accurate, improving budgeting during long sessions
  • MCP CallToolResult now includes threadId in both content and structuredContent, and returns a defined output schema for compatibility
  • T...

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.


Changeset

  • Type: patch
  • Description: Updated embedded CLI tool versions: Claude Code 2.1.9, Copilot CLI 0.0.384, Codex 0.87.0, MCP Gateway v0.0.62

Ahoy! This treasure was crafted by 🏴‍☠️ Changeset Generator

…d MCP Gateway

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

@copilot keep working

…, MCP Gateway v0.0.62

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

Copilot AI commented Jan 16, 2026

@copilot keep working

Completed the version updates in commit 8f7a57f:

  • Updated all 4 CLI version constants in pkg/constants/constants.go
  • Recompiled 124 workflow lock files
  • Build and formatting checks passed

@pelikhan
Copy link
Contributor

@copilot merge main recompile

Copilot AI and others added 2 commits January 16, 2026 19:20
Copy link
Contributor Author

Copilot AI commented Jan 16, 2026

@copilot merge main recompile

Completed merge and recompilation in commit e03b495:

  • Merged latest changes from main branch (includes template injection detector and bug fixes)
  • Recompiled all 125 workflow lock files with updated CLI versions
  • All workflows compiled successfully

Copilot AI changed the title [WIP] Update CLI versions for multiple tools Update CLI versions: Claude Code 2.1.9, Copilot 0.0.384, Codex 0.87.0, MCP Gateway v0.0.62 Jan 16, 2026
@pelikhan
Copy link
Contributor

@copilot merge main and recompile

Copilot AI and others added 2 commits January 16, 2026 20:12
Copy link
Contributor Author

Copilot AI commented Jan 16, 2026

@copilot merge main and recompile

Completed merge and recompilation in commit 0edee86:

  • Merged latest changes from main (environment variable sorting, docs improvements, blog author updates)
  • Recompiled all 125 workflow lock files with updated CLI versions
  • All workflows compiled successfully

@github-actions
Copy link
Contributor

github-actions bot commented Jan 16, 2026

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

@github-actions
Copy link
Contributor

github-actions bot commented Jan 16, 2026

✨ The prophecy is fulfilled... Smoke Codex has completed its mystical journey. The stars align. 🌟

@github-actions
Copy link
Contributor

github-actions bot commented Jan 16, 2026

🎉 Yo ho ho! Changeset Generator found the treasure and completed successfully! ⚓💰

@github-actions
Copy link
Contributor

github-actions bot commented Jan 16, 2026

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

@github-actions
Copy link
Contributor

Smoke Test Results

Last 2 merged PRs:

✅ GitHub MCP - list PRs
✅ Playwright - navigate to github.com (title verified)
✅ Tavily Search - found 3 results for "GitHub Agentic Workflows"
✅ File Creation - /tmp/gh-aw/agent/smoke-test-claude-21079587067.txt
✅ Bash - verified file contents
❌ Serena Go - tool not available in this environment

Status: PASS (5/6 tests, serena-go not configured)

AI generated by Smoke Claude

@github-actions
Copy link
Contributor

PRs:

  • Sort environment variables alphabetically in unified prompt step
  • Add Claude, Codex, and Copilot as blog authors, increase metadata spacing
    GitHub MCP ✅
    Serena-go ❌
    Playwright ✅
    Tavily ✅
    File write+cat ✅
    Overall: FAIL

AI generated by Smoke Codex

@github-actions
Copy link
Contributor

Smoke Test Results

Last 2 Merged PRs:

Test Results:

  • ✅ GitHub MCP: Retrieved merged PRs successfully
  • ❌ Serena Go: go command not available
  • ✅ Playwright: Navigated to github.com (title contains "GitHub")
  • ✅ File Writing: Created test file successfully
  • ✅ Bash Tool: Verified file content

Overall Status: PARTIAL PASS (4/5 tests passed)

cc: @GH_AW_GITHUB_ACTOR

AI generated by Smoke Copilot

@pelikhan pelikhan marked this pull request as ready for review January 16, 2026 20:26
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] Update CLI Versions: Claude Code 2.1.9, Copilot 0.0.384, Codex 0.87.0, MCP Gateway v0.0.62

2 participants