Improved resilience to transient model API errors: the agent now retries errors such as `503 Unavailable` for much longer with exponential backoff, so a brief service hiccup no longer aborts your session.
- Improved sign-in and startup speed by reading your signed-in identity from the stored credential instead of making a network request on every launch and after browser consent; a failed identity lookup no longer prevents sign-in from completing, and the displayed plan tier no longer briefly disappears during startup.
- +14 more changes
Read the full release noteHide the full release note
- Improved resilience to transient model API errors: the agent now retries errors such as
503 Unavailablefor much longer with exponential backoff, so a brief service hiccup no longer aborts your session. - Improved sign-in and startup speed by reading your signed-in identity from the stored credential instead of making a network request on every launch and after browser consent; a failed identity lookup no longer prevents sign-in from completing, and the displayed plan tier no longer briefly disappears during startup.
- Improved headless (
-p) runs to exit promptly once the final answer is delivered: the CLI waits for running background tasks and scheduled timers to finish, bound by--print-timeout, and leaves daemon background tasks such as dev servers running instead of terminating them. - Improved failure reporting in headless (
-p) runs: fatal errors now appear on stderr with a stableerror:marker, a note is printed when the response may be truncated, and runs that previously ended silently with no output now explain why.
Excerpt ends here — this release continues at the source ↗.