Skip to content

v1.1.4 — Cross-tab recording, and chat anywhere

Latest

Choose a tag to compare

@WiseriaAI WiseriaAI released this 27 Jun 15:36
9c31500

v1.1.4 — Cross-tab recording, and chat anywhere

A maintenance release headlined by cross-tab recording, plus reliability fixes
across recording and the agent loop.

Cross-tab recording & replay

Recordings now span multiple tabs. If your workflow opens a link in a new tab,
switches between tabs, or spreads work across several pages, the recorder
captures it and replay follows along — no longer confined to a single tab.

Recording capture also got more thorough:

  • Shadow-DOM inputs are captured (typing into web-component fields).
  • Code editors — Monaco, CodeMirror, and TinyMCE — are recognized as editors
    rather than missed.
  • Step labels show in full instead of being truncated to one line.

Chat on restricted or blank pages

The agent no longer hard-stops at start when the active tab is a restricted page
(chrome://, the Web Store) or has no page at all. You can begin a chat
anywhere; the loop advises rather than blocks, and you steer from there.

Fixes & reliability

  • Tab fail-over: if the focused tab closes mid-task, the loop falls over to a
    surviving pinned tab instead of stalling.
  • Recording reconnect: fixed recordings going unresponsive after the service
    worker idled out, by routing port traffic through a single resilient connection.
  • Tool error hints: when type/click lands on an editor or canvas, the
    agent now gets an actionable hint so it can self-correct.