mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-05 13:29:44 +02:00
When navigating to an issue where an agent is already working, the "Agent is working" card was delayed because it waited for both getActiveTasksForIssue() AND listTaskMessages() to complete before rendering. Now the card renders immediately after active tasks are fetched, and messages load progressively in the background. Also properly merges HTTP-loaded messages with any WebSocket-delivered messages to avoid race conditions.