Implemented the next missing parity slice around a local web GUI for the agent.

This commit is contained in:
Abdelrahman Abdallah
2026-04-20 05:14:57 +02:00
parent 20aaad62b3
commit 84a563578e
9 changed files with 1978 additions and 1 deletions
+1
View File
@@ -822,6 +822,7 @@ Mirrored / scaffold areas needing real implementation:
- [ ] Token budget calculations
### Tier 3 — Nice-to-Have Features
- [x] Local web GUI (FastAPI + vanilla JS SPA) → `src/gui/__main__.py`, `src/gui/server.py`, `src/gui/static/*`; launch with `python -m src.gui` or `claw-code-gui`
- [ ] TUI/Ink component library
- [ ] Voice mode
- [ ] VIM mode and keybinding system