Commit Graph

2 Commits

Author SHA1 Message Date
Clawdbot
9d991bb5f5 fix(macos): menu bar activity badge not showing during agent work
The gateway emits agent events with stream='lifecycle' and data.phase
('start'/'end'/'error'), but ControlChannel.swift was looking for
stream='job' and data.state ('started'/'streaming'/etc).

This mismatch caused the menu bar to always show 'Idle' even when the
agent was actively working.

Changes:
- ControlChannel.swift: Handle 'lifecycle' stream instead of 'job',
  map phase values to the states WorkActivityStore expects
- AgentEventsWindow.swift: Update stream color mapping for consistency

Fixes #1932
2026-01-28 18:10:39 +01:00
Shadow
cc72498b46
Mac: finish Moltbot rename 2026-01-27 14:12:17 -06:00