fix: re-seed Gemini Live context on reconnect without session resumption

This commit is contained in:
denxxs
2026-04-18 01:14:05 +05:30
parent c5c18335fd
commit 928ade993b
2 changed files with 18 additions and 6 deletions

3
changelog/9999.fixed.md Normal file
View File

@@ -0,0 +1,3 @@
Fixed Gemini Live losing conversation history on WebSocket reconnect. When the session
reconnects (e.g. on system instruction change), conversation history is now re-seeded
into the new session before it is marked ready for input.