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.