Skip to content

v1.151.1

Choose a tag to compare

@deivid11 deivid11 released this 11 Jul 15:40

What's New

Added

  • Agent avatar working indicator - the agent avatar in the terminal header and flat-view header now gently breathes and glows while the agent is working, giving an at-a-glance busy cue (respects prefers-reduced-motion).

Changed

  • Clearer update controls in the app - on the native (APK) app, the About screen's npm-based "Auto-update" and "Automatic updates" controls are retitled "Server auto-update" so they aren't confused with the in-app APK updater, and their non-actionable variants (dev mode, non-npm global, unsupported install) are hidden on the phone where they were pure noise.

Technical Details

  • TerminalHeader and FlatView add an is-working class to the agent avatar; guake-terminal/_header.scss and FlatView.scss add breathe/glow keyframes gated behind prefers-reduced-motion.
  • AboutSection detects Capacitor.isNativePlatform() and, for the server npm updater panels, retitles to config:about.autoUpdateServerTitle / unattendedServerTitle and returns null for the dev/non-npm/unsupported informational branches.