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.
This commit is contained in:
Paul Kompfner
2026-04-23 12:00:56 -04:00
parent a3fe34f4a2
commit 7a8357a569
2 changed files with 1 additions and 1 deletions

View File

@@ -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.

1
changelog/4355.fixed.md Normal file
View File

@@ -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.