feat(dashboard): add assistant health panel with quick actions

This commit is contained in:
William Valentin
2026-02-18 12:06:21 -08:00
parent 43b9324c14
commit ef3f401278
4 changed files with 176 additions and 3 deletions
+1 -1
View File
@@ -491,7 +491,7 @@ Flynn includes a built-in web control dashboard served by the WebSocket gateway.
| **Chat** | Session selector, streaming tool events, markdown rendering with syntax highlighting |
| **Sessions** | Browse all sessions, view message history, delete sessions |
| **Usage** | Token usage summary cards, per-session breakdown table, auto-refresh |
| **Settings** | Edit hook patterns (confirm/log/silent), view tools, channels, and redacted config |
| **Settings** | Edit hook patterns (confirm/log/silent), Personal Assistant Mode toggles, view tools/services, and redacted config |
The dashboard is a vanilla JS SPA with no build step — hash-based routing, ES modules, and the existing WebSocket JSON-RPC protocol.