You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TUI sidebar: four live panels — workspace Git diff summary (green adds / red deletes), per-session token accounting (cache-hit / cache-miss / output), 8 sub-agent slots with real-time states (idle / working / outputting / messaging / reworking), and Goal status with judge state (awaiting / judging / adjudicated).
Subagent collaboration fixes and alignment: mid-run parent messages are now delivered to structured-output subagents via a bounded delivery turn (no more silently dropped "accepted" messages), and the collaboration prompts now match runtime semantics — timeout degrades to background execution instead of killing the subagent, rework guidance steers with specifics, and every sub-agent profile explains capability constraints and its own spawn abilities.
Web UI: exits when no browser connects within the idle window.
Tools: normalized Bash approval rules into command family templates.
Usage panel redesigned with an aligned table layout.