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
Fix spinner clearing the AI response on short replies
The spinner row was being cleared twice: once when streaming started
(stop_global) and again when finish() was called. By the second clear,
the AI response text had been printed on that same row, so it got wiped.
Added SPINNER_ROW_CLEARED guard so clear_spinner_row() only fires once
per spinner cycle.
0 commit comments