mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
When a user is viewing an agent screen and the agent transitions from running to idle, immediately call clearAgentAttention since the user witnessed the completion. This prevents the "requires attention" state from appearing when the user navigates back to the home screen. Added a useEffect in AgentScreenContent that: 1. Tracks the previous agent status via a ref 2. Detects transitions from "running" to "idle" 3. Clears attention immediately on such transitions 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>