v0.1.13

HKUDS/CLI-Anythingv0.1.13May 7, 2026by yury-s

AI Summary

A maintenance release addressing issues with Chrome DevTools Protocol (CDP) command forwarding in the MCP extension mode.

Key Highlights

  • Fixed CDP commands like `cookie-list` and `state-save` in extension mode

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))