Commit graph

71 commits

Author SHA1 Message Date
1de99654fc fix: dynamic col names + no-duplicate assistant/result event handling 2026-04-05 12:09:39 -04:00
048072b4f3 fix: dynamic col names + no-duplicate assistant/result event handling 2026-04-05 12:09:39 -04:00
cbc420d22a fix: add websockets dependency for uvicorn WebSocket support 2026-04-05 11:59:18 -04:00
71cf8d2d62 fix: handle both assistant and delta events without duplicates 2026-04-05 11:55:24 -04:00
6e6bb86bcd fix: replace BaseHTTPMiddleware with pure ASGI middleware for WebSocket compat 2026-04-05 11:51:01 -04:00
de8a7798c3 fix: remove assistant event handler to prevent duplicate messages 2026-04-05 11:45:43 -04:00
44a8ddf458 fix: SPA middleware instead of catch-all, preserves WS 2026-04-05 11:10:18 -04:00
54c1e9d92c fix: use catch-all GET not mount for SPA, preserve WS routes 2026-04-05 11:07:44 -04:00
67d738baf3 fix: mount SPA at root, fix WS route priority 2026-04-05 11:06:44 -04:00
3cd63de3f0 fix: remove --dangerously-skip-permissions (root incompatible) 2026-04-05 11:00:36 -04:00
14704bf23d fix: serve frontend from /app/frontend/dist 2026-04-05 10:56:31 -04:00
849410b937 fix: await outside async in fetchTaskRuns 2026-04-05 10:51:18 -04:00
3d4688f4ef style: dark theme v3 2026-04-05 10:49:05 -04:00
1df9eefabc feat: redesigned chat UI for persistent session v3 2026-04-05 10:49:04 -04:00
4b3b34ef19 feat: persistent Claude process manager v3 2026-04-05 10:49:04 -04:00
6e3568aad3 style: dark theme for new layout 2026-04-05 10:45:24 -04:00
40b68991e5 feat: redesigned chat UI for persistent session 2026-04-05 10:45:24 -04:00
7e7acc453e feat: persistent Claude process manager 2026-04-05 10:45:24 -04:00
63b3f0fd27 style: add auth token panel and dashboard styles 2026-04-05 00:32:28 -04:00
7b098cf118 feat: add token-based auth UI in dashboard 2026-04-05 00:32:28 -04:00
0bac9cbe74 fix: replace broken OAuth login with token-based auth 2026-04-05 00:32:28 -04:00
552f504a3d style: add auth token panel and dashboard styles 2026-04-05 00:32:24 -04:00
1ca4f04bcc feat: add token-based auth UI in dashboard 2026-04-05 00:32:24 -04:00
f17863f28d fix: replace broken OAuth login with token-based auth 2026-04-05 00:32:23 -04:00
3e6f5cf2f7 style: add auth token panel and dashboard styles 2026-04-05 00:26:23 -04:00
e70c0c2143 feat: add token-based auth UI in dashboard 2026-04-05 00:26:23 -04:00
fcfc4e0c94 fix: replace broken OAuth login with token-based auth 2026-04-05 00:26:23 -04:00
42c4c05df1 style: add auth token panel and dashboard styles 2026-04-05 00:26:22 -04:00
f178044212 feat: add token-based auth UI in dashboard 2026-04-05 00:26:22 -04:00
9ff12760da fix: replace broken OAuth login with token-based auth 2026-04-05 00:26:22 -04:00
fac41951d0 style: add auth token panel and dashboard styles 2026-04-05 00:26:21 -04:00
188dafdc7a feat: add token-based auth UI in dashboard 2026-04-05 00:26:21 -04:00
9e07fed45c fix: replace broken OAuth login with token-based auth 2026-04-05 00:26:20 -04:00
285a5a3332 style: add auth token panel and dashboard styles 2026-04-05 00:13:38 -04:00
84b000de5a feat: add token-based auth UI in dashboard 2026-04-05 00:13:37 -04:00
0046db1849 fix: replace broken OAuth login with token-based auth 2026-04-05 00:13:37 -04:00
379d612388 Fix login: show link instead of popup, add code paste UI 2026-04-04 23:59:55 -04:00
0d0b4019dc Fix login: show link instead of popup, add code paste UI 2026-04-04 23:59:54 -04:00
28a9d97d7a Add auth code input flow for headless OAuth 2026-04-04 23:54:24 -04:00
3ca9c8fb92 Add auth code input flow for headless OAuth 2026-04-04 23:54:24 -04:00
68968fe7f4 Add auth code input flow for headless OAuth 2026-04-04 23:54:24 -04:00
91cedaed5c Add MCP server management + fix OAuth 2026-04-04 23:50:17 -04:00
423e9e5a40 Add MCP server management + fix OAuth 2026-04-04 23:50:16 -04:00
70a12093e9 Add MCP server management + fix OAuth 2026-04-04 23:50:16 -04:00
05397ceffc Fix OAuth login flow for Claude Max 2026-04-04 23:47:54 -04:00
39c18ac520 Fix OAuth login flow for Claude Max 2026-04-04 23:47:54 -04:00
e00b112da1 Update docker-compose.yml 2026-04-04 22:51:39 -04:00
d8b0913612 Update frontend/src/App.css 2026-04-04 22:51:39 -04:00
11e72ebeec Update frontend/src/App.jsx 2026-04-04 22:51:39 -04:00
a4094f13cf Update backend/main.py 2026-04-04 22:51:38 -04:00