This release fixes a chat UI edge case that could leave the interface looking like it was still streaming after a response had already finished.
Bug Fixes
The chat UI now properly resets to a ready state when a background streaming job completes. This prevents the chat from getting stuck in a streaming or submitted state after a message finishes.
As a result, the input should re-enable and the streaming indicator should clear when the response is done.