Skip to content

v0.6.0 — interaction completeness, PDFs, proxy, origin fence, state portability

Choose a tag to compare

@That1Drifter That1Drifter released this 12 Jun 19:43
· 14 commits to main since this release

Added

  • browser_handle_dialog: arm accept/dismiss (+ prompt text) for upcoming dialogs, or report recent ones. Unarmed dialogs auto-dismiss and feed the issues log (#34).
  • browser_select_option, browser_file_upload, browser_navigate_back/forward, browser_drag (#35).
  • PDF text extraction: browser_read takes .pdf URLs or local paths; browser_research reads PDF results instead of skipping them (#36).
  • BROWSE_MCP_PROXY / BROWSE_MCP_PROXY_BYPASS proxy passthrough and BROWSE_MCP_ALLOWED_ORIGINS / BROWSE_MCP_BLOCKED_ORIGINS navigation fence with a route backstop (#37).
  • browser_save_state / browser_load_state: move cookies + localStorage between machines as a JSON file (#38).
  • Opt-in coordinate mouse tools (vision bundle): browser_click_xy / move_xy / drag_xy for empty-a11y-tree pages (#40).

Full details in CHANGELOG.md.