mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-05 13:29:44 +02:00
The Agents page never received runtime cache updates when daemons registered or deregistered, causing the Create Agent dialog to show "No runtime available" even when runtimes existed. This happened because daemon events were only handled by the Runtimes page component, not globally. - Add daemon:register to the centralized realtime sync refresh map - Skip daemon:heartbeat in the generic handler to avoid excessive refetches - Invalidate runtimes on WS reconnect alongside other workspace data - Show a loading indicator in the Create Agent dialog while runtimes load