+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.
0 commit comments