Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 30, 2026

Three CLI tools received patch updates. Go module checksum mismatches prevented workflow recompilation.

Changes

Version Updates (pkg/constants/constants.go):

  • Claude Code: 2.1.222.1.25
  • GitHub Copilot CLI: 0.0.3970.0.399
  • Playwright Browser: v1.58.0v1.58.1

Go Module Checksums (go.sum):

  • Removed stale entries for github.com/charmbracelet/x/ansi@v0.11.0 and github.com/MirrexOne/unqueryvet@v1.4.0
  • Regenerated with GOPROXY=direct go mod tidy

Workflow Lock Files:

  • Recompiled 145 workflows to propagate version constants

Test Expectations:

  • Updated pkg/constants/constants_test.go version assertions

Notes

All updates are patch versions with no breaking changes detected in CLI interfaces. The Copilot CLI constant includes an existing warning about integration testing requirements.

Original prompt

This section details on the original issue you should resolve

<issue_title>[ca] CLI Version Updates: Claude Code 2.1.25, Copilot CLI 0.0.399, Playwright v1.58.1</issue_title>
<issue_description>### Summary

Three CLI tools have new versions available and have been updated in pkg/constants/constants.go:

  • Claude Code: 2.1.22 → 2.1.25 (3 patch versions)
  • GitHub Copilot CLI: 0.0.397 → 0.0.399 (2 patch versions)
  • Playwright Browser: v1.58.0 → v1.58.1 (1 patch version)

All other tools are up-to-date:

  • Codex: 0.92.0 ✓
  • GitHub MCP Server: v0.30.2 ✓
  • Playwright MCP: 0.0.61 ✓
  • Sandbox Runtime: 0.0.32 ✓
  • MCP Gateway: v0.0.84 ✓

Critical: Build Issue

⚠️ Workflow lock files NOT updated - make recompile failed due to Go module checksum mismatches:

  • github.com/charmbracelet/x/ansi@v0.11.0
  • github.com/MirrexOne/unqueryvet@v1.4.0

These modules appear to have been republished with different checksums. The go.sum file needs manual correction before workflows can be recompiled.

Action Required: Run make recompile locally after resolving checksum issues to regenerate workflow lock files.


Update 1: Claude Code (2.1.22 → 2.1.25)

Timeline:

  • 2.1.23: January 29, 2026
  • 2.1.25: January 29, 2026 (2.1.24 was skipped)

Release Frequency: 2 releases in ~1 day

Package: https://www.npmjs.com/package/`@anthropic-ai/claude-code`

CLI Changes: No changes detected in help output between 2.1.22 and cached versions. The updates appear to be internal improvements or bug fixes without user-facing command changes.

View Claude Code Details

Known Features from 2.1.22

Claude Code provides an AI coding assistant with:

  • Interactive and non-interactive (--print) modes
  • MCP server integration (--mcp-config)
  • Custom agent support (--agent, --agents)
  • Permission management (--allow-dangerously-skip-permissions, --dangerously-skip-permissions)
  • Tool filtering (--allowedTools, --disallowedTools)
  • Session management (--continue, --resume, --fork-session)
  • Model selection (--model, --fallback-model)
  • Chrome integration (--chrome, --no-chrome)
  • JSON Schema output validation (--json-schema)
  • Structured output formats (--output-format, --input-format)
  • Plugin system (--plugin-dir)
  • Budget controls (--max-budget-usd)

Commands

  • doctor: Health check for auto-updater
  • install: Install native build
  • mcp: Configure MCP servers
  • plugin: Manage plugins
  • setup-token: Set up authentication
  • update: Check and install updates

Analysis

Without public release notes, these updates likely contain:

  • Bug fixes for edge cases
  • Performance improvements
  • Internal refactoring
  • Dependency updates

Risk Level: Low (patch versions, no breaking changes detected)

Impact Assessment

  • Risk: Low
  • Breaking Changes: None detected
  • Affects: Claude Code users, @anthropic-ai/claude-code package consumers

Recommendations

  • Update Priority: Medium (regular maintenance update)
  • Testing: Verify Claude Code agent execution works correctly
  • Rollout: Safe to deploy immediately after workflow recompilation

