it0/packages/services/agent-service/src
hailin 74be945e4a feat: enable token-level streaming and fix duplicate message bubble
Backend:
- Add includePartialMessages: true to SDK query options
- Handle stream_event/content_block_delta for real-time text streaming
- Skip text/thinking blocks from complete assistant messages (already
  streamed via deltas) to avoid duplication
- Change default result summary to empty string

Flutter:
- Only show CompletedEvent summary when no assistant text was streamed
  (prevents duplicate message bubble)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 17:24:48 -08:00
..
application Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
domain feat: add backend controllers for agent config, skills, and hooks 2026-02-21 22:26:25 -08:00
infrastructure feat: enable token-level streaming and fix duplicate message bubble 2026-02-23 17:24:48 -08:00
interfaces fix: replace Socket.IO with raw WebSocket to fix 502 on /ws/agent 2026-02-23 16:52:43 -08:00
agent.module.ts feat: add backend controllers for agent config, skills, and hooks 2026-02-21 22:26:25 -08:00
main.ts fix: replace Socket.IO with raw WebSocket to fix 502 on /ws/agent 2026-02-23 16:52:43 -08:00