From d70df1d8b0cd1a11ce524617dc2a25a9266c06e3 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Tue, 17 Mar 2026 11:35:38 -0400 Subject: [PATCH] Add changelog for #4057 --- changelog/4057.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4057.fixed.md diff --git a/changelog/4057.fixed.md b/changelog/4057.fixed.md new file mode 100644 index 000000000..b63b8540e --- /dev/null +++ b/changelog/4057.fixed.md @@ -0,0 +1 @@ +- Fixed premature user turn stops caused by late transcriptions arriving between turns. A stale transcript from the previous turn could persist into the next turn and trigger a stop before the current turn's real transcript arrived. Stop strategies are now reset at both turn start and turn stop to prevent state from leaking across turn boundaries.