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
feat(tui): display real-time todos for subagents (#259)
- Add SubagentTodoItem and SubagentTodoStatus types to app.rs
- Add todos field to SubagentTaskDisplay struct
- Add TodoUpdated progress event for subagent todo updates
- Handle TodoUpdated event in event_loop to update subagent todos
- Render todos in render_subagent with status icons (✓/●/○)
- Remove '── Subagents ──' header for cleaner display
This allows the TUI to display the subagent's current todo list
in real-time instead of just showing line counts or output previews.
Co-authored-by: Droid Agent <droid@factory.ai>
0 commit comments