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: scan-sweep animation only triggers on authoritative running state
isVisuallyBusy was using activeThinking as a fallback trigger for the
scan-sweep animation, causing ghost animations when thinking lingered
after agent stopped (Gemini idle confirmation delay, undefined state).
Now only session.state === 'running' drives animations. activeThinking
is kept for text labels and thinking timers only.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments