From 9db15e7942703b759bf397fc6acb70cf0726cf70 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Wed, 25 Mar 2026 18:07:05 -0400 Subject: [PATCH] Add changelog entry for #4146 --- changelog/4146.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4146.fixed.md diff --git a/changelog/4146.fixed.md b/changelog/4146.fixed.md new file mode 100644 index 000000000..db58dad06 --- /dev/null +++ b/changelog/4146.fixed.md @@ -0,0 +1 @@ +- Fixed Gemini Live local VAD mode (`GeminiVADParams(disabled=True)` with external VAD) not working. The bot now correctly detects user speech and signals turn boundaries to the Gemini API.