For the complete documentation index, see llms.txt. This page is also available as Markdown.

🏗️Release 3.2.5

Enhancements

  • Bricks:

    • Local Translation: new experimental brick using the Chrome Local AI Translator API

    • Local Language Detection: new experimental transformer using the Chrome Local AI Language Detector API

    • Cancel Run with Async Mod Variable: new brick to cancel an in-progress async run by request id

    • Control Flow bricks: pass the abort signal through to sub-pipelines so cancellation propagates across nested runs

  • Page Editor: add analysis rule to warn on mod variable assignment overwrite within Run with Async State and Run With Cache bricks

  • Chat Copilot: show a "Scroll to Bottom" affordance when the user has scrolled away from the latest message

🐛 Bug Fixes

  • Bricks:

    • Extract from Page (AI): fix extraction of primary content on iframe-heavy SPA sites (e.g., LinkedIn) after navigation

    • Run with Async Mod Variable: set the variable to an error state if the page navigates or the tab is closed while the run is in progress

    • Run with Async Mod Variable: recover when a queued task is aborted before it starts

    • Trigger (Interval): ticks could still occur when "Run in Background" was toggled off due to Chrome still permitting animation frames

Last updated

Was this helpful?