diff --git a/changelog/4283.fixed.md b/changelog/4283.fixed.md new file mode 100644 index 000000000..c9ff906cc --- /dev/null +++ b/changelog/4283.fixed.md @@ -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.