You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Agent actions tied to the current tab now run in order, and task event persistence failures stop the task before duplicate page actions can occur.
Exported documents no longer load remote resources embedded in workspace HTML.
Event timelines retain their causal order even when system clocks move backward.
Changed
Side-panel workspace files refresh only when a relevant file mutation occurs; runtime acceptance now verifies a live file write appears without reloading the panel.
Event projection is linear for large session histories, reducing side-panel work as logs grow.
The full runtime gate now covers the extension, Browser REPL, and side panel in an isolated build.
Added regression coverage for agent instructions, context compaction, and xAI subscription runtime behavior.