Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 24, 2026

Version Update: Merged main branch

✅ Actions Completed

  • Merged origin/main into copilot/update-cli-tools-versions
  • Resolved merge conflict in pkg/constants/constants_test.go (kept version 0.0.32 for Sandbox Runtime)
  • Run make recompile to regenerate workflow lock files
  • Verify all workflows compile successfully

📝 Merge Details

Merged from: origin/main
Conflicts resolved: 1 file

  • pkg/constants/constants_test.go - Kept updated Sandbox Runtime version (0.0.32)

Files brought in from main:

  • New changesets for action pins and MCP gateway updates
  • Updated action pins in .github/aw/actions-lock.json
  • Various workflow lock file updates from main
  • Updates to markdown code region balancer
  • File tracker and upgrade command improvements

⏭️ Next Steps

Running make recompile to regenerate all workflow lock files with merged changes...

Original prompt

This section details on the original issue you should resolve

<issue_title>[ca] Version Update: 7 CLI/MCP Tools (Jan 24, 2026)</issue_title>
<issue_description>### Update Summary

Date: 2026-01-24
Updates Found: 7 version updates
Status: Constants updated, requires make recompile and testing

Tool Previous Latest Change
Claude Code 2.1.15 2.1.19 +4 minor versions
Copilot CLI 0.0.389 0.0.394 +5 patch versions
Codex 0.88.0 0.89.0 +1 minor version
Playwright MCP 0.0.56 0.0.58 +2 patch versions
Playwright Browser v1.57.0 v1.58.0 +1 minor version
Sandbox Runtime 0.0.29 0.0.32 +3 patch versions
MCP Gateway v0.0.76 v0.0.78 +2 patch versions

Critical Actions Required

  1. Run make recompile - Required after constant updates to regenerate workflow lock files
  2. Integration Testing - Copilot CLI upgrade requires full integration test run (see warning in constants.go)
  3. Review Breaking Changes - Playwright v1.58.0 has several breaking changes (see below)

Detailed Changes by Tool

Claude Code: 2.1.15 → 2.1.19

Timeline: 4 minor version increments
Risk: Low
Package: https://www.npmjs.com/package/`@anthropic-ai/claude-code`

CLI Changes Detected

Based on cached help output comparison between v2.1.14 and v2.1.5:

Removed flags:

  • --file (specs...) - File resources download flag removed

This flag removal suggests internal changes to how file resources are handled at startup.

NPM Package Info

  • Latest Version: 2.1.19
  • Repository: No public repository available
  • Changelog: Not publicly available

Impact Assessment

  • Risk Level: Low
  • Affected Features: File resource initialization (internal change only)
  • Migration Notes: No external API changes detected

Copilot CLI: 0.0.389 → 0.0.394

Timeline: 5 patch version increments
Risk: Medium (requires integration testing)
Package: https://www.npmjs.com/package/`@github/copilot`
Repository: https://github.com/github/copilot-cli (may be private)

CLI Changes Detected

Comparing v0.0.376 → v0.0.374 (latest cached versions):

View Removed Flags

GitHub MCP Tool Configuration:

  • --add-github-mcp-tool (tool) - Removed
  • --add-github-mcp-toolset (toolset) - Removed

Session Sharing:

  • --share [path] - Removed
  • --share-gist - Removed

Remaining Flag Changes:

  • --enable-all-github-mcp-tools description simplified (no longer mentions overriding removed flags)

Intermediate Versions

  • 0.0.390
  • 0.0.391
  • 0.0.392
  • 0.0.393

Impact Assessment

  • Risk Level: Medium
  • Affected Features: GitHub MCP tool configuration, session sharing
  • Migration Notes:
    • Use --enable-all-github-mcp-tools for GitHub MCP instead of individual tool flags
    • Session sharing functionality removed from CLI
  • Testing Required: Full integration test run per constants.go warning

Repository Access Note

The Copilot CLI repository (https://github.com/github/copilot-cli) may be private. Release notes were not accessible during this check. Detailed changelog should be consulted if available.


Codex: 0.88.0 → 0.89.0

Timeline: 1 minor version increment (released 2025-01-22)
Risk: Low
Package: https://www.npmjs.com/package/`@openai/codex`
Repository: https://github.com/openai/codex
Release Notes: https://github.com/openai/codex/releases/tag/rust-v0.89.0

View Full Changelog

Release Highlights (from GitHub)

New Features:

**Bug ...


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


Changeset

  • Type: patch
  • Description: Updated CLI and MCP tool versions (Copilot 0.0.394, Claude 2.1.19, Codex 0.89.0, Playwright v1.58.0, MCP Gateway v0.0.78, and related runtimes) and regenerated the workflow lockfiles.

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

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

@copilot try keeping --share

….89.0, Playwright 0.0.58/v1.58.0, Sandbox 0.0.32, MCP Gateway v0.0.78

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update 7 CLI/MCP tools versions and test changes Update CLI/MCP tool versions: Copilot 0.0.394, Claude 2.1.19, Codex 0.89.0, Playwright v1.58.0, MCP Gateway v0.0.78 Jan 24, 2026
Copilot AI requested a review from pelikhan January 24, 2026 11:45
@pelikhan pelikhan added the smoke label Jan 24, 2026
@github-actions
Copy link
Contributor

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

Copy link
Contributor Author

Copilot AI commented Jan 24, 2026

@copilot try keeping --share

The --share flag is already being kept - it remains unchanged in pkg/workflow/copilot_engine_execution.go:116. No modifications were made to the --share flag usage during the version updates. The flag continues to generate conversation.md files for GitHub Actions step summaries.

@github-actions
Copy link
Contributor

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

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

@github-actions
Copy link
Contributor

github-actions bot commented Jan 24, 2026

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

@github-actions
Copy link
Contributor

📰 DEVELOPING STORY: Smoke Copilot reports failed. Our correspondents are investigating the incident...

@github-actions
Copy link
Contributor

GitHub MCP merged PRs: ✅ Add diagnostic logging to MCP gateway health check failures; ✅ Fix template injection validator false positives when env: follows run:
safeinputs-gh PR list: ✅ Update MCP Gateway to v0.0.78 and fix test version references; ✅ Update CLI/MCP tool versions: Copilot 0.0.394, Claude 2.1.19, Codex 0.89.0, Playwright v1.58.0, MCP Gateway v0.0.78
Serena activate_project: ✅
Playwright title contains "GitHub": ✅
Tavily search results: ✅
File write: ✅
Bash cat verify: ✅
Discussion query + comment: ✅
Overall: PASS

AI generated by Smoke Codex

@github-actions
Copy link
Contributor

Smoke Test Results

PRs Reviewed:

Test Results:

  • ✅ GitHub MCP
  • ✅ Safe Inputs GH CLI
  • ✅ Serena MCP
  • ✅ Make Build
  • ✅ Playwright
  • ✅ Tavily Search
  • ✅ File Writing
  • ✅ Bash Tool
  • ✅ Discussion Interaction

Overall: PASS

AI generated by Smoke Claude

@pelikhan pelikhan marked this pull request as ready for review January 24, 2026 12:05
@pelikhan
Copy link
Contributor

@copilot merge main, recompile

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

Copilot AI commented Jan 24, 2026

@copilot merge main, recompile

Completed. Merged main branch (commit f71563a) and ran make recompile. All 140 workflows compiled successfully with no additional changes needed - the lock files were already up to date after the merge.

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] Version Update: 7 CLI/MCP Tools (Jan 24, 2026)

2 participants