it0/it0_app/lib/features/chat/presentation
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
..
pages feat: add Markdown rendering and phone-call voice entry to chat UI 2026-02-23 07:31:40 -08:00
providers feat: enable token-level streaming and fix duplicate message bubble 2026-02-23 17:24:48 -08:00
widgets feat: add Markdown rendering and phone-call voice entry to chat UI 2026-02-23 07:31:40 -08:00