chore: add changelogs for word-timestamp and frame-ordering fixes

This commit is contained in:
filipi87
2026-05-20 10:03:30 -03:00
parent 81bb81c1d0
commit 8bdb49bd1a
4 changed files with 4 additions and 0 deletions

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

@@ -0,0 +1 @@
- Fixed skipped TTS frames (e.g. code blocks filtered via `skip_aggregator_types`) being emitted to the assistant context immediately instead of waiting for preceding spoken frames to finish. They now hold their position in the frame sequence and are flushed only after all earlier spoken sentences are complete, keeping context ordering correct.