v0.1.13

Cinnamon/kotaemonv0.1.13May 7, 2026by yury-s

AI Summary

Fixes an issue where browser-scoped CDP commands like `cookie-list` and `state-save` failed when using the Chrome extension.

Key Highlights

  • Browser-level CDP commands now work correctly in extension mode
  • Fixed `cookie-list`, `state-save`, and other browser-scoped commands

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