Files
Jiang Bohan 07d542e3ff feat(daemon): add menu bar app showing running tasks
- 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
2026-04-01 17:05:12 +08:00
..