From d20013d7a6d8d03c8b08ceefd41149531f3e8fcf Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Mon, 13 Apr 2026 18:12:04 -0400 Subject: [PATCH] Add changelog for #4283 --- changelog/4283.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4283.fixed.md 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.