Skip to main content
1.0.1
June 29, 2026
Nested Browser mode. A Browser’s mode is now an object keyed by type, so viewport and text settings live with the mode they belong to instead of as flat siblings:
  • visual (default): {"type": "visual", "width": 1200, "height": 1200, "markdown": false}. Set markdown: true to include the page’s text alongside each screenshot (this replaces the old multimodal mode).
  • text: {"type": "text", "chunk_size": 20000}, where chunk_size replaces the old top-level page_chars.
The old flat shape ("mode": "visual" with sibling width, height, page_chars) still parses, so existing integrations keep working. See Modes and Configuration.