Skip to content

Version Packages#2093

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

Version Packages#2093
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

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

  • Require OpenTelemetry JS SDK 2.x and experimental packages 0.2xx. Migrate resources to - #2105 (@davidzhao)
    resourceFromAttributes, configure processors with spanProcessors, and pass
    registerSpanProcessor when using a custom tracer provider.

Patch Changes

  • Include agent identity in telemetry resource attributes: stamp lk.agent_name when the job carries an agent name, and honor OTEL_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.dispatch attribute into a SimulationContext, end the job when the simulator participant leaves, run the new defineAgent onSimulationEnd callback on finalizeSimulation, 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 waitForPlayout stranded when - #2114 (@toubatbrian)
    an interrupt arrived before the recorder had registered its segment. RecorderAudioOutput now
    registers 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 AudioOutput contract lets a sink report a finish as soon as its playout ends, and
    TranscriptionSynchronizer does exactly that when it reconciles a dropped segment from
    waitForPlayout, so requiring a flush first would strand the caller.

    waitForPlayout no longer depends on a flush either. A segment the wrapped output never counted
    is 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 — the
    one thing that captures frames — happens to flush in a finally; a caller that waited without
    flushing hung forever.

    Behavior change: waitForPlayout now blocks while a frame is still in flight inside the wrapped
    output. Previously it could return immediately with a fabricated
    { playbackPosition: 0, interrupted: false }, reporting a turn as completed while its audio had
    not 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.AvatarSession for 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

@livekit/agents-plugin-anthropic@1.6.0

Patch Changes

@livekit/agents-plugin-assemblyai@1.6.0

Patch Changes

@livekit/agents-plugin-azure@1.6.0

Patch Changes

@livekit/agents-plugin-baseten@1.6.0

Patch Changes

@livekit/agents-plugin-bey@1.6.0

Patch Changes

@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 ConnectionPool on the TTS instance (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. Adds TTS.prewarm() to open the socket before the first turn and a TTS.close() that drains the pool. - #2085 (@sunnyysetia)

  • Updated dependencies [83d75e3, 818db99, c4705a7, 54ee51c, 1be8bef, a30c5c3, 7d5a572, 6eca049, 7b6c9f7, 78af6b6, 38490e5]:

    • @livekit/agents@1.6.0

@livekit/agents-plugin-cerebras@1.6.0

Patch Changes

@livekit/agents-plugin-deepgram@1.6.0

Patch Changes

@livekit/agents-plugin-did@1.6.0

Patch Changes

@livekit/agents-plugin-elevenlabs@1.6.0

Patch Changes

@livekit/agents-plugin-fishaudio@1.6.0

Patch Changes

@livekit/agents-plugin-google@1.6.0

Patch Changes

@livekit/agents-plugin-hedra@1.6.0

Patch Changes

@livekit/agents-plugin-hume@1.6.0

Patch Changes

@livekit/agents-plugin-inworld@1.6.0

Patch Changes

@livekit/agents-plugin-krisp@1.6.0

Patch Changes

@livekit/agents-plugin-lemonslice@1.6.0

Patch Changes

@livekit/agents-plugin-liveavatar@1.6.0

Patch Changes

@livekit/agents-plugin-livekit@1.6.0

Patch Changes

@livekit/agents-plugin-minimax@1.6.0

Patch Changes

@livekit/agents-plugin-mistral@1.6.0

Patch Changes

@livekit/agents-plugin-mistralai@1.6.0

Patch Changes

@livekit/agents-plugin-neuphonic@1.6.0

Patch Changes

@livekit/agents-plugin-openai@1.6.0

Patch Changes

@livekit/agents-plugin-perplexity@1.6.0

Patch Changes

@livekit/agents-plugin-phonic@1.6.0

Patch Changes

@livekit/agents-plugin-protoface@1.6.0

Patch Changes

@livekit/agents-plugin-resemble@1.6.0

Patch Changes

@livekit/agents-plugin-rime@1.6.0

Patch Changes

@livekit/agents-plugin-runway@1.6.0

Patch Changes

@livekit/agents-plugin-sarvam@1.6.0

Patch Changes

@livekit/agents-plugin-silero@1.6.0

Patch Changes

@livekit/agents-plugin-soniox@1.6.0

Patch Changes

@livekit/agents-plugin-tavus@1.6.0

Patch Changes

@livekit/agents-plugin-trugen@1.6.0

Patch Changes

@livekit/agents-plugin-xai@1.6.0

Patch Changes

@livekit/agents-plugins-test@1.6.0

Patch Changes

@github-actions
github-actions Bot requested a review from a team as a code owner July 22, 2026 22:28

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@github-actions
github-actions Bot force-pushed the changeset-release/main branch 17 times, most recently from 8a7801b to e158c82 Compare July 26, 2026 19:58
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from e158c82 to aa3eb41 Compare July 27, 2026 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants