Skip to content

Commit 4caaa79

Browse files
authored
Merge pull request aden-hive#5988 from roberthallers/docs/fix-tui-deprecation-5941
docs: fix TUI deprecation inconsistency in roadmap
2 parents 296089d + 7a467ef commit 4caaa79

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

docs/roadmap.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -312,11 +312,11 @@ Ship essential framework utilities: Node validation, HITL (Human-in-the-loop pau
312312
- [x] Pause/approve workflow
313313
- [x] State saved to checkpoint
314314
- [x] Resume with HITLResponse merged into context
315-
- [x] **TUI Integration**
316-
- [x] Chat REPL with streaming support (tui/app.py)
317-
- [x] Multi-graph session management
318-
- [x] User presence detection
319-
- [x] Real-time log viewing
315+
- [x] ~~**TUI Integration**~~ *(deprecated — see AGENTS.md; use `hive open` browser UI instead)*
316+
- [x] ~~Chat REPL with streaming support (tui/app.py)~~
317+
- [x] ~~Multi-graph session management~~
318+
- [x] ~~User presence detection~~
319+
- [x] ~~Real-time log viewing~~
320320
- [x] **Node Lifecycle Management**
321321
- [x] Start/stop/pause/resume in execution stream
322322
- [x] State persistence via checkpoint store
@@ -538,11 +538,11 @@ Release CLI tools specifically for rapid memory management and credential store
538538
- [x] test-run, test-debug, test-list, test-stats (testing/cli.py)
539539
- [x] Pytest integration
540540
- [x] Test categorization
541-
- [x] **TUI (Terminal UI)**
542-
- [x] Interactive chat with streaming (tui/app.py)
543-
- [x] Multi-graph management UI
544-
- [x] Log pane for real-time output
545-
- [x] Keyboard shortcuts (Ctrl+C, Ctrl+D, etc.)
541+
- [x] ~~**TUI (Terminal UI)**~~ *(deprecated — see AGENTS.md; use `hive open` browser UI instead)*
542+
- [x] ~~Interactive chat with streaming (tui/app.py)~~
543+
- [x] ~~Multi-graph management UI~~
544+
- [x] ~~Log pane for real-time output~~
545+
- [x] ~~Keyboard shortcuts (Ctrl+C, Ctrl+D, etc.)~~
546546
- [ ] **Memory Management CLI**
547547
- [ ] Memory inspection commands
548548
- [ ] Memory cleanup utilities
@@ -776,12 +776,14 @@ Implement an interactive, drag-and-drop canvas (using libraries like React Flow)
776776
### TUI to GUI Upgrade
777777
Port the existing Terminal User Interface (TUI) into a rich web application, allowing users to interact directly with the Queen Bee / Coding Agent via a browser chat interface.
778778

779-
- [x] **TUI Foundation**
780-
- [x] Terminal chat interface (tui/app.py)
781-
- [x] Streaming support
782-
- [x] Multi-graph management
783-
- [x] Log pane display
784-
- [x] Keyboard shortcuts
779+
> **Note:** The TUI (`hive tui` / `tui/app.py`) is deprecated and no longer maintained (see AGENTS.md). The items below reflect legacy work completed before deprecation. New development should target the browser-based GUI (`hive open`).
780+
781+
- [x] ~~**TUI Foundation**~~ *(deprecated)*
782+
- [x] ~~Terminal chat interface (tui/app.py)~~
783+
- [x] ~~Streaming support~~
784+
- [x] ~~Multi-graph management~~
785+
- [x] ~~Log pane display~~
786+
- [x] ~~Keyboard shortcuts~~
785787
- [ ] **Web Application**
786788
- [ ] Modern web UI framework setup (React/Vue/Svelte)
787789
- [ ] Responsive design implementation

0 commit comments

Comments
 (0)