Update 2: GitHub Copilot CLI (0.0.397 → 0.0.399)

Timeline:

  • 0.0.398: January 28, 2026
  • 0.0.399: January 29, 2026

Release Frequency: Daily releases

Package: https://www.npmjs.com/package/`@github/copilot`

Repository: https://github.com/github/copilot-cli (may be private)

CLI Changes: No changes detected in main help, config help, or environment help between 0.0.397 and 0.0.399.

View Copilot CLI Details

Features at 0.0.399

GitHub Copilot CLI includes:

  • Agent Client Protocol server mode (--acp)
  • Directory access control (--add-dir)
  • GitHub MCP server integration (--add-github-mcp-tool, --add-github-mcp-toolset, --enable-all-github-mcp-tools)
  • Additional MCP configuration (--additional-mcp-config)
  • Custom agents (--agent)
  • Permission management (--allow-all, --yolo, --allow-all-tools, --allow-all-paths, --allow-all-urls)
  • Tool filtering (--allow-tool, --deny-tool, --available-tools, --excluded-tools)
  • URL access control (--allow-url, --deny-url)
  • MCP server management (--disable-builtin-mcps, --disable-mcp-server)
  • Parallel tool execution (--disable-parallel-tools-execution)
  • Model selection supporting:
    • Claude: sonnet-4.5, haiku-4.5, opus-4.5, sonnet-4
    • Gemini: 3-pro-preview
    • GPT: 5.2-codex, 5.2, 5.1-codex-max, 5.1-codex, 5.1, 5, 5.1-codex-mini, 5-mini, 4.1
  • Interactive and non-interactive modes (-i, -p)
  • Session management (--continue, --resume)
  • Output formatting (--silent, --share, --share-gist, --stream)
  • Experimental features (--experimental)

Commands

  • help [topic]: Display help (topics: config, commands, environment, logging, permissions)
  • init: Initialize C...

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

Copilot AI and others added 2 commits January 30, 2026 19:36
…v1.58.1

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update CLI tools to latest versions Update CLI versions: Claude Code 2.1.25, Copilot 0.0.399, Playwright v1.58.1 Jan 30, 2026
@pelikhan pelikhan added the smoke label Jan 30, 2026
@github-actions
Copy link
Contributor

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

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

@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 Jan 30, 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.52.0
jq 1.7
yq 4.50.1
curl 8.5.0
gh 2.86.0
node 24.13.0
python3 3.13.11
go 1.24.12
java available
dotnet not found

Result: 11/12 tools available ❌ FAIL

.NET runtime is missing - This may impact C# workflows or dotnet-based tools.

AI generated by Agent Container Smoke Test

@github-actions
Copy link
Contributor

Smoke Test: ✅ PASS

Tested PRs:

Results:

  • ✅ GitHub MCP
  • ✅ Safe Inputs GH CLI
  • ✅ Serena MCP
  • ✅ Playwright
  • ✅ File Writing
  • ✅ Bash Tool
  • ✅ Discussion Interaction
  • ✅ Build gh-aw

Overall: PASS

@pelikhan @Copilot

AI generated by Smoke Copilot

@github-actions
Copy link
Contributor

PRs: [WIP] Ensure compiler always recompiles workflows without hash optimization; Update AWF to v0.13.0 and enable --enable-chroot
GitHub MCP merged PRs: ✅
safeinputs-gh pr list: ✅
Serena activate: ✅
Playwright title check: ✅
Tavily search: ✅
File write + cat verify: ✅
Discussion query + comment: ✅
Build gh-aw: ❌ (timeout)
Overall: FAIL

AI generated by Smoke Codex

@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: Claude - ✅ PASS

PRs from safeinputs-gh:

Test Results: ✅✅✅✅✅✅✅✅✅ (9/9)

Run: §21532803936

AI generated by Smoke Claude

@pelikhan pelikhan marked this pull request as ready for review January 30, 2026 22:57
@pelikhan pelikhan merged commit fd00cb0 into main Jan 30, 2026
43 checks passed
@pelikhan pelikhan deleted the copilot/update-cli-version-numbers branch January 30, 2026 22:57
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.25, Copilot CLI 0.0.399, Playwright v1.58.1

2 participants