v0.1.13
taubyte/tauv0.1.13May 7, 2026by yury-s
AI Summary
A maintenance release for Playwright fixing MCP issues in extension mode.
Key Highlights
- Fixed browser-level CDP commands (cookie-list, state-save) in extension mode.
- Ensured browser-scoped commands work correctly when attached via Chrome extension.
Full Release Notes
## Fixes - `fix(mcp): forward browser-level CDP commands in extension mode` — `cookie-list`, `state-save`, and other browser-scoped commands now work when attached via the Chrome extension. ([microsoft/playwright#40706](https://github.com/microsoft/playwright/pull/40706))