mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-05 13:29:44 +02:00
- Track active tasks on daemon struct with start time and metadata - Expose active tasks via /health endpoint (active_tasks field) - Show running tasks in `multica daemon status` output - Create native SwiftUI menu bar app (apps/menubar/) that: - Polls daemon health endpoint every 3s - Shows daemon status (running/stopped, uptime, agents, workspaces) - Lists currently running tasks with agent name, issue ID, duration - Allows starting the daemon if stopped - Add `make menubar` build target