Skip to content

Commit e273f4b

Browse files
committed
Update wet-carpets-clean.md
1 parent 4f5fe42 commit e273f4b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.changeset/wet-carpets-clean.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,9 @@
33
'@livekit/agents': patch
44
---
55

6-
handle VAD stream closed error during agent handover
6+
fix: handle VAD stream closed error during agent handover
7+
8+
- Fixed a race condition in `StreamAdapter` where `endInput()` could be called on an already-closed VAD stream during agent handover, causing an unrecoverable `stt_error`. This affected non-streaming STTs (like OpenAI STT) that use the StreamAdapter wrapper.
9+
- Added `isStreamClosedError()` utility function for consistent error handling.
10+
- Upgraded sharp from 0.34.3 to 0.34.5 to fix libvips version conflict (1.2.0 vs 1.2.4) that caused flaky agent behavior and ObjC class collision warnings on macOS.
11+
- Fixed pre-existing build error in test plugin (Int16Array to ArrayBuffer conversion).

0 commit comments

Comments
 (0)