Commit Graph

17 Commits

Author SHA1 Message Date
6e3f5d9415 feat(web): add chat UI with WebSocket streaming and conversation persistence
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-07 02:41:01 +08:00
10685ea866 feat(web): add pipeline progress inline component 2026-05-07 02:38:38 +08:00
375540f528 feat(web): add WebSocket chat handler with message persistence
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-07 02:36:42 +08:00
19a1a4e6d2 feat(web): add pi-agent tool layer with pipeline integration
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-07 02:36:28 +08:00
e35778ebea feat(web): add prompt editor with split-pane and Markdown editing
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-07 02:34:04 +08:00
66f0f82fde feat(web): add prompt file read/write API
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-07 02:32:50 +08:00
c9fe380d0d feat(web): add account list and form components
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-07 02:30:32 +08:00
93e67bb8dc feat(web): add settings config form 2026-05-07 02:29:31 +08:00
63e619bb92 feat(web): add config CRUD API routes 2026-05-07 02:27:18 +08:00
c27bd54bb3 feat(web): add account CRUD API routes
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-07 02:27:09 +08:00
8b11383bc4 feat(web): add typed API client 2026-05-07 02:27:01 +08:00
58ceb0af00 feat(web): add three-column layout shell with placeholder views
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-07 02:24:43 +08:00
0c8283d6e9 feat(web): add SQLite schema and connection
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-07 02:21:49 +08:00
d63ecd8d29 feat(web): add shadcn/ui base components (Button, Input, ScrollArea)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-07 02:21:21 +08:00
5263fcd571 feat(web): add Express + WebSocket server entry 2026-05-07 02:20:49 +08:00
fa8bfde952 feat(web): init Vite + React + Tailwind client scaffold
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-07 02:18:36 +08:00
380df630ec feat(web): init project scaffold with package.json and tsconfig
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-07 02:16:46 +08:00