Batch hydrate normalized messages for session load

This commit is contained in:
Shantur Rathore
2025-11-26 10:57:39 +00:00
parent b54db28fb1
commit 91ace25333
20 changed files with 370 additions and 1371 deletions

View File

@@ -4,6 +4,8 @@
Create the message display component that renders user and assistant messages in a scrollable stream, showing message content, tool calls, and streaming states.
> Note: This legacy task predates `message-stream-v2` and the normalized message store; the new implementation lives under `packages/ui/src/components/message-stream-v2.tsx`.
## Prerequisites
- Task 006 completed (Tab navigation in place)