Skip to content

Commit d55d5b0

Browse files
committed
Add changelog entries
1 parent e4c4e85 commit d55d5b0

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

changelog/5681.fixed.2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixed a word-timestamp event that matched no slot being discarded without a word in streaming mode (a TTS service configured with `TextAggregationMode.TOKEN`), such as a mark a provider reports on its own after the preceding word already took it. It was held in the buffer until the next sentence promotion, which dropped it as stale because the context it belonged to was already gone. The context that owns it now logs it and drops it when that context ends, matching what sentence mode already does when a word cannot be placed.

changelog/5681.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixed `AggregatedFrameSequencer.force_complete` emitting the text it force-completes as a `TTSTextFrame` without a matching `AggregatedTextProgressFrame`, so the progress view stopped where the TTS provider stopped reporting words while the word frames carried the rest of the turn.

0 commit comments

Comments
 (0)