Version check on 2026-04-08 detected updates for Claude Code and GitHub Copilot CLI. Constants updated in pkg/constants/version_constants.go and make recompile run successfully (182/182 workflows compiled).
Summary
| Tool |
Previous |
New |
Risk |
| Claude Code |
2.1.92 |
2.1.94 |
Low |
| Copilot CLI |
1.0.20 |
1.0.21 |
Low |
All other tools remain up-to-date:
- GitHub MCP Server: v0.32.0
- Playwright MCP: 0.0.70
- Playwright Browser: v1.59.1
- MCP Gateway: v0.2.16
- Codex: 0.118.0
- Gemini CLI: 0.36.0
Update Claude Code: 2.1.92 → 2.1.94
Changes
Features
- Help output format completely revamped: from compact "Key Options" summary listing to full expanded per-option documentation with descriptions
--bare flag documentation significantly expanded: now explicitly documents CLAUDE_CODE_SIMPLE=1, auth restrictions (API key only), 3P provider support (Bedrock/Vertex/Foundry), and that Skills still resolve via /skill-name
--brief now documented as "Enable SendUserMessage tool for agent-to-user communication"
--debug promoted to -d, --debug [filter] with category filtering support (e.g., "api,hooks" or "!1p,!file")
- Commands section expanded with per-command descriptions
Deprecations
--mcp-debug is now explicitly [DEPRECATED. Use --debug instead]
View CLI Help Diff (2.1.92 → 2.1.94)
Key changes in --help output:
- Old: Compact listing of option names only under "Key Options (as of 2.1.92):"
- New: Full expanded format with type hints and descriptions for all options
Notable new/changed option descriptions:
--bare: "Minimal mode: skip hooks, LSP, plugin sync, attribution, auto-memory, background prefetches, keychain reads, and CLAUDE.md auto-discovery. Sets CLAUDE_CODE_SIMPLE=1..."
--debug/-d [filter]: "Enable debug mode with optional category filtering (e.g., 'api,hooks' or '!1p,!file')"
--brief: "Enable SendUserMessage tool for agent-to-user communication"
--mcp-debug: "[DEPRECATED. Use --debug instead]"
Impact Assessment
- Risk: Low
- Affects: All Claude Code-powered agentic workflows
- Migration: No changes required — patch versions only
Package Links
Update Copilot CLI: 1.0.20 → 1.0.21
Changes
Features
- New
mcp command added: "Manage MCP servers" (now appears under Commands listing alongside help, init, login, plugin, update, version)
- New help topic
monitoring added: "Monitoring with OpenTelemetry" (alongside existing commands, config, environment, logging, permissions, providers)
View CLI Help Diff (1.0.19 → 1.0.21)
Commands:
help [topic] Display help information
init Initialize Copilot instructions
login [options] Authenticate with Copilot
+ mcp Manage MCP servers
plugin Manage plugins
update Download the latest version
version Display version information
Help Topics:
commands Interactive Mode Commands
config Configuration Settings
environment Environment Variables
logging Logging
+ monitoring Monitoring with OpenTelemetry
permissions Permissions
providers Custom Model Providers (BYOK)
Impact Assessment
- Risk: Low
- Affects: Copilot CLI-powered agentic workflows
- Migration: No changes required — the new
mcp command is additive and the monitoring help topic is informational
Package Links
References
Generated by CLI Version Checker · ● 217.4K · ◷
Version check on 2026-04-08 detected updates for Claude Code and GitHub Copilot CLI. Constants updated in
pkg/constants/version_constants.goandmake recompilerun successfully (182/182 workflows compiled).Summary
All other tools remain up-to-date:
Update Claude Code: 2.1.92 → 2.1.94
Changes
Features
--bareflag documentation significantly expanded: now explicitly documentsCLAUDE_CODE_SIMPLE=1, auth restrictions (API key only), 3P provider support (Bedrock/Vertex/Foundry), and that Skills still resolve via/skill-name--briefnow documented as "Enable SendUserMessage tool for agent-to-user communication"--debugpromoted to-d, --debug [filter]with category filtering support (e.g.,"api,hooks"or"!1p,!file")Deprecations
--mcp-debugis now explicitly[DEPRECATED. Use --debug instead]View CLI Help Diff (2.1.92 → 2.1.94)
Key changes in
--helpoutput:Notable new/changed option descriptions:
--bare: "Minimal mode: skip hooks, LSP, plugin sync, attribution, auto-memory, background prefetches, keychain reads, and CLAUDE.md auto-discovery. Sets CLAUDE_CODE_SIMPLE=1..."--debug/-d [filter]: "Enable debug mode with optional category filtering (e.g., 'api,hooks' or '!1p,!file')"--brief: "Enable SendUserMessage tool for agent-to-user communication"--mcp-debug: "[DEPRECATED. Use --debug instead]"Impact Assessment
Package Links
Update Copilot CLI: 1.0.20 → 1.0.21
Changes
Features
mcpcommand added: "Manage MCP servers" (now appears under Commands listing alongsidehelp,init,login,plugin,update,version)monitoringadded: "Monitoring with OpenTelemetry" (alongside existingcommands,config,environment,logging,permissions,providers)View CLI Help Diff (1.0.19 → 1.0.21)
Impact Assessment
mcpcommand is additive and themonitoringhelp topic is informationalPackage Links
References