Version 0.4.0
Published: May 6, 2026
Highlights
Section titled “Highlights”Version 0.4.0 is a large node and workflow capability release. It adds browser UI automation, looping, new in-page action nodes, trigger nodes, structured extraction, form tooling, notification support, and plan-based workflow limits.
UI Automation
Section titled “UI Automation”UI Automation adds browser interaction steps for workflows that need to do more than read page content. Use it when a workflow must click, type, submit, wait for page elements, or manipulate visible elements before extracting data.
Relevant docs:
Loop Node
Section titled “Loop Node”The Loop node makes repeated processing a first-class workflow pattern. Use it when each item, row, link, or page result needs the same downstream steps. Keep the loop body focused and inspect item output before adding browser actions inside the loop.
Relevant docs:
Delete UI Elements
Section titled “Delete UI Elements”Delete Elements supports workflows that need to clean up a page before reading or displaying content. This is useful when overlays, banners, cookie notices, or repeated elements get in the way of extraction or screenshots.
Relevant docs:
Forms Schema
Section titled “Forms Schema”Get Forms Schema helps a workflow inspect forms before attempting to fill them. It gives downstream nodes a structured view of the page form, which is easier to reason about than raw HTML.
Relevant docs:
Form Fill
Section titled “Form Fill”Form Fill adds a higher-level form automation step. Use it after the workflow has enough structured data to decide what values belong in each field.
Relevant docs:
Structured Data Extraction
Section titled “Structured Data Extraction”Structured data extraction improves page-reading workflows that need machine-readable facts instead of plain text. Use it when downstream nodes need fields, entities, metadata, or embedded schema values.
Relevant docs:
Bulk Node Implementation
Section titled “Bulk Node Implementation”This release added a group of new node implementations across the browser and workflow palette. The practical effect is a broader set of ready-made steps, especially around page inspection, UI manipulation, triggers, and data display.
Relevant docs:
Trigger Nodes
Section titled “Trigger Nodes”New trigger nodes expand the ways a workflow can start. This makes it easier to run automations from page load, browser startup, context menu actions, schedules, or manual execution.
Relevant docs:
Show Notification
Section titled “Show Notification”Show Notification lets a workflow report a result without requiring the user to inspect the builder. Use it for completion messages, reminders, extracted values, or warnings when a workflow branch needs attention.
Relevant docs:
Workflow Node Limits
Section titled “Workflow Node Limits”Workflow node limits help keep runs within the active user plan and prevent workflows from growing beyond supported execution boundaries. If a workflow hits a limit, split it into smaller workflows or simplify repeated sections.
Relevant docs:
Uploaded Text Size Limits
Section titled “Uploaded Text Size Limits”Uploaded text size limits protect browser performance and AI calls from oversized input. For AI workflows, send the smallest relevant text instead of full pages or large documents.
Relevant docs: