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

Release 3.2.8

Published in the Chrome Web Store on July 13, 2026

Enhancements

  • Page Editor:

    • Custom Forms embedded in a Brick (pipeline) element now show an Open in Interface View link to jump straight to the form's design view.

    • The AI mod-editing copilot no longer blocks edits on a mod's pre-existing warnings — only analysis errors and newly introduced warnings block.

  • Bricks:

    • Readers: selectors can now cross open shadow DOM boundaries with the >>> combinator (e.g. .host >>> input), so readers and input paths can reach elements inside web components.

🐛 Bug Fixes

  • Page Editor: Move to mod, Copy to mod, and Duplicate now act on the mod component whose action menu was opened, not the currently-active one.

  • Integrations: Automation Anywhere: a transient token-refresh failure (network drop, Control Room downtime, or a 5xx from the refresh endpoint) no longer signs the user out of their Control Room association — only genuinely invalid credentials clear it.

  • Sidebar: Fixed an unhandled error when a temporary sidebar panel refreshed after the sidebar had already been closed.

  • Bricks: A mod referencing an unavailable brick now reports a clear mod error instead of failing on every run and flooding logs.

  • Performance & Stability:

    • Reclaim memory from detached tooltips, popovers, and text-selection menus, and tore down injected panels, widgets, and event listeners when their host elements leave the page

    • Self-heals the extension's local log and registry storage and stops error-retry loops that could otherwise stall the extension (missing IndexedDB stores, storage exhaustion, registry upgrade/resolution loops).

    • Guards against a startup crash on pages that have no document body.

Last updated

Was this helpful?