Sheets you can always read. Dialogs the agent can see.
Read a sheet through your own browser when the API says no, stop losing pop-ups from page snapshots, wait only as long as the page needs, and route around a slow provider before your run feels it.
17 updatesRead release notes
- NEW
Google Sheets you did not add through the picker can still be read. When the Sheets API refuses a spreadsheet, the extension captures the visible worksheet through your own signed-in session, works from it read-only, and tells you the one-click Add Sheets fix for full access. Sheet context now names every tab and labels columns with their letters, and switching tabs settles in about a second instead of eight.
- IMPROVED
Pop-ups and dialogs are no longer invisible to the agent. Apply flows and modals rendered inside adopted frames, such as LinkedIn Easy Apply, were being dropped from page snapshots, and a snapshot that timed out was presented as an empty but fresh page. A partial snapshot now ships before the deadline, a failed capture is retried, and the agent is told when a snapshot is incomplete.
- IMPROVED
Waiting is conditional and reports what it saw. Waiting for an element now matches on text or role instead of requiring a CSS selector, which used to fail silently and push the agent into blind sleeps. Waits end as soon as the page settles, cap at ten seconds instead of five minutes, and a click or type can wait for the element it needs inside the same step.
- STATUS
Gemini models are now part of paid plans. Free Mode and free-plan runs use GLM 5.3 Flash with reasoning set to Low, in the extension and in Cloud. Your own Gemini key is unaffected.
- IMPROVED
Slow providers are routed around before your run feels it. Managed models are scored per host on time to first token, cache hits, and decode speed, and new runs move to a healthy host while a degraded one recovers instead of waiting on it.
- FIXED
Model reasoning no longer leaks into answers. A thinking block that arrives inline with the reply is split out even when the model also returned structured reasoning, and a tool call is recovered from loose thought text only when its arguments parse completely, so an empty call is never fired.
- FIXED
Code runs that end in a written answer complete instead of retrying. A model that answers in prose rather than a script now finishes the task, a script that does not compile is bounced with the exact helper it got wrong, and the run's earlier results are available to repair scripts.
- IMPROVED
Out of credits? You hear it before a browser is started. Cloud runs check your balance before provisioning a browser or calling a model, and a schedule on an empty account is paused with a reason instead of failing every run.
- FIXED
Scheduled and triggered Free Mode runs are no longer refused. Background runs were sending a Free Mode claim without a sponsored card and being denied. The claim now travels only with a card, and a failed card auction is reported in the panel.
- IMPROVED
Long page, document, deck, and PDF generations stop at the deadline. A generation that cannot finish inside the request window now ends with a clear failure instead of running on after the timeout and spending credits on a result you never receive.
- IMPROVED
Image-heavy runs on GLM keep going. GLM accepts eight inline images per request, so a step with more now keeps the newest eight with placeholders for the rest instead of failing, and a large scanned PDF no longer brings the run down.
- IMPROVED
Screenshot descriptions come back faster. The agent's page screenshots are described in a few seconds at low effort rather than transcribed at length, on GLM for Free Mode and free accounts and on Gemini Flash Lite for paid plans.
- IMPROVED
ChatGPT sign-in picks a model your account can use. Retired GPT-5.4 selections migrate to Terra or Luna with a one-time notice, and a Codex model your account cannot run steps down from Sol to Terra to Luna on the same connection instead of failing.
- FIXED
Workspace members see their workspace plan. Members were shown their dormant personal free tier, with an upgrade prompt, locked models, and Free Mode switched on by default. Plan and balance now reflect the workspace pool and the member's cap, live.
- IMPROVED
A Google Sheet the cloud browser cannot open says why. A sign-in or access wall used to end a Cloud run with an opaque code. The run now explains that the sheet needs link sharing or the Add Sheets picker, and when the other pages opened fine the sheet becomes a notice instead of a failure.
- IMPROVED
Rover runs owner-configured actions without a blanket confirmation prompt, and Wix site owners can upgrade from the pricing page even when the install was not finished or the account is bound to one site.
- FIXED
Cloud API requests with a malformed payload are answered with a 400 and the reason, not a 500.