Version Packages#2093
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
17 times, most recently
from
July 26, 2026 19:58
8a7801b to
e158c82
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 27, 2026 12:49
e158c82 to
aa3eb41
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.0
Minor Changes
resourceFromAttributes, configure processors withspanProcessors, and passregisterSpanProcessorwhen using a custom tracer provider.Patch Changes
Include agent identity in telemetry resource attributes: stamp
lk.agent_namewhen the job carries an agent name, and honorOTEL_RESOURCE_ATTRIBUTES(via the standard env detector) so environment-provided resource attributes reach cloud tracing. - #2110 (@jmcclanahan)Add agent-simulation support: resolve the scenario dispatch from the job's
lk.simulator.dispatchattribute into aSimulationContext, end the job when the simulator participant leaves, run the newdefineAgentonSimulationEndcallback onfinalizeSimulation, and disable STT/TTS/VAD and audio I/O under text simulations. - #2075 (@u9g)Expose realtime provider response IDs on assistant message metrics as
providerRequestIds. - #2084 (@rosetta-livekit-bot)Fix a deadlock where a recorder-wrapped audio output could leave
waitForPlayoutstranded when - #2114 (@toubatbrian)an interrupt arrived before the recorder had registered its segment.
RecorderAudioOutputnowregisters its own segment before forwarding a frame downstream, and attributes each playback
finish to the segment it belongs to instead of relying on a global counter.
A recorded segment is also timestamped when it opens rather than when the wrapped output accepts
its first frame, so a finish that lands while that frame is parked no longer clamps the segment's
playback position to zero and drop the audio the sink reported as played. And a segment whose
downstream capture throws now releases the capture latch on both the recorder and the wrapped
output, so a caller that retries after a transient rejection is no longer rejected forever with
recorder capture has no active segment.A finish reported by the wrapped output settles its segment whether or not the recorder has been
flushed. The
AudioOutputcontract lets a sink report a finish as soon as its playout ends, andTranscriptionSynchronizerdoes exactly that when it reconciles a dropped segment fromwaitForPlayout, so requiring a flush first would strand the caller.waitForPlayoutno longer depends on a flush either. A segment the wrapped output never countedis settled once that output reports its own playout complete, since at that point no finish can
ever arrive for it. Waiting for a flush instead only worked because
performAudioForwarding— theone thing that captures frames — happens to flush in a
finally; a caller that waited withoutflushing hung forever.
Behavior change:
waitForPlayoutnow blocks while a frame is still in flight inside the wrappedoutput. Previously it could return immediately with a fabricated
{ playbackPosition: 0, interrupted: false }, reporting a turn as completed while its audio hadnot been handed to the sink yet. Callers that relied on the early return will now wait for the
real playback result.
Add Fish Audio model and option types to inference TTS. - #2102 (@rosetta-livekit-bot)
Support adaptive interruption gating for realtime models without server-side turn detection. - #2099 (@rosetta-livekit-bot)
Add
inference.AvatarSessionfor provisioning avatar sessions through the LiveKit Inference gateway. - #2101 (@rosetta-livekit-bot)Use required tool choice for message judge LLM calls. - #2128 (@rosetta-livekit-bot)
Do not drop realtime replies when the pre-reply chat context update times out. - #2083 (@rosetta-livekit-bot)
Fix updateAgent handoffs so run() captures onEnter output without waiting indefinitely on long-lived onEnter flows. - #2098 (@rosetta-livekit-bot)
@livekit/agents-plugin-anam@1.6.0
Patch Changes
83d75e3,818db99,c4705a7,54ee51c,1be8bef,a30c5c3,7d5a572,6eca049,7b6c9f7,78af6b6,38490e5]:@livekit/agents-plugin-anthropic@1.6.0
Patch Changes
83d75e3,818db99,c4705a7,54ee51c,1be8bef,a30c5c3,7d5a572,6eca049,7b6c9f7,78af6b6,38490e5]:@livekit/agents-plugin-assemblyai@1.6.0
Patch Changes
83d75e3,818db99,c4705a7,54ee51c,1be8bef,a30c5c3,7d5a572,6eca049,7b6c9f7,78af6b6,38490e5]:@livekit/agents-plugin-azure@1.6.0
Patch Changes
83d75e3,818db99,c4705a7,54ee51c,1be8bef,a30c5c3,7d5a572,6eca049,7b6c9f7,78af6b6,38490e5]:@livekit/agents-plugin-baseten@1.6.0
Patch Changes
83d75e3,818db99,c4705a7,54ee51c,1be8bef,a30c5c3,7d5a572,6eca049,7b6c9f7,78af6b6,38490e5]:@livekit/agents-plugin-bey@1.6.0
Patch Changes
83d75e3,818db99,c4705a7,54ee51c,1be8bef,a30c5c3,7d5a572,6eca049,7b6c9f7,78af6b6,38490e5]:@livekit/agents-plugin-cartesia@1.6.0
Patch Changes
Reuse a single Cartesia TTS WebSocket across generations instead of opening and closing one per synthesis. The plugin now holds a
ConnectionPoolon theTTSinstance (matching the Python plugin and the fishaudio/inworld/xai plugins), so only the first turn pays the connect and later turns skip the TCP/TLS and WebSocket handshake. AddsTTS.prewarm()to open the socket before the first turn and aTTS.close()that drains the pool. - #2085 (@sunnyysetia)Updated dependencies [
83d75e3,818db99,c4705a7,54ee51c,1be8bef,a30c5c3,7d5a572,6eca049,7b6c9f7,78af6b6,38490e5]:@livekit/agents-plugin-cerebras@1.6.0
Patch Changes
83d75e3,818db99,c4705a7,54ee51c,1be8bef,a30c5c3,7d5a572,6eca049,7b6c9f7,78af6b6,38490e5]:@livekit/agents-plugin-deepgram@1.6.0
Patch Changes
83d75e3,818db99,c4705a7,54ee51c,1be8bef,a30c5c3,7d5a572,6eca049,7b6c9f7,78af6b6,38490e5]:@livekit/agents-plugin-did@1.6.0
Patch Changes
83d75e3,818db99,c4705a7,54ee51c,1be8bef,a30c5c3,7d5a572,6eca049,7b6c9f7,78af6b6,38490e5]:@livekit/agents-plugin-elevenlabs@1.6.0
Patch Changes
83d75e3,818db99,c4705a7,54ee51c,1be8bef,a30c5c3,7d5a572,6eca049,7b6c9f7,78af6b6,38490e5]:@livekit/agents-plugin-fishaudio@1.6.0
Patch Changes
Add Fish Audio TTS options for loudness normalization and generation tuning. - #2094 (@rosetta-livekit-bot)
Updated dependencies [
83d75e3,818db99,c4705a7,54ee51c,1be8bef,a30c5c3,7d5a572,6eca049,7b6c9f7,78af6b6,38490e5]:@livekit/agents-plugin-google@1.6.0
Patch Changes
83d75e3,818db99,c4705a7,54ee51c,1be8bef,a30c5c3,7d5a572,6eca049,7b6c9f7,78af6b6,38490e5]:@livekit/agents-plugin-hedra@1.6.0
Patch Changes
83d75e3,818db99,c4705a7,54ee51c,1be8bef,a30c5c3,7d5a572,6eca049,7b6c9f7,78af6b6,38490e5]:@livekit/agents-plugin-hume@1.6.0
Patch Changes
83d75e3,818db99,c4705a7,54ee51c,1be8bef,a30c5c3,7d5a572,6eca049,7b6c9f7,78af6b6,38490e5]:@livekit/agents-plugin-inworld@1.6.0
Patch Changes
83d75e3,818db99,c4705a7,54ee51c,1be8bef,a30c5c3,7d5a572,6eca049,7b6c9f7,78af6b6,38490e5]:@livekit/agents-plugin-krisp@1.6.0
Patch Changes
Add krisp viva plugin - #1904 (@lukasIO)
Updated dependencies [
83d75e3,818db99,c4705a7,54ee51c,1be8bef,a30c5c3,7d5a572,6eca049,7b6c9f7,78af6b6,38490e5]:@livekit/agents-plugin-lemonslice@1.6.0
Patch Changes
83d75e3,818db99,c4705a7,54ee51c,1be8bef,a30c5c3,7d5a572,6eca049,7b6c9f7,78af6b6,38490e5]:@livekit/agents-plugin-liveavatar@1.6.0
Patch Changes
83d75e3,818db99,c4705a7,54ee51c,1be8bef,a30c5c3,7d5a572,6eca049,7b6c9f7,78af6b6,38490e5]:@livekit/agents-plugin-livekit@1.6.0
Patch Changes
83d75e3,818db99,c4705a7,54ee51c,1be8bef,a30c5c3,7d5a572,6eca049,7b6c9f7,78af6b6,38490e5]:@livekit/agents-plugin-minimax@1.6.0
Patch Changes
83d75e3,818db99,c4705a7,54ee51c,1be8bef,a30c5c3,7d5a572,6eca049,7b6c9f7,78af6b6,38490e5]:@livekit/agents-plugin-mistral@1.6.0
Patch Changes
83d75e3,818db99,c4705a7,54ee51c,1be8bef,a30c5c3,7d5a572,6eca049,7b6c9f7,78af6b6,38490e5]:@livekit/agents-plugin-mistralai@1.6.0
Patch Changes
83d75e3,818db99,c4705a7,54ee51c,1be8bef,a30c5c3,7d5a572,6eca049,7b6c9f7,78af6b6,38490e5]:@livekit/agents-plugin-neuphonic@1.6.0
Patch Changes
83d75e3,818db99,c4705a7,54ee51c,1be8bef,a30c5c3,7d5a572,6eca049,7b6c9f7,78af6b6,38490e5]:@livekit/agents-plugin-openai@1.6.0
Patch Changes
Do not drop realtime replies when the pre-reply chat context update times out. - #2083 (@rosetta-livekit-bot)
Updated dependencies [
83d75e3,818db99,c4705a7,54ee51c,1be8bef,a30c5c3,7d5a572,6eca049,7b6c9f7,78af6b6,38490e5]:@livekit/agents-plugin-perplexity@1.6.0
Patch Changes
83d75e3,818db99,c4705a7,54ee51c,1be8bef,a30c5c3,7d5a572,6eca049,7b6c9f7,78af6b6,38490e5]:@livekit/agents-plugin-phonic@1.6.0
Patch Changes
83d75e3,818db99,c4705a7,54ee51c,1be8bef,a30c5c3,7d5a572,6eca049,7b6c9f7,78af6b6,38490e5]:@livekit/agents-plugin-protoface@1.6.0
Patch Changes
83d75e3,818db99,c4705a7,54ee51c,1be8bef,a30c5c3,7d5a572,6eca049,7b6c9f7,78af6b6,38490e5]:@livekit/agents-plugin-resemble@1.6.0
Patch Changes
83d75e3,818db99,c4705a7,54ee51c,1be8bef,a30c5c3,7d5a572,6eca049,7b6c9f7,78af6b6,38490e5]:@livekit/agents-plugin-rime@1.6.0
Patch Changes
83d75e3,818db99,c4705a7,54ee51c,1be8bef,a30c5c3,7d5a572,6eca049,7b6c9f7,78af6b6,38490e5]:@livekit/agents-plugin-runway@1.6.0
Patch Changes
83d75e3,818db99,c4705a7,54ee51c,1be8bef,a30c5c3,7d5a572,6eca049,7b6c9f7,78af6b6,38490e5]:@livekit/agents-plugin-sarvam@1.6.0
Patch Changes
83d75e3,818db99,c4705a7,54ee51c,1be8bef,a30c5c3,7d5a572,6eca049,7b6c9f7,78af6b6,38490e5]:@livekit/agents-plugin-silero@1.6.0
Patch Changes
83d75e3,818db99,c4705a7,54ee51c,1be8bef,a30c5c3,7d5a572,6eca049,7b6c9f7,78af6b6,38490e5]:@livekit/agents-plugin-soniox@1.6.0
Patch Changes
83d75e3,818db99,c4705a7,54ee51c,1be8bef,a30c5c3,7d5a572,6eca049,7b6c9f7,78af6b6,38490e5]:@livekit/agents-plugin-tavus@1.6.0
Patch Changes
83d75e3,818db99,c4705a7,54ee51c,1be8bef,a30c5c3,7d5a572,6eca049,7b6c9f7,78af6b6,38490e5]:@livekit/agents-plugin-trugen@1.6.0
Patch Changes
83d75e3,818db99,c4705a7,54ee51c,1be8bef,a30c5c3,7d5a572,6eca049,7b6c9f7,78af6b6,38490e5]:@livekit/agents-plugin-xai@1.6.0
Patch Changes
GrokVoiceswith the canonical lowercase xAI TTS voice list while preserving the existing - #2111 (@rosetta-livekit-bot)uppercase aliases.
83d75e3,818db99,c4705a7,54ee51c,1be8bef,a30c5c3,7d5a572,6eca049,7b6c9f7,78af6b6,38490e5]:@livekit/agents-plugins-test@1.6.0
Patch Changes
83d75e3,818db99,c4705a7,54ee51c,1be8bef,a30c5c3,7d5a572,6eca049,7b6c9f7,78af6b6,38490e5]: