Add changelog for #4057

This commit is contained in:
Mark Backman
2026-03-17 11:35:38 -04:00
parent 55fb274d5a
commit fa345a510f

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

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