Bump voice-react to 0.3.0-beta.5 - #439
Merged
Merged
Conversation
Releases the tail-clip fix from #438 (d406b95): playback now only stops on user_interruption, not interim user_message transcripts, so the assistant's final audio is no longer cut off at the turn boundary. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MEtVUeprq4ekSJG7AVBvDm
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Radolumbo
approved these changes
Jul 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Releases the tail-clip fix from #438 (
d406b95) to npm.What ships
@humeai/voice-react0.3.0-beta.4→0.3.0-beta.5, carrying the fix where the SDK treated interimuser_messagetranscripts as an interruption and cleared the playback queue at the turn boundary — clipping the final ~100ms of the assistant's speech. Playback now only stops on a trueuser_interruption(server-gated bymin_interruption_ms).Context
Resolves the customer-facing tail-clip report (HUME-20016). Investigation confirmed the audio is synthesized and transmitted intact and the player preserves it; the tail-cut on normal conversational turns was this interim-transcript interruption.