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(web): stop cursor pulse when Claude finishes a turn
Add isThinking state to track whether Claude is actively generating.
Set to false on result events (turn complete), true on assistant events
and when user sends a message. The blinking cursor now uses
isRunning && isThinking, so it stops pulsing when Claude is waiting
for user input instead of spinning indefinitely.
0 commit comments