Features
- Beta MCP support - New
@page-agent/mcppackage lets MCP clients such as Claude Desktop and Copilot control the browser through the Page Agent extension - Better iframe handling - Same-origin iframe elements are handled more reliably during DOM extraction and actions
- Extension history workflows - Users can rerun past tasks, export history sessions as JSON, and approve MCP-triggered tasks before execution
What's Changed
- feat: optional AK by @gaomeng1900 in #311
- fix: add execCommand fallback for contenteditable input by @voidborne-d in #210
- fix(PageController): add
mouseleaveevent by @gaomeng1900 in #319 - feat(ext): rerun tasks from history by @Adonis0123 in #314
- feat(extension): export history sessions as json by @Adonis0123 in #313
- chore(ext): rm keydown event on history by @gaomeng1900 in #321
- feat: option to disable named tool choice by @gaomeng1900 in #322
- fix(PageController): same-origin iframe actions by @gaomeng1900 in #325
New Contributors
- @voidborne-d made their first contribution in #210
- @Adonis0123 made their first contribution in #314
Full Changelog: v1.5.11...v1.6.0