| fix-chat-history-gateway-timeout |
Fix chat history timeout through gateway backend communication |
gateway-backend-communication |
runtime-bridge |
Adjust backend communication behavior for chat history loading. |
| src/lib/api-client.ts |
| src/stores/chat/history-actions.ts |
|
| Chat history loads through the existing host API boundary. |
| Gateway timeout does not leave the visible chat in a stale state. |
|
|
| tests/unit/chat-history-actions.test.ts |
|
| Renderer does not add direct IPC calls. |
| Renderer does not fetch Gateway HTTP directly. |
| Comms replay and compare pass. |
|
|