Skip to content

Version Packages - #2206

Merged
toubatbrian merged 1 commit into
mainfrom
changeset-release/main
Aug 6, 2026
Merged

Version Packages#2206
toubatbrian merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 2, 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.2

Patch Changes

  • Forward agent false interruption events through remote sessions. - #2214 (@rosetta-livekit-bot)

  • Apply tool defaults when models return null sentinels for defaulted schema fields. - #2150 (@rosetta-livekit-bot)

  • Keep audio input mute independent of overridable attach hooks - #2232 (@toubatbrian)

    AgentInput now flips mute via AudioInput.setAttached() before calling onAttached/onDetached, and ParticipantAudioInputStream gates on that state. Subclasses that override lifecycle hooks without super no longer silently break hold mute.

  • Prewarm LLM provider connections before the first inference request. - #2106 (@rosetta-livekit-bot)

  • Stop forwarding participant audio while agent input is disabled. - #2222 (@dtran26)

  • Disable the default AEC warmup for outbound SIP calls while preserving explicit settings. - #2202 (@rosetta-livekit-bot)

  • Commit realtime tool call outputs to the agent chat context. Previously the realtime path only sent them to the provider and to session.history, leaving agent.chatCtx with function calls that had no matching outputs — which broke action-aware history summarization and agent handoff merges. - #2230 (@tinalenguyen)

  • Reuse preemptive generations when final transcripts differ only in formatting. - #2209 (@rosetta-livekit-bot)

@livekit/agents-plugin-anam@1.6.2

Patch Changes

@livekit/agents-plugin-anthropic@1.6.2

Patch Changes

  • Prewarm LLM provider connections before the first inference request. - #2106 (@rosetta-livekit-bot)

  • Disable Anthropic SDK retries by default so the framework owns retry behavior. - #2198 (@rosetta-livekit-bot)

    The Anthropic SDK client created by the plugin is now constructed with maxRetries: 0, so the vendor SDK no longer retries requests on its own. Retries are owned entirely by the framework's connOptions, which avoids compounding vendor retries with framework retries. Pass maxRetries to LLM to restore vendor-side retries, or inject your own client — an injected client's retry policy is left untouched.

  • Updated dependencies [8159eb0, 762d856, 5700974, 20e4fb9, 569ba7d, 8260fa1, ab0875a, d96cd05]:

    • @livekit/agents@1.6.2

@livekit/agents-plugin-assemblyai@1.6.2

Patch Changes

@livekit/agents-plugin-azure@1.6.2

Patch Changes

@livekit/agents-plugin-baseten@1.6.2

Patch Changes

@livekit/agents-plugin-bey@1.6.2

Patch Changes

@livekit/agents-plugin-cartesia@1.6.2

Patch Changes

@livekit/agents-plugin-cerebras@1.6.2

Patch Changes

@livekit/agents-plugin-deepgram@1.6.2

Patch Changes

@livekit/agents-plugin-did@1.6.2

Patch Changes

@livekit/agents-plugin-elevenlabs@1.6.2

Patch Changes

@livekit/agents-plugin-fishaudio@1.6.2

Patch Changes

@livekit/agents-plugin-google@1.6.2

Patch Changes

@livekit/agents-plugin-hedra@1.6.2

Patch Changes

@livekit/agents-plugin-hume@1.6.2

Patch Changes

@livekit/agents-plugin-inworld@1.6.2

Patch Changes

@livekit/agents-plugin-krisp@1.6.2

Patch Changes

@livekit/agents-plugin-lemonslice@1.6.2

Patch Changes

@livekit/agents-plugin-liveavatar@1.6.2

Patch Changes

@livekit/agents-plugin-livekit@1.6.2

Patch Changes

@livekit/agents-plugin-minimax@1.6.2

Patch Changes

@livekit/agents-plugin-mistral@1.6.2

Patch Changes

@livekit/agents-plugin-mistralai@1.6.2

Patch Changes

@livekit/agents-plugin-neuphonic@1.6.2

Patch Changes

@livekit/agents-plugin-openai@1.6.2

Patch Changes

@livekit/agents-plugin-perplexity@1.6.2

Patch Changes

@livekit/agents-plugin-phonic@1.6.2

Patch Changes

  • Expose more Phonic realtime config options: websocketTimeoutSec, intelligenceLevel, isWelcomeMessageInterruptible, VAD tuning, enableAssistantBackchannel(+aggressiveness), pronunciationDictionary, templateVariables, enableRedaction, mcpServers, observabilityIntegrations, and configurationEndpoint. - #2212 (@arunwpm-work)

  • Updated dependencies [8159eb0, 762d856, 5700974, 20e4fb9, 569ba7d, 8260fa1, ab0875a, d96cd05]:

    • @livekit/agents@1.6.2

@livekit/agents-plugin-protoface@1.6.2

Patch Changes

@livekit/agents-plugin-resemble@1.6.2

Patch Changes

@livekit/agents-plugin-rime@1.6.2

Patch Changes

@livekit/agents-plugin-runway@1.6.2

Patch Changes

@livekit/agents-plugin-sarvam@1.6.2

Patch Changes

@livekit/agents-plugin-silero@1.6.2

Patch Changes

@livekit/agents-plugin-soniox@1.6.2

Patch Changes

@livekit/agents-plugin-tavus@1.6.2

Patch Changes

@livekit/agents-plugin-trugen@1.6.2

Patch Changes

@livekit/agents-plugin-xai@1.6.2

Patch Changes

@livekit/agents-plugins-test@1.6.2

Patch Changes

@github-actions
github-actions Bot requested a review from a team as a code owner August 2, 2026 18:05

@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 11 times, most recently from 39b623e to b3e11b4 Compare August 6, 2026 00:09
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from b3e11b4 to 458e028 Compare August 6, 2026 00:30
@toubatbrian
toubatbrian enabled auto-merge (squash) August 6, 2026 01:11
@toubatbrian
toubatbrian merged commit bc9b81d into main Aug 6, 2026
6 checks passed
@toubatbrian
toubatbrian deleted the changeset-release/main branch August 6, 2026 01:11
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.

1 participant