Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 15, 2026

Updates four agentic CLI tool versions to their latest releases from January 14, 2026.

Changes

  • Claude Code: 2.1.6 → 2.1.7
  • Copilot CLI: 0.0.381 → 0.0.382
  • Codex: 0.80.0 → 0.81.0 (⚠️ default model now gpt-5.2-codex)
  • MCP Gateway: v0.0.56 → v0.0.59 (⚠️ mount paths must be absolute per MCP Spec 1.7.0)

Modified Files

  • pkg/constants/constants.go: Updated 4 version constants
  • 124 workflow lock files: Regenerated via make recompile

Notable Changes

Codex 0.81.0:

  • Default API model changed to gpt-5.2-codex
  • Headless device-code login support
  • Read-only mounts for Linux sandbox

MCP Gateway v0.0.59:

  • Breaking: Mount path validation now enforces absolute paths (previously accepted relative paths like data:/app:ro)
  • New authentication package (MCP Spec 7.1 compliant)
  • Enhanced debug logging with DEBUG=auth:*
Original prompt

This section details on the original issue you should resolve

<issue_title>[ca] Update CLI versions: Claude Code 2.1.7, Copilot 0.0.382, Codex 0.81.0, MCP Gateway v0.0.59</issue_title>
<issue_description># CLI Version Updates - January 14, 2026

This issue tracks updates for 4 agentic CLI tools that have new versions available.

Summary

  • Claude Code: 2.1.6 → 2.1.7
  • Copilot CLI: 0.0.381 → 0.0.382
  • Codex: 0.80.0 → 0.81.0
  • MCP Gateway: v0.0.56 → v0.0.59

Files Modified: pkg/constants/constants.go has been updated with the new versions.

Action Required: Run make recompile to regenerate workflow files from constants.


1. Update Claude Code (2.1.6 → 2.1.7)

Version: 2.1.6 → 2.1.7
Release Date: January 14, 2026 (published at 00:00:19 UTC)
Timeline: Same-day update

Changes

  • Breaking Changes: None
  • New Features: No public changelog available for this version
  • Bug Fixes: No public changelog available
  • Security: None reported
  • CLI Discovery: Cannot verify without installing (read-only filesystem)

Impact Assessment

  • Risk: Low
  • Affected Features: None identified
  • Migration Required: No

Package Links


2. Update Copilot CLI (0.0.381 → 0.0.382)

Version: 0.0.381 → 0.0.382
Release Date: January 14, 2026 (published at 18:55:01 UTC)
Timeline: Same-day update

Changes

  • Breaking Changes: None identified
  • New Features: Unknown (no public release notes)
  • Bug Fixes: Unknown (no public release notes)
  • Security: None reported
  • CLI Discovery: Cannot verify without installing

Impact Assessment

  • Risk: Low to Medium (requires integration testing per WARNING in constants.go)
  • Affected Features: All Copilot-based workflows
  • Migration Required: No, but full integration test recommended

Package Links

Notes

  • WARNING: Per constants.go line 246, "UPGRADING COPILOT CLI REQUIRES A FULL INTEGRATION TEST RUN TO ENSURE COMPATIBILITY"
  • Unable to access detailed changelog as repository may be private

3. Update Codex (0.80.0 → 0.81.0)

Version: 0.80.0 → 0.81.0
Release Date: January 14, 2026 (published at 18:12:36 UTC)
Timeline: Same-day update

Changes

Breaking Changes

New Features

Bug Fixes

Documentation

Chores

Impact Assessment

  • Risk: Medium (default model change could affect API behavior)
  • Affected Features:
    • All Codex API calls (new default model)
    • Headless environments (improved login flow)
    • Linux sandbox configurations (new read-only mount capability)
    • Windows sandbox workflows (improved safety prompts)
  • Migration Required: No code changes required, but test with new default model

Package Links


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

…, MCP Gateway v0.0.59

Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Copilot AI changed the title [WIP] Update CLI versions for Claude Code, Copilot, Codex, and MCP Gateway Update CLI versions: Claude Code 2.1.7, Copilot 0.0.382, Codex 0.81.0, MCP Gateway v0.0.59 Jan 15, 2026
Copilot AI requested a review from mnkiefer January 15, 2026 09:19
@pelikhan pelikhan added the smoke label Jan 15, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Jan 15, 2026

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

@github-actions
Copy link
Contributor

github-actions bot commented Jan 15, 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 15, 2026

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

@github-actions
Copy link
Contributor

github-actions bot commented Jan 15, 2026

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

@github-actions
Copy link
Contributor

Smoke Test Results - Claude Engine

Recent PRs:

Test Results:

  • ✅ GitHub MCP: Retrieved 2 merged PRs
  • ✅ Serena: Active (v0.1.4, gh-aw project)
  • ✅ Playwright: Loaded github.com (title contains "GitHub")
  • ✅ Tavily Web Search: Found 5 results for "GitHub Agentic Workflows"
  • ✅ File Writing: Created test file successfully
  • ✅ Bash Tool: Read file back successfully

Overall Status: PASS

AI generated by Smoke Claude

@github-actions
Copy link
Contributor

Smoke Test Results (Run #21031266835)

Last 2 Merged PRs:

  • Add usage example and pull request support to assign_to_agent tool
  • Add comprehensive campaign flow documentation

Test Results:

  • ✅ GitHub MCP: Retrieved PR data
  • ❌ Serena Go: Command not found
  • ✅ Playwright: Page title "GitHub · Change is constant. GitHub keeps you ahead. · GitHub"
  • ✅ File Writing: Created and verified test file
  • ✅ Bash Tool: File operations successful

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

cc @pelikhan

AI generated by Smoke Copilot

@pelikhan pelikhan marked this pull request as ready for review January 15, 2026 12:39
@pelikhan pelikhan merged commit 52a6ae1 into main Jan 15, 2026
36 checks passed
@pelikhan pelikhan deleted the copilot/update-cli-versions branch January 15, 2026 12:39
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.7, Copilot 0.0.382, Codex 0.81.0, MCP Gateway v0.0.59

3 participants