Overview
Two CLI tools have new versions available. pkg/constants/version_constants.go has been updated and make recompile has been run successfully (196/196 workflows compiled).
No changes needed for: Codex (0.121.0 ✓), Playwright MCP (0.0.70 ✓), Playwright Browser (v1.59.1 ✓), GitHub MCP Server (v1.0.0 ✓), MCP Gateway (v0.2.25 ✓)
Update Claude Code
- Previous: 2.1.112 → New: 2.1.114
- Intermediate versions: 2.1.113
Changes
No public GitHub repository. NPM description unchanged between versions.
View Intermediate Versions
- 2.1.113 — intermediate patch
- 2.1.114 — latest stable
Impact Assessment
- Risk: Low
- Affects: All Claude Code engine workflows
- Migration: None required
Package Links
Update GitHub Copilot CLI
- Previous: 1.0.21 → New: 1.0.32
- Intermediate versions: 1.0.22, 1.0.23, 1.0.24, 1.0.25, 1.0.26, 1.0.27, 1.0.28, 1.0.29, 1.0.30, 1.0.31, 1.0.32
Breaking Changes
None detected.
Key Features
- New
--yolo flag (alias for --allow-all)
- New
--add-github-mcp-tool and --add-github-mcp-toolset flags for granular GitHub MCP server tool control
- New
--add-dir flag to add directories to allowed file access list
- New
--bash-env flag with persistent preference storage
- New
--allow-all-urls / --deny-url flags for URL-level access control
- New
--acp flag (Agent Client Protocol server mode)
- New
--connect and --resume flags for remote session management
- New
--available-tools and --deny-tool flags for fine-grained tool permissions
- New model catalog entries:
claude-opus-4.7, claude-opus-4.6, claude-opus-4.6-fast, gpt-5.4, gpt-5.3-codex, gpt-5.2-codex, gpt-5.2, gpt-5.1, gpt-5.4-mini, gpt-5-mini
View Config Settings Changes
New config settings discovered in copilot help config:
companyAnnouncements — list of messages displayed in startup banner (team announcements/reminders)
hooks — inline hook definitions keyed by event name (user-level and repo-level hooks)
ide.auto_connect — whether to auto-connect to IDE workspace on startup; defaults to true
ide.open_diff_on_edit — whether to open file edit diffs in connected IDE for approval; defaults to true
custom_agents.default_local_only — default to only local custom agents; defaults to false
compactPaste — collapse large pastes into compact tokens; defaults to true
copyOnSelect — auto-copy selected text to clipboard in alt screen mode
streamerMode — hides preview model names and quota details for streaming/screen sharing
updateTerminalTitle — update terminal tab/window title with current intent; defaults to true
disableAllHooks — disable all hooks (repo-level and user-level); defaults to false
respectGitignore — exclude gitignored files from @ file mention picker; defaults to true
powershellFlags — list of flags passed to PowerShell on startup (Windows only)
bashEnv — enable BASH_ENV support for bash shells; defaults to false
beep — beep when user attention is required; defaults to true
View Environment Variable Changes
New environment variables discovered in copilot help environment:
COPILOT_OFFLINE — enable offline mode (skips all network access, requires local provider)
COPILOT_OTEL_ENABLED — explicitly enable OpenTelemetry instrumentation
COPILOT_PROVIDER_BASE_URL — API endpoint URL for custom model provider (BYOK)
COPILOT_PROVIDER_TYPE — provider type for BYOK: "openai" (default), "azure", or "anthropic"
COPILOT_PROVIDER_API_KEY — API key for custom provider
COPILOT_PROVIDER_BEARER_TOKEN — bearer token for custom provider auth
COPILOT_PROVIDER_WIRE_API — API format: "completions" (default) or "responses" (for GPT-5 series)
COPILOT_PROVIDER_AZURE_API_VERSION — Azure API version for type "azure"
COPILOT_PROVIDER_MODEL_ID — well-known model ID for agent configuration
COPILOT_PROVIDER_WIRE_MODEL — model name sent to provider API
COPILOT_PROVIDER_MAX_PROMPT_TOKENS — max prompt tokens for BYOK model
COPILOT_PROVIDER_MAX_OUTPUT_TOKENS — max output tokens for BYOK model
USE_BUILTIN_RIPGREP — set to "false" to use ripgrep from PATH instead of bundled version
PLAIN_DIFF — disable rich diff rendering (set to "true")
OTEL_EXPORTER_OTLP_ENDPOINT — OTLP endpoint URL (automatically enables OTel)
COPILOT_OTEL_EXPORTER_TYPE — exporter type: "otlp-http" (default) or "file"
Impact Assessment
- Risk: Medium (11 versions; new BYOK provider support may affect model routing)
- Affects: All Copilot CLI engine workflows
- Migration: Verify
--no-ask-user flag still works (CopilotNoAskUserMinVersion is 1.0.19, well within range); verify MCP configuration loads end-to-end; verify /models works with PAT auth
Package Links
Versions Checked (No Update Needed)
| Tool |
Current |
Latest |
Status |
| Codex |
0.121.0 |
0.121.0 |
✅ Up to date |
| Playwright MCP |
0.0.70 |
0.0.70 |
✅ Up to date |
| Playwright Browser |
v1.59.1 |
v1.59.1 |
✅ Up to date |
| GitHub MCP Server |
v1.0.0 |
v1.0.0 |
✅ Up to date |
| MCP Gateway |
v0.2.25 |
v0.2.25 |
✅ Up to date |
References:
Generated by CLI Version Checker · ● 240.7K · ◷
Overview
Two CLI tools have new versions available.
pkg/constants/version_constants.gohas been updated andmake recompilehas been run successfully (196/196 workflows compiled).No changes needed for: Codex (0.121.0 ✓), Playwright MCP (0.0.70 ✓), Playwright Browser (v1.59.1 ✓), GitHub MCP Server (v1.0.0 ✓), MCP Gateway (v0.2.25 ✓)
Update Claude Code
Changes
No public GitHub repository. NPM description unchanged between versions.
View Intermediate Versions
Impact Assessment
Package Links
Update GitHub Copilot CLI
Breaking Changes
None detected.
Key Features
--yoloflag (alias for--allow-all)--add-github-mcp-tooland--add-github-mcp-toolsetflags for granular GitHub MCP server tool control--add-dirflag to add directories to allowed file access list--bash-envflag with persistent preference storage--allow-all-urls/--deny-urlflags for URL-level access control--acpflag (Agent Client Protocol server mode)--connectand--resumeflags for remote session management--available-toolsand--deny-toolflags for fine-grained tool permissionsclaude-opus-4.7,claude-opus-4.6,claude-opus-4.6-fast,gpt-5.4,gpt-5.3-codex,gpt-5.2-codex,gpt-5.2,gpt-5.1,gpt-5.4-mini,gpt-5-miniView Config Settings Changes
New config settings discovered in
copilot help config:companyAnnouncements— list of messages displayed in startup banner (team announcements/reminders)hooks— inline hook definitions keyed by event name (user-level and repo-level hooks)ide.auto_connect— whether to auto-connect to IDE workspace on startup; defaults totrueide.open_diff_on_edit— whether to open file edit diffs in connected IDE for approval; defaults totruecustom_agents.default_local_only— default to only local custom agents; defaults tofalsecompactPaste— collapse large pastes into compact tokens; defaults totruecopyOnSelect— auto-copy selected text to clipboard in alt screen modestreamerMode— hides preview model names and quota details for streaming/screen sharingupdateTerminalTitle— update terminal tab/window title with current intent; defaults totruedisableAllHooks— disable all hooks (repo-level and user-level); defaults tofalserespectGitignore— exclude gitignored files from@file mention picker; defaults totruepowershellFlags— list of flags passed to PowerShell on startup (Windows only)bashEnv— enable BASH_ENV support for bash shells; defaults tofalsebeep— beep when user attention is required; defaults totrueView Environment Variable Changes
New environment variables discovered in
copilot help environment:COPILOT_OFFLINE— enable offline mode (skips all network access, requires local provider)COPILOT_OTEL_ENABLED— explicitly enable OpenTelemetry instrumentationCOPILOT_PROVIDER_BASE_URL— API endpoint URL for custom model provider (BYOK)COPILOT_PROVIDER_TYPE— provider type for BYOK: "openai" (default), "azure", or "anthropic"COPILOT_PROVIDER_API_KEY— API key for custom providerCOPILOT_PROVIDER_BEARER_TOKEN— bearer token for custom provider authCOPILOT_PROVIDER_WIRE_API— API format: "completions" (default) or "responses" (for GPT-5 series)COPILOT_PROVIDER_AZURE_API_VERSION— Azure API version for type "azure"COPILOT_PROVIDER_MODEL_ID— well-known model ID for agent configurationCOPILOT_PROVIDER_WIRE_MODEL— model name sent to provider APICOPILOT_PROVIDER_MAX_PROMPT_TOKENS— max prompt tokens for BYOK modelCOPILOT_PROVIDER_MAX_OUTPUT_TOKENS— max output tokens for BYOK modelUSE_BUILTIN_RIPGREP— set to "false" to use ripgrep from PATH instead of bundled versionPLAIN_DIFF— disable rich diff rendering (set to "true")OTEL_EXPORTER_OTLP_ENDPOINT— OTLP endpoint URL (automatically enables OTel)COPILOT_OTEL_EXPORTER_TYPE— exporter type: "otlp-http" (default) or "file"Impact Assessment
--no-ask-userflag still works (CopilotNoAskUserMinVersion is 1.0.19, well within range); verify MCP configuration loads end-to-end; verify/modelsworks with PAT authPackage Links
Versions Checked (No Update Needed)
References: