v0.1.17
HKUDS/CLI-Anythingv0.1.17Jul 9, 2026by yury-s
AI Summary
A bug fix release for the MCP integration that resolves crashes when navigating to privileged browser pages and fixes race conditions with screenshot initialization.
Key Highlights
- The `goto` command no longer crashes on privileged pages like `chrome://extensions/`.
- MCP screenshots now await page initialization to prevent race conditions.
- Videos for additional tabs are now saved to the configured output directory.
- CDP connections no longer apply unwanted default context options.
New Features
- Await init page before screenshot
- Preserve directory for additional tab videos
- Always pass noDefaults for CDP connections
Full Release Notes
## Fixes - **`goto` no longer crashes the browser session on privileged pages** ([#433](https://github.com/microsoft/playwright-cli/issues/433)) — navigating to pages like `chrome://extensions/` or `chrome://settings/` used to throw `TypeError: Cannot read properties of undefined (reading 'url')` and take down the whole session. ([microsoft/playwright#41675](https://github.com/microsoft/playwright/pull/41675)) - `fix(mcp): await init page before screenshot` — screenshots taken right after open no longer race the page init. ([microsoft/playwright#41646](https://github.com/microsoft/playwright/pull/41646)) - `fix(mcp): preserve directory for additional tab videos` — videos for extra tabs are saved to the configured output directory. ([microsoft/playwright#41680](https://github.com/microsoft/playwright/pull/41680)) - `feat(mcp): always pass noDefaults for CDP connections` — attaching over CDP no longer applies unwanted default context options. ([microsoft/playwright#41676](https://github.com/microsoft/playwright/pull/41676))