- New in-page toolbar with pin mode (available when extension review completes) — every attached tab now gets a floating toolbar you can use to pin elements directly from the page. Pinning copies a natural-language prompt plus the exact
playwriter -e '…'code needed to inspect that element later, so pasted prompts are immediately useful to an agent instead of just exposing a fragile DOM handle. - Always-on ghost cursor with better motion (available when extension review completes) — the cursor overlay now appears on every Playwriter-attached tab, survives hard navigations, uses smoother move/press animation timing, and fades away after 5 seconds of idle time so manual browsing stays uncluttered. The next Playwright-driven mouse action brings it back instantly.
- Shared JavaScript dialogs no longer crash multi-client sessions — when multiple
connectOverCDP()clients auto-close the samealert()/confirm()/prompt(), duplicate best-effort closes are now ignored instead of surfacing an unhandled rejection that kills the process.