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
Animated token counter — new TokenCounter component with smooth requestAnimationFrame-based counting animation for real-time token usage feedback during message send/receive.
Loading indicator with state awareness — LoadingIndicator component showing ↑/↓ arrows with state-aware token display (sending/waiting/receiving states).
Token formatting helper — formatTokensDecimal() function providing consistent 2-decimal formatting for animated token counts (e.g., "1.23K", "12.50K").
Changed
Stop button styling — improved stop button visual design with amber theme instead of destructive red, providing better visual hierarchy and less alarming appearance.