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
Working agent avatar animation - the busy agent avatar (terminal header and flat-view header) now does a soft bounce instead of the previous glow-and-pulse-ring, and always animates while the agent is working so the live-activity cue reads clearly. The header gained a little top room so the bounce isn't clipped.
Fixed
Reduced-motion made the working cue look broken - the avatar working indicator no longer disables itself under prefers-reduced-motion, which previously left only a static cyan border that read as a glitch; the bounce is a deliberate live-status signal.
Technical Details
guake-terminal/_header.scss and FlatView.scss replace the working-avatar glow/pulse-ring keyframes with a single translateY bounce (guake-avatar-bounce / flat-header-avatar-bounce), add header top padding + overflow:visible so the bounce isn't clipped, and remove the prefers-reduced-motion override for the .is-working avatar.