Minor Changes
- #1478
2c7d91bThanks @whoiskatrin! - Add anenabledoption touseVoiceAgentso React apps can delay creating and connecting aVoiceClientuntil async prerequisites such as capability tokens are ready.
Patch Changes
-
#1458
84cb429Thanks @whoiskatrin! - Fix Workers AI STT session edge cases for Flux and Nova 3.Flux now preserves the latest non-empty turn transcript from turn lifecycle events so an
EndOfTurnevent with an emptytranscriptcan still emit the completed utterance. FluxStartOfTurnalso drives server-side barge-in so model-detected user speech aborts active LLM/TTS playback promptly. Nova 3 now defensively normalizes finalized segment state before reading it to avoid stale teardown messages throwing during abnormal close paths. -
#1462
5f6214dThanks @whoiskatrin! - FixwithVoicetext streaming for AI SDKtextStreamresponses so TTS audio is produced whenonTurn()returnsstreamText(...).textStreamdirectly.