No description
Find a file
Jared Miller 65b8acf5f8
Fix SSE cleanup and add prompt creation endpoint
- Fix SSE cancel handler to properly capture controller in closure
- Remove error JSON messages before WebSocket close (close reason is sufficient)
- Add POST /api/sessions/:sessionId/prompts endpoint for prompt creation
- Add SSE client cleanup on broadcast errors
- Add createPrompt and getSession imports
- Add prompt message type to ClientMessage for CLI prompt reporting
- Add prompt message handler in WebSocket to create and broadcast prompts
2026-01-28 11:41:50 -05:00
docs Add implementation plan to docs 2026-01-28 10:59:48 -05:00
public Restructure project files into src and public directories 2026-01-28 11:00:19 -05:00
src Fix SSE cleanup and add prompt creation endpoint 2026-01-28 11:41:50 -05:00
.gitignore Restructure project files into src and public directories 2026-01-28 11:00:19 -05:00
biome.json Fix biome config formatting (self-heal) 2026-01-28 11:03:31 -05:00
bun.lock Restructure project files into src and public directories 2026-01-28 11:00:19 -05:00
CLAUDE.md Add references section for inspiration sources 2026-01-28 11:06:09 -05:00
justfile Add npm scripts and justfile for development workflow 2026-01-28 10:59:07 -05:00
package.json Restructure project files into src and public directories 2026-01-28 11:00:19 -05:00
tsconfig.json Restructure project files into src and public directories 2026-01-28 11:00:19 -05:00