Version Packages - #2140
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
3 times, most recently
from
July 28, 2026 02:14
05cbae5 to
0dab5da
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 28, 2026 07:30
0dab5da to
d17b5af
Compare
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@livekit/agents@1.6.1
Patch Changes
Add cloud agent id and deployment to telemetry resource attributes (
lk.cloud_agent_id/lk.deployment_id) when running on LiveKit Cloud. - #2137 (@jmcclanahan)fix(voice): stop an interrupted reply from muting the session forever - #2127 (@toubatbrian)
A reply interrupted before its audio started playing could leave its pipeline reply task
parked in the post-interrupt
waitForPlayout(), which races only the reply's own abortsignal — a signal nothing on the ordinary interrupt path ever fires. The speech scheduling
loop waits on that reply's generation, so
_currentSpeechstayed pinned on the interruptedhandle and every later turn was queued but never authorized: the agent went silent for the
rest of the session. On the evidence so far this needs an audio sink whose playback-finished
event the pipeline does not produce itself — remote avatar outputs (
DataStreamAudioOutputand the avatar plugins built on it) and user-supplied
AudioOutputs; a plain room outputsettled both of the affected waits on its own across six live runs.
SpeechHandlenow arms a 5s watchdog when a speech is interrupted (a port of python'sINTERRUPTION_TIMEOUT): if the speech has not finished by then, its tasks are cancelled —firing exactly the abort signal those waits are already watching — and the handle is marked
done, releasing the scheduler.
Fixes AgentSession: reply interrupted before playout start wedges _currentSpeech forever (1.5.3) #2065.
@livekit/agents-plugin-anam@1.6.1
Patch Changes
5010952,67620fb]:@livekit/agents-plugin-anthropic@1.6.1
Patch Changes
5010952,67620fb]:@livekit/agents-plugin-assemblyai@1.6.1
Patch Changes
5010952,67620fb]:@livekit/agents-plugin-azure@1.6.1
Patch Changes
5010952,67620fb]:@livekit/agents-plugin-baseten@1.6.1
Patch Changes
5010952,67620fb]:@livekit/agents-plugin-bey@1.6.1
Patch Changes
5010952,67620fb]:@livekit/agents-plugin-cartesia@1.6.1
Patch Changes
5010952,67620fb]:@livekit/agents-plugin-cerebras@1.6.1
Patch Changes
5010952,67620fb]:@livekit/agents-plugin-deepgram@1.6.1
Patch Changes
5010952,67620fb]:@livekit/agents-plugin-did@1.6.1
Patch Changes
5010952,67620fb]:@livekit/agents-plugin-elevenlabs@1.6.1
Patch Changes
5010952,67620fb]:@livekit/agents-plugin-fishaudio@1.6.1
Patch Changes
5010952,67620fb]:@livekit/agents-plugin-google@1.6.1
Patch Changes
5010952,67620fb]:@livekit/agents-plugin-hedra@1.6.1
Patch Changes
5010952,67620fb]:@livekit/agents-plugin-hume@1.6.1
Patch Changes
5010952,67620fb]:@livekit/agents-plugin-inworld@1.6.1
Patch Changes
5010952,67620fb]:@livekit/agents-plugin-krisp@1.6.1
Patch Changes
Fix Krisp-processed audio being invisible to the rest of the pipeline - #2130 (@toubatbrian)
The LiveKit Cloud backend is reached through
createRequire, which resolves the internalpackage's
requirecondition and so loads the CJS build of@livekit/rtc-nodenext to theESM one the framework uses. Frames returned by that backend were instances of the CJS copy's
AudioFrame, so everyinstanceof AudioFramedownstream failed. Adaptive interruption sawzero audio and classified every barge-in as a backchannel, making it impossible to interrupt
an agent that had noise cancellation enabled. Frames are now adopted into the local binding
before leaving the filter, sharing their samples rather than copying them.
Updated dependencies [
5010952,67620fb]:@livekit/agents-plugin-lemonslice@1.6.1
Patch Changes
5010952,67620fb]:@livekit/agents-plugin-liveavatar@1.6.1
Patch Changes
5010952,67620fb]:@livekit/agents-plugin-livekit@1.6.1
Patch Changes
5010952,67620fb]:@livekit/agents-plugin-minimax@1.6.1
Patch Changes
5010952,67620fb]:@livekit/agents-plugin-mistral@1.6.1
Patch Changes
5010952,67620fb]:@livekit/agents-plugin-mistralai@1.6.1
Patch Changes
5010952,67620fb]:@livekit/agents-plugin-neuphonic@1.6.1
Patch Changes
5010952,67620fb]:@livekit/agents-plugin-openai@1.6.1
Patch Changes
5010952,67620fb]:@livekit/agents-plugin-perplexity@1.6.1
Patch Changes
5010952,67620fb]:@livekit/agents-plugin-phonic@1.6.1
Patch Changes
5010952,67620fb]:@livekit/agents-plugin-protoface@1.6.1
Patch Changes
5010952,67620fb]:@livekit/agents-plugin-resemble@1.6.1
Patch Changes
5010952,67620fb]:@livekit/agents-plugin-rime@1.6.1
Patch Changes
5010952,67620fb]:@livekit/agents-plugin-runway@1.6.1
Patch Changes
5010952,67620fb]:@livekit/agents-plugin-sarvam@1.6.1
Patch Changes
5010952,67620fb]:@livekit/agents-plugin-silero@1.6.1
Patch Changes
5010952,67620fb]:@livekit/agents-plugin-soniox@1.6.1
Patch Changes
5010952,67620fb]:@livekit/agents-plugin-tavus@1.6.1
Patch Changes
5010952,67620fb]:@livekit/agents-plugin-trugen@1.6.1
Patch Changes
5010952,67620fb]:@livekit/agents-plugin-xai@1.6.1
Patch Changes
5010952,67620fb]:@livekit/agents-plugins-test@1.6.1
Patch Changes
5010952,67620fb]: