What's New in v5.23.2
Bug Fix
- Fixed streaming bubble disappearing on tab switch — When switching to a tab that was actively streaming in the background, the restored text bubble would briefly flash and vanish. This happened because the server was sending a
session_startedevent for existing sessions during WebSocket reconnect, and the client's handler for that event resets the streaming element. Nowsession_startedis only sent for genuinely new sessions, leaving background streaming state intact.
Full Changelog: v5.23.1...v5.23.2