Skip to main content
2025-11-09
What’s New
  • Execution filtering: Filter runs by agent, status, and date range.
  • Execution metadata: Add custom key–value metadata to runs for better organization and searchability.
  • Version selection when running agents.
  • New unified Stats page with full historical analytics.
  • Auto-generated node descriptions for clearer, easier-to-understand workflows.
Improvements
  • Playwright scripts now surface browser console logs for easier debugging.
  • More detailed workflow failure diagnostics, with line-level script errors.
  • Execution statistics now include average-duration metrics and support filtering by agent version.
  • More reliable selector transitions with built-in retry logic.
  • Better page-state capture during rapid navigation.
Fixes
  • Resolved failures caused by LLM calls returning only reasoning content.
  • Corrected file listing display issues.
  • Fixed date/time formatting in activity logs.
2025-10-31
What’s New
  • Output Node Type: Define structured workflow outputs and custom outcomes beyond simple success/failure.
  • Query Context Tool: AI Task nodes can agentically retrieve information from previous steps.
  • Node-Level Context Management: More targeted, step-specific behavior control.
  • get_datetime Tool: Retrieve current date/time in any timezone.
  • freeze_script Option: Prevent unwanted script regeneration in Learn & Compile mode.
  • Email tools: send_mail and get_mail.
  • Sticky notes for annotating workflows.
Improvements
  • Upgraded AI model for Playwright script generation: higher reliability, better selectors, clearer flows.
  • AI Task tools reorganized into capability categories.
  • Improved workflow activity logs with richer details (API calls, file ops).
  • Agents now signal more clearly when they’re blocked and require user assistance.
Fixes
  • Cookie handling during browser initialization.
  • Transition failures in specific workflow patterns.
  • Occasional browser disconnection issues.
  • Workflow rendering issues affecting agent navigation.
  • Better reasoning-mode alignment across model types.
  • String-variable quoting issues in Playwright scripts.
  • Error wrapping in API responses.
  • Summarization performance improvements.
2025-09-30
What’s New
  • Agent Listing API: Paginated, sortable agent listings through the External API.
  • Real-time Graph Updates: Live updates to the workflow graph as you edit.
  • Learn & Compile Mode: Combines AI-driven decisions with cached Playwright scripts for stable automation.
  • AI-optimized node descriptions for more readable workflows.
Improvements
  • Raised file upload limits: 20MB/file and 100MB total.
  • Faster, more reliable real-time streaming with better concurrency handling.
  • Optional proxy settings in agent profiles.
  • Enhanced Playwright script logs with detailed execution output.
  • More reliable WebSocket activity updates.
  • More specific API error messages and validations.
Fixes
  • More detailed error handling for workflow-graph update failures.
  • Execution cancellation reliability improvements.
  • Empty proxy fields no longer cause errors.
  • More stable long-running automation sessions.
  • Playwright LLM variable migration stability improvements.
  • TOTP secret generation bug fixes.
2025-09-13
What’s New
  • Added cookie management to agent profiles, allowing you to store and manage website cookies for your automation workflows
  • Added new list_files and read_files tools for agents to work with context files during execution
  • Added browser_fill_form action for simplified form completion
  • Added support for JavaScript evaluation on web pages with the new browser_evaluate tool
  • File uploads and downloads are now tracked in the activity stream, showing important metadata like filename, size, and type
  • You can now use longer agent names up to 100 characters
  • Special characters are now supported in agent names (previously limited to alphanumeric, #, -, _, and spaces)
Improvements
  • Enhanced file handling with better error messages and more consistent processing
  • Browser form filling now shows field details in the activity log for better visibility
  • Large model responses now automatically retry with increased token limits when needed
  • Improved error handling and reliability for streaming connections
  • File uploads for agent executions are more efficient and reliable
  • Enhanced agent cancellation with more specific reasons (timeout, max steps, or user-requested)
  • Improved reasoning display when the agent is thinking through complex tasks
  • Enhanced WebSocket connection handling for more reliable real-time activity updates
  • Workflow Flexibility: You can now have multiple end success and end failure nodes in your workflows.
  • Better reliability for real-time updates during agent execution - the system now processes messages more efficiently and reliably, ensuring you get immediate updates about your agent’s activities
Fixes
  • Fixed duplicate activity messages that were incorrectly appearing in execution logs
  • Fixed an issue where duplicate credential names could cause conflicts
  • Fixed occasional connection errors during real-time activity streaming
  • Fixed an issue where execution status was incorrectly displayed as “Starting” instead of “Running” when activities begin, providing more accurate status information in the interface
  • Fixed issues with image handling in agent conversations
  • Resolved a potential issue during execution cancellation that could prevent proper cancellation in certain cases
2025-08-25
What’s New
  • Real-time activity updates for agent executions with the new activity streaming endpoint
  • You can now send messages to a running agent execution via a new API endpoint
  • Enhanced activity tracking with filtering options to view execution activities in your preferred order
  • Improved file upload capabilities in agents, allowing for more seamless handling of user-provided files within agent workflows.
  • Enhanced browser file download features that enable agents to access and work with files downloaded during browsing sessions.
  • You can now select Windows as the operating system for your agent profiles, allowing you to run browser sessions that emulate Windows instead of macOS
Improvements
  • Activity streams now show detailed step progress, node transitions, and agent actions
  • Agent statistics now include average execution time metrics
  • Enhanced error messages for troubleshooting agent issues
  • Added comprehensive API documentation to make integration easier
  • Introduced API versioning with a new v2 endpoint structure for better backwards compatibility
  • Better file metadata handling with improved MIME type detection and extension processing for more accurate file identification.
  • Streamlined file notifications for agents, making it clearer when new files are available for use.
  • More robust file handling with improved validation, sanitization, and error handling for increased reliability.
  • Enhanced file activity messaging.
Fixes
  • Fixed reliability issues with browser actions by improving error handling
  • Resolved problems with file downloading
  • Fixed an issue where expired subscriptions couldn’t be upgraded without contacting support