nexus/server
Mikkel Georgsen a6904bfad7 feat(22-01): SSE echo-stream endpoint, edit message route, and stream tests
- Add GET /conversations/:id/stream SSE endpoint with echo-stream placeholder
- Set text/event-stream, X-Accel-Buffering: no, flush headers immediately
- Stream token events word-by-word, emit done event with messageId on completion
- Detect client disconnect via req.on(close) to stop streaming
- Persist assistant message only when stream completes (not on abort)
- Add ECHO-STREAM PLACEHOLDER comment for Phase 23 LLM adapter replacement
- Create chat-stream-routes.test.ts with SSE header, token/done event, and 404 tests
2026-04-01 14:52:09 +02:00
..
scripts fix(server): use stable tsx/cli entry point in dev-watch 2026-03-28 06:42:03 +07:00
src feat(22-01): SSE echo-stream endpoint, edit message route, and stream tests 2026-04-01 14:52:09 +02:00
CHANGELOG.md chore: release v0.3.1 2026-03-12 13:09:22 -05:00
package.json feat(09-01): install @libsql/client, schema, DB init, path helpers 2026-04-01 07:46:05 +02:00
tsconfig.json Fix root TypeScript solution config 2026-03-09 14:09:30 -05:00
vitest.config.ts Add API server with routes, services, and middleware 2026-02-16 13:31:58 -06:00