v0.1.13

elizaOS/elizav0.1.13May 7, 2026by yury-s

AI Summary

This release fixes a bug in the Model Context Protocol (MCP) where browser-level CDP commands were not forwarded correctly when using the Chrome extension.

Key Highlights

  • Fixed `cookie-list` and `state-save` commands in extension mode
  • Fixed forward of browser-level CDP commands in extension mode
  • Fixes referenced in microsoft/playwright#40706

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