feat(ui): Support multiple concurrent AI response streams and strategy visualization

This commit is contained in:
2026-02-27 22:56:40 -05:00
parent e367f52d90
commit 25b72fba7e
5 changed files with 84 additions and 12 deletions

View File

@@ -11,6 +11,6 @@
- [x] Task: Add visual indicators (colors/icons) for Task statuses (Ready, Blocked, Done). 7252d75
## Phase 3: Live Output Streams
- [ ] Task: Refactor the AI response handling to support multiple concurrent UI text streams.
- [~] Task: Refactor the AI response handling to support multiple concurrent UI text streams.
- [ ] Task: Bind the output of Tier 1 (Planning) to a designated "Strategy" text box.
- [ ] Task: Bind the output of Tier 2 and spawned Tier 3/4 workers to the active Task's detail view in the DAG.