Summary
2 CLI tool updates detected and applied to pkg/constants/version_constants.go. Lock files regenerated via make recompile.
- Copilot CLI: 1.0.39 → 1.0.40
- Playwright MCP: 0.0.72 → 0.0.73
- No changes: Claude Code (2.1.126), Codex (0.128.0), GitHub MCP Server (v1.0.3), MCP Gateway (v0.3.3), Playwright Browser (v1.59.1)
Update: Copilot CLI 1.0.39 → 1.0.40
Breaking Changes
None detected.
Key Changes
- Standard incremental release; no public changelog available (private repository)
- Help output and subcommand structure unchanged from 1.0.39
- New models available in config:
claude-opus-4.7, claude-opus-4.6, claude-opus-4.6-fast, gpt-5.5, gpt-5.4, gpt-5.3-codex, gpt-5.2-codex, gpt-5.4-mini
View CLI Discovery (config/environment subcommands)
copilot help config — notable settings
continueOnAutoMode: auto-switch to auto mode on rate-limit (defaults false)
keepAlive: system sleep prevention (off/on/busy)
ide.autoConnect / ide.openDiffOnEdit: IDE workspace integration settings
companyAnnouncements: team banner messages support
disableAllHooks: disable all repo/user-level hooks
copilot help environment — notable vars
COPILOT_OFFLINE: skip all network access for local-model setups
COPILOT_PROVIDER_*: BYOK (Bring Your Own Key) provider configuration
COPILOT_GH_HOST: separate GitHub hostname override for Copilot (vs GH_HOST)
USE_BUILTIN_RIPGREP: use system ripgrep binary instead of bundled version
- Full OpenTelemetry (
OTEL_*) instrumentation support
View Migration Guide
Drop-in upgrade — no migration steps required. The CopilotNoAskUserMinVersion constant (1.0.19) remains satisfied.
Impact Assessment
- Risk: Low
- Affects: All Copilot-engine workflows
- Verification: Check MCPs load correctly; verify
/models works with PAT auth (per existing upgrade notes)
Package Links
Update: Playwright MCP 0.0.72 → 0.0.73
Breaking Changes
None.
Key Features
Bug Fixes
View Full Changelog
Playwright dependency bump
- 0.0.72 used
playwright@1.60.0-alpha-1777566615000
- 0.0.73 uses
playwright@1.60.0-alpha-1777669338000
Previous release highlights (0.0.72)
browser_network_requests — numbered list + browser_network_request tool for full details
browser_run_code renamed to browser_run_code_unsafe (explicit sandbox-escape implication)
View Migration Guide
Drop-in upgrade. No API or tool name changes in 0.0.73. (browser_run_code_unsafe rename happened in 0.0.72 — already in the previous constant.)
Impact Assessment
- Risk: Low
- Affects: Playwright browser automation workflows
Package Links
References:
Generated by CLI Version Checker · ● 225.9K · ◷
Summary
2 CLI tool updates detected and applied to
pkg/constants/version_constants.go. Lock files regenerated viamake recompile.Update: Copilot CLI 1.0.39 → 1.0.40
Breaking Changes
None detected.
Key Changes
claude-opus-4.7,claude-opus-4.6,claude-opus-4.6-fast,gpt-5.5,gpt-5.4,gpt-5.3-codex,gpt-5.2-codex,gpt-5.4-miniView CLI Discovery (config/environment subcommands)
copilot help config— notable settingscontinueOnAutoMode: auto-switch to auto mode on rate-limit (defaultsfalse)keepAlive: system sleep prevention (off/on/busy)ide.autoConnect/ide.openDiffOnEdit: IDE workspace integration settingscompanyAnnouncements: team banner messages supportdisableAllHooks: disable all repo/user-level hookscopilot help environment— notable varsCOPILOT_OFFLINE: skip all network access for local-model setupsCOPILOT_PROVIDER_*: BYOK (Bring Your Own Key) provider configurationCOPILOT_GH_HOST: separate GitHub hostname override for Copilot (vsGH_HOST)USE_BUILTIN_RIPGREP: use system ripgrep binary instead of bundled versionOTEL_*) instrumentation supportView Migration Guide
Drop-in upgrade — no migration steps required. The
CopilotNoAskUserMinVersionconstant (1.0.19) remains satisfied.Impact Assessment
/modelsworks with PAT auth (per existing upgrade notes)Package Links
Update: Playwright MCP 0.0.72 → 0.0.73
Breaking Changes
None.
Key Features
Bug Fixes
channelandexecutablePathfrom CLI flags and environment variables (fix(mcp): resolve extension channel/executablePath from CLI and env microsoft/playwright#40572)--browserchannel on the--extensionpath (fix(mcp): propagate --browser channel on --extension path microsoft/playwright#40567)View Full Changelog
Playwright dependency bump
playwright@1.60.0-alpha-1777566615000playwright@1.60.0-alpha-1777669338000Previous release highlights (0.0.72)
browser_network_requests— numbered list +browser_network_requesttool for full detailsbrowser_run_coderenamed tobrowser_run_code_unsafe(explicit sandbox-escape implication)View Migration Guide
Drop-in upgrade. No API or tool name changes in 0.0.73. (
browser_run_code_unsaferename happened in 0.0.72 — already in the previous constant.)Impact Assessment
Package Links
References: