Files
grimoire/src
Claude 62fd43d086 fix: load messages early to trigger streaming poll
The messages were being streamed successfully but never displayed because:
- loadMessages() was only called after sendMessage() completed
- By then isStreaming was already false
- The polling effect never triggered

Now we load messages shortly after starting the send to:
1. Show the user message immediately
2. Trigger the polling effect for streaming updates
2026-01-16 22:37:12 +00:00
..
2026-01-15 16:13:50 +01:00
2025-12-22 22:38:52 +01:00
2026-01-14 19:24:37 +01:00
2026-01-16 18:47:16 +01:00
2026-01-14 19:24:37 +01:00