diff --git a/changelog/4328.fixed.md b/changelog/4328.fixed.md deleted file mode 100644 index cb2a6a828..000000000 --- a/changelog/4328.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fixed Gemini Live losing conversation history in the (rare) case of a WebSocket reconnect before any session resumption handle is received. 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. diff --git a/changelog/4355.fixed.md b/changelog/4355.fixed.md new file mode 100644 index 000000000..a9b6c932f --- /dev/null +++ b/changelog/4355.fixed.md @@ -0,0 +1 @@ +- Fixed Gemini Live losing conversation history in the (rare) case of a WebSocket reconnect before any session resumption handle is received. 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.