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
-[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.)~~
546
546
-[ ]**Memory Management CLI**
547
547
-[ ] Memory inspection commands
548
548
-[ ] Memory cleanup utilities
@@ -776,12 +776,14 @@ Implement an interactive, drag-and-drop canvas (using libraries like React Flow)
776
776
### TUI to GUI Upgrade
777
777
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.
778
778
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~~
785
787
-[ ]**Web Application**
786
788
-[ ] Modern web UI framework setup (React/Vue/Svelte)
0 commit comments