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