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
🛡️ Chat no longer breaks after crashes or interruptions. If a previous session ended unexpectedly, leftover data could cause permanent errors when resuming a conversation. The chat now automatically cleans up mismatched data on load so you can always pick up where you left off.
🔄 Better compatibility with OpenAI models. Fixed issues where certain internal data was accidentally sent to OpenAI, causing requests to fail. Conversations with tool use now work reliably across all supported providers.
🪵 Clearer error reporting for AI requests. When an AI request fails, the error details are now logged properly instead of being silently swallowed, making issues easier to diagnose.