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: add /topology command with Canvas-based agent graph overlay (#37)
* feat: add /topology command with graphical Canvas-based agent overlay
Surface agent parent/child relationships in TUI via a top-right overlay
that renders a node-link graph using ratatui Canvas. Active agents show
animated spinner dots; finished agents are removed from the graph.
- Extend SubAgentSpawned event with parent + model fields (serde-compat)
- Track topology in SessionState (AgentViewState.parent/children)
- BFS tree layout positions nodes by level with adaptive overlay sizing
- /topology slash command toggles overlay on/off
* fix: rustfmt formatting + keep all files within 200-line limit
* fix: use EXE_SUFFIX for Windows binary path in e2e bootstrap test
0 commit comments