From 7a8357a56997b3ea467491830d2c7a1dd3528027 Mon Sep 17 00:00:00 2001 From: Paul Kompfner Date: Thu, 23 Apr 2026 12:00:56 -0400 Subject: [PATCH] chore: rebind Gemini Live reconnect changelog fragment to PR #4355 The original contributor's PR (#4328) landed as #4355. Rename the fragment so the rendered changelog links to the merged PR, and add the leading `- ` bullet prefix that towncrier expects. --- changelog/4328.fixed.md | 1 - changelog/4355.fixed.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 changelog/4328.fixed.md create mode 100644 changelog/4355.fixed.md 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.