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
Added an optional Follow AI actions mode. It activates the controlled target tab before page operations so users can watch the Agent work, without bringing the Chrome window to the front. Background mode remains the default.
The selected mode is persisted locally and captured when a task starts, so a running task keeps one consistent execution policy.
Changed
Foreground mode applies consistently to page reading, image extraction, browser control, Browser REPL, debug tools, and navigation. navigate.open target:"new" and navigate.switchTab follow the task mode.
Background viewport capture still activates the target only when Chrome requires it, then restores the previous tab when the user has not switched tabs during capture.
The obsolete active navigation input is rejected; tab activation is controlled by the task mode instead of model-generated input.
Security
Runtime side-panel smoke tests verify the isolated build marker before clearing extension data or changing site permissions, preventing a test run from modifying an unrelated installed Taber.
中文
重点
新增可选的“跟随 AI 操作”模式。页面工具执行前会激活受控目标标签页,方便用户观看 Agent 操作,但不会把 Chrome 窗口抢到操作系统前台;默认仍为后台模式。