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 resilient chat — a running turn keeps going on the server if the connection drops, and reconnecting picks up where it left off and replays anything you missed
Added permissions and questions to the quick chat and made it survive reconnects like the main chat, with all its tool activity folded into a single working indicator
Added a connection indicator to the app bar — connecting, working, waiting for a reply, or idle — with a clear "Server unavailable" state instead of raw network errors, and disabled sending and commands while offline
Added a sticky header for expanded blocks so you can still collapse them after their header scrolls out of view
Changed the quick chat to push the main chat up as it expands instead of covering it
Changed MCP tools to show as "server: tool" and unified the look of the thinking, tool, result and diff blocks