Skip to content

v1.151.2

Choose a tag to compare

@deivid11 deivid11 released this 11 Jul 15:54

What's New

Changed

  • 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.