From 1db0c3b37a5033fa6ca80d8431314d35df41484f Mon Sep 17 00:00:00 2001 From: hobokenchicken Date: Sun, 28 Jun 2026 17:46:40 -0400 Subject: [PATCH] Update README: mark TUI client as done --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab630d0..98e1d7d 100644 --- a/README.md +++ b/README.md @@ -68,11 +68,11 @@ npm run dev - [x] Slash commands (registration, autocomplete) - [x] Incoming webhooks (create, execute) - [x] Example bots (modbot, welcome bot) +- [x] TUI client (Bubbletea, vim-style, voice support) - [ ] Push notifications (backend VAPID keys needed) - [ ] Roles & permissions system - [ ] REST API documentation (OpenAPI/Swagger) - [ ] WebAuthn passkeys (future) -- [ ] TUI client (Phase 5) ## Project Structure @@ -81,7 +81,7 @@ dumpsterChat/ ├── cmd/ │ ├── server/ # Main API + WebSocket gateway │ ├── migrate/ # Database migration CLI -│ └── tui/ # Terminal client (Phase 5) +│ └── tui/ # Terminal client (Bubbletea) ├── internal/ │ ├── auth/ # Registration, login, sessions, profiles │ ├── channel/ # Channel CRUD handlers