Add changelog for #4283

This commit is contained in:
Mark Backman
2026-04-13 18:12:04 -04:00
parent 804e3ea9ec
commit d20013d7a6

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

@@ -0,0 +1 @@
- Fixed delayed turn completion when STT transcripts arrive after the p99 timeout. Previously, a late transcript (beyond the p99 window) would fall through to the 5-second `user_turn_stop_timeout` fallback. Now the turn stop triggers immediately when the late transcript arrives.