From f12797b28751e849dd19a0291b4c38201c0e5aaf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 01:40:47 +0000 Subject: [PATCH] Version Packages --- .changeset/avatar-remove-not-found.md | 5 ----- .changeset/close-dangling-user-turn.md | 5 ----- .changeset/elevenlabs-buffer-pool-audio.md | 5 ----- .../fixed-dynamic-endpointing-max-delay.md | 5 ----- .changeset/reset-user-away-final-transcript.md | 5 ----- .changeset/room-io-audio-publish-options.md | 5 ----- .changeset/strip-gemma-reasoning-markers.md | 5 ----- .../warm-transfer-human-agent-room-name.md | 5 ----- agents/CHANGELOG.md | 18 ++++++++++++++++++ agents/package.json | 2 +- plugins/anam/CHANGELOG.md | 7 +++++++ plugins/anam/package.json | 2 +- plugins/anthropic/CHANGELOG.md | 7 +++++++ plugins/anthropic/package.json | 2 +- plugins/assemblyai/CHANGELOG.md | 7 +++++++ plugins/assemblyai/package.json | 2 +- plugins/azure/CHANGELOG.md | 7 +++++++ plugins/azure/package.json | 2 +- plugins/baseten/CHANGELOG.md | 7 +++++++ plugins/baseten/package.json | 2 +- plugins/bey/CHANGELOG.md | 7 +++++++ plugins/bey/package.json | 2 +- plugins/cartesia/CHANGELOG.md | 7 +++++++ plugins/cartesia/package.json | 2 +- plugins/cerebras/CHANGELOG.md | 8 ++++++++ plugins/cerebras/package.json | 2 +- plugins/deepgram/CHANGELOG.md | 7 +++++++ plugins/deepgram/package.json | 2 +- plugins/did/CHANGELOG.md | 7 +++++++ plugins/did/package.json | 2 +- plugins/elevenlabs/CHANGELOG.md | 9 +++++++++ plugins/elevenlabs/package.json | 2 +- plugins/fishaudio/CHANGELOG.md | 7 +++++++ plugins/fishaudio/package.json | 2 +- plugins/google/CHANGELOG.md | 7 +++++++ plugins/google/package.json | 2 +- plugins/hedra/CHANGELOG.md | 7 +++++++ plugins/hedra/package.json | 2 +- plugins/hume/CHANGELOG.md | 7 +++++++ plugins/hume/package.json | 2 +- plugins/inworld/CHANGELOG.md | 7 +++++++ plugins/inworld/package.json | 2 +- plugins/lemonslice/CHANGELOG.md | 7 +++++++ plugins/lemonslice/package.json | 2 +- plugins/liveavatar/CHANGELOG.md | 7 +++++++ plugins/liveavatar/package.json | 2 +- plugins/livekit/CHANGELOG.md | 7 +++++++ plugins/livekit/package.json | 2 +- plugins/minimax/CHANGELOG.md | 7 +++++++ plugins/minimax/package.json | 2 +- plugins/mistral/CHANGELOG.md | 8 ++++++++ plugins/mistral/package.json | 2 +- plugins/mistralai/CHANGELOG.md | 8 ++++++++ plugins/mistralai/package.json | 2 +- plugins/neuphonic/CHANGELOG.md | 7 +++++++ plugins/neuphonic/package.json | 2 +- plugins/openai/CHANGELOG.md | 7 +++++++ plugins/openai/package.json | 2 +- plugins/perplexity/CHANGELOG.md | 8 ++++++++ plugins/perplexity/package.json | 2 +- plugins/phonic/CHANGELOG.md | 7 +++++++ plugins/phonic/package.json | 2 +- plugins/resemble/CHANGELOG.md | 7 +++++++ plugins/resemble/package.json | 2 +- plugins/rime/CHANGELOG.md | 7 +++++++ plugins/rime/package.json | 2 +- plugins/runway/CHANGELOG.md | 7 +++++++ plugins/runway/package.json | 2 +- plugins/sarvam/CHANGELOG.md | 7 +++++++ plugins/sarvam/package.json | 2 +- plugins/silero/CHANGELOG.md | 7 +++++++ plugins/silero/package.json | 2 +- plugins/soniox/CHANGELOG.md | 7 +++++++ plugins/soniox/package.json | 2 +- plugins/tavus/CHANGELOG.md | 7 +++++++ plugins/tavus/package.json | 2 +- plugins/test/CHANGELOG.md | 7 +++++++ plugins/test/package.json | 2 +- plugins/trugen/CHANGELOG.md | 7 +++++++ plugins/trugen/package.json | 2 +- plugins/xai/CHANGELOG.md | 8 ++++++++ plugins/xai/package.json | 2 +- 82 files changed, 314 insertions(+), 77 deletions(-) delete mode 100644 .changeset/avatar-remove-not-found.md delete mode 100644 .changeset/close-dangling-user-turn.md delete mode 100644 .changeset/elevenlabs-buffer-pool-audio.md delete mode 100644 .changeset/fixed-dynamic-endpointing-max-delay.md delete mode 100644 .changeset/reset-user-away-final-transcript.md delete mode 100644 .changeset/room-io-audio-publish-options.md delete mode 100644 .changeset/strip-gemma-reasoning-markers.md delete mode 100644 .changeset/warm-transfer-human-agent-room-name.md diff --git a/.changeset/avatar-remove-not-found.md b/.changeset/avatar-remove-not-found.md deleted file mode 100644 index 974a0d9bc..000000000 --- a/.changeset/avatar-remove-not-found.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Skip warning when avatar participant removal finds no participant in the room. diff --git a/.changeset/close-dangling-user-turn.md b/.changeset/close-dangling-user-turn.md deleted file mode 100644 index 7be6cef7a..000000000 --- a/.changeset/close-dangling-user-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -End uncommitted `user_turn` spans when audio recognition closes so speech detected without a transcript is still exported to observability. diff --git a/.changeset/elevenlabs-buffer-pool-audio.md b/.changeset/elevenlabs-buffer-pool-audio.md deleted file mode 100644 index 43cee5855..000000000 --- a/.changeset/elevenlabs-buffer-pool-audio.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-elevenlabs': patch ---- - -Pass the decoded audio chunk to `AudioByteStream` as a view rather than as its underlying `ArrayBuffer`. Node serves small `Buffer`s out of a shared pool, so the previous code discarded the chunk's `byteOffset` and `byteLength` and published the whole 8 KB pool as PCM, producing bursts of full-scale noise in the middle of synthesized speech. diff --git a/.changeset/fixed-dynamic-endpointing-max-delay.md b/.changeset/fixed-dynamic-endpointing-max-delay.md deleted file mode 100644 index 8cb4a84b6..000000000 --- a/.changeset/fixed-dynamic-endpointing-max-delay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Keep dynamic endpointing maxDelay fixed while learning minDelay. diff --git a/.changeset/reset-user-away-final-transcript.md b/.changeset/reset-user-away-final-transcript.md deleted file mode 100644 index c2ead89d6..000000000 --- a/.changeset/reset-user-away-final-transcript.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Reset the user-away timer when a final STT transcript arrives while the user and agent are listening. diff --git a/.changeset/room-io-audio-publish-options.md b/.changeset/room-io-audio-publish-options.md deleted file mode 100644 index 6c48dd56c..000000000 --- a/.changeset/room-io-audio-publish-options.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Respect `outputOptions.audioPublishOptions` when publishing the agent's audio track. `ParticipantAudioOutput.publishTrack()` previously ignored the configured `trackPublishOptions` and always published with hardcoded defaults, making it impossible to disable DTX/RED on the output track. diff --git a/.changeset/strip-gemma-reasoning-markers.md b/.changeset/strip-gemma-reasoning-markers.md deleted file mode 100644 index 0ca50dcf8..000000000 --- a/.changeset/strip-gemma-reasoning-markers.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Strip Gemma reasoning markers from streamed inference output. diff --git a/.changeset/warm-transfer-human-agent-room-name.md b/.changeset/warm-transfer-human-agent-room-name.md deleted file mode 100644 index 69bd62243..000000000 --- a/.changeset/warm-transfer-human-agent-room-name.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Add an optional `roomName` option to `WarmTransferTask`, allowing the human-agent briefing room to be pre-created with custom configuration (e.g. an egress request to record the transfer leg) before the task dials the human agent. diff --git a/agents/CHANGELOG.md b/agents/CHANGELOG.md index f846aa6b7..cf499cdc0 100644 --- a/agents/CHANGELOG.md +++ b/agents/CHANGELOG.md @@ -1,5 +1,23 @@ # @livekit/agents +## 1.5.4 + +### Patch Changes + +- Skip warning when avatar participant removal finds no participant in the room. - [#2072](https://github.com/livekit/agents-js/pull/2072) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- End uncommitted `user_turn` spans when audio recognition closes so speech detected without a transcript is still exported to observability. - [#2062](https://github.com/livekit/agents-js/pull/2062) ([@chenghao-mou](https://github.com/chenghao-mou)) + +- Keep dynamic endpointing maxDelay fixed while learning minDelay. - [#2073](https://github.com/livekit/agents-js/pull/2073) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- Reset the user-away timer when a final STT transcript arrives while the user and agent are listening. - [#2063](https://github.com/livekit/agents-js/pull/2063) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- Respect `outputOptions.audioPublishOptions` when publishing the agent's audio track. `ParticipantAudioOutput.publishTrack()` previously ignored the configured `trackPublishOptions` and always published with hardcoded defaults, making it impossible to disable DTX/RED on the output track. - [#2076](https://github.com/livekit/agents-js/pull/2076) ([@adaro](https://github.com/adaro)) + +- Strip Gemma reasoning markers from streamed inference output. - [#2071](https://github.com/livekit/agents-js/pull/2071) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- Add an optional `roomName` option to `WarmTransferTask`, allowing the human-agent briefing room to be pre-created with custom configuration (e.g. an egress request to record the transfer leg) before the task dials the human agent. - [#2056](https://github.com/livekit/agents-js/pull/2056) ([@toubatbrian](https://github.com/toubatbrian)) + ## 1.5.3 ### Patch Changes diff --git a/agents/package.json b/agents/package.json index 38a5ddd78..c4653fd0e 100644 --- a/agents/package.json +++ b/agents/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents", - "version": "1.5.3", + "version": "1.5.4", "description": "LiveKit Agents - Node.js", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/anam/CHANGELOG.md b/plugins/anam/CHANGELOG.md index 0ee5fe6de..8cabdf8ca 100644 --- a/plugins/anam/CHANGELOG.md +++ b/plugins/anam/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-anam +## 1.5.4 + +### Patch Changes + +- Updated dependencies [[`41411c8`](https://github.com/livekit/agents-js/commit/41411c8d61712297b5b89320f93782dda0d3274b), [`3750be5`](https://github.com/livekit/agents-js/commit/3750be58e037c8a209e80ee86b467f8ee1237c2f), [`0f1e7ca`](https://github.com/livekit/agents-js/commit/0f1e7ca9dccf7028c9c5441fe2f7294c22375c25), [`1e111d7`](https://github.com/livekit/agents-js/commit/1e111d73800482bab71c4509a56e2e24e8fe2271), [`5724826`](https://github.com/livekit/agents-js/commit/5724826141fc8e69cb66afc65121183c41c5623a), [`65aa60f`](https://github.com/livekit/agents-js/commit/65aa60fadc9676af9585ab2df427ba19690c89d1), [`d34130f`](https://github.com/livekit/agents-js/commit/d34130ff3f5c70bd30165dd93dc245693e918184)]: + - @livekit/agents@1.5.4 + ## 1.5.3 ### Patch Changes diff --git a/plugins/anam/package.json b/plugins/anam/package.json index 3627256c9..af5c1ebcf 100644 --- a/plugins/anam/package.json +++ b/plugins/anam/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-anam", - "version": "1.5.3", + "version": "1.5.4", "description": "Anam plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/anthropic/CHANGELOG.md b/plugins/anthropic/CHANGELOG.md index 8bceb54d7..96693ba4f 100644 --- a/plugins/anthropic/CHANGELOG.md +++ b/plugins/anthropic/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-anthropic +## 1.5.4 + +### Patch Changes + +- Updated dependencies [[`41411c8`](https://github.com/livekit/agents-js/commit/41411c8d61712297b5b89320f93782dda0d3274b), [`3750be5`](https://github.com/livekit/agents-js/commit/3750be58e037c8a209e80ee86b467f8ee1237c2f), [`0f1e7ca`](https://github.com/livekit/agents-js/commit/0f1e7ca9dccf7028c9c5441fe2f7294c22375c25), [`1e111d7`](https://github.com/livekit/agents-js/commit/1e111d73800482bab71c4509a56e2e24e8fe2271), [`5724826`](https://github.com/livekit/agents-js/commit/5724826141fc8e69cb66afc65121183c41c5623a), [`65aa60f`](https://github.com/livekit/agents-js/commit/65aa60fadc9676af9585ab2df427ba19690c89d1), [`d34130f`](https://github.com/livekit/agents-js/commit/d34130ff3f5c70bd30165dd93dc245693e918184)]: + - @livekit/agents@1.5.4 + ## 1.5.3 ### Patch Changes diff --git a/plugins/anthropic/package.json b/plugins/anthropic/package.json index 1ecc3c484..ebf1f37a1 100644 --- a/plugins/anthropic/package.json +++ b/plugins/anthropic/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-anthropic", - "version": "1.5.3", + "version": "1.5.4", "description": "Anthropic plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/assemblyai/CHANGELOG.md b/plugins/assemblyai/CHANGELOG.md index 840521def..5c3cd6d9a 100644 --- a/plugins/assemblyai/CHANGELOG.md +++ b/plugins/assemblyai/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-assemblyai +## 1.5.4 + +### Patch Changes + +- Updated dependencies [[`41411c8`](https://github.com/livekit/agents-js/commit/41411c8d61712297b5b89320f93782dda0d3274b), [`3750be5`](https://github.com/livekit/agents-js/commit/3750be58e037c8a209e80ee86b467f8ee1237c2f), [`0f1e7ca`](https://github.com/livekit/agents-js/commit/0f1e7ca9dccf7028c9c5441fe2f7294c22375c25), [`1e111d7`](https://github.com/livekit/agents-js/commit/1e111d73800482bab71c4509a56e2e24e8fe2271), [`5724826`](https://github.com/livekit/agents-js/commit/5724826141fc8e69cb66afc65121183c41c5623a), [`65aa60f`](https://github.com/livekit/agents-js/commit/65aa60fadc9676af9585ab2df427ba19690c89d1), [`d34130f`](https://github.com/livekit/agents-js/commit/d34130ff3f5c70bd30165dd93dc245693e918184)]: + - @livekit/agents@1.5.4 + ## 1.5.3 ### Patch Changes diff --git a/plugins/assemblyai/package.json b/plugins/assemblyai/package.json index 95bd49e68..b9ada4b7b 100644 --- a/plugins/assemblyai/package.json +++ b/plugins/assemblyai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-assemblyai", - "version": "1.5.3", + "version": "1.5.4", "description": "AssemblyAI plugin for LiveKit Agents for Node.js", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/azure/CHANGELOG.md b/plugins/azure/CHANGELOG.md index 67c7e0628..496681a56 100644 --- a/plugins/azure/CHANGELOG.md +++ b/plugins/azure/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-azure +## 1.5.4 + +### Patch Changes + +- Updated dependencies [[`41411c8`](https://github.com/livekit/agents-js/commit/41411c8d61712297b5b89320f93782dda0d3274b), [`3750be5`](https://github.com/livekit/agents-js/commit/3750be58e037c8a209e80ee86b467f8ee1237c2f), [`0f1e7ca`](https://github.com/livekit/agents-js/commit/0f1e7ca9dccf7028c9c5441fe2f7294c22375c25), [`1e111d7`](https://github.com/livekit/agents-js/commit/1e111d73800482bab71c4509a56e2e24e8fe2271), [`5724826`](https://github.com/livekit/agents-js/commit/5724826141fc8e69cb66afc65121183c41c5623a), [`65aa60f`](https://github.com/livekit/agents-js/commit/65aa60fadc9676af9585ab2df427ba19690c89d1), [`d34130f`](https://github.com/livekit/agents-js/commit/d34130ff3f5c70bd30165dd93dc245693e918184)]: + - @livekit/agents@1.5.4 + ## 1.5.3 ### Patch Changes diff --git a/plugins/azure/package.json b/plugins/azure/package.json index cab7d2e2d..fec59e5e3 100644 --- a/plugins/azure/package.json +++ b/plugins/azure/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-azure", - "version": "1.5.3", + "version": "1.5.4", "description": "Azure plugin for LiveKit Agents for Node.js", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/baseten/CHANGELOG.md b/plugins/baseten/CHANGELOG.md index 283a9a6cb..56248e270 100644 --- a/plugins/baseten/CHANGELOG.md +++ b/plugins/baseten/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-baseten +## 1.5.4 + +### Patch Changes + +- Updated dependencies [[`41411c8`](https://github.com/livekit/agents-js/commit/41411c8d61712297b5b89320f93782dda0d3274b), [`3750be5`](https://github.com/livekit/agents-js/commit/3750be58e037c8a209e80ee86b467f8ee1237c2f), [`0f1e7ca`](https://github.com/livekit/agents-js/commit/0f1e7ca9dccf7028c9c5441fe2f7294c22375c25), [`1e111d7`](https://github.com/livekit/agents-js/commit/1e111d73800482bab71c4509a56e2e24e8fe2271), [`5724826`](https://github.com/livekit/agents-js/commit/5724826141fc8e69cb66afc65121183c41c5623a), [`65aa60f`](https://github.com/livekit/agents-js/commit/65aa60fadc9676af9585ab2df427ba19690c89d1), [`d34130f`](https://github.com/livekit/agents-js/commit/d34130ff3f5c70bd30165dd93dc245693e918184)]: + - @livekit/agents@1.5.4 + ## 1.5.3 ### Patch Changes diff --git a/plugins/baseten/package.json b/plugins/baseten/package.json index c7d15193e..c3a70466a 100644 --- a/plugins/baseten/package.json +++ b/plugins/baseten/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-baseten", - "version": "1.5.3", + "version": "1.5.4", "description": "Baseten plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/bey/CHANGELOG.md b/plugins/bey/CHANGELOG.md index 446935e3e..d25dcf5ae 100644 --- a/plugins/bey/CHANGELOG.md +++ b/plugins/bey/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-bey +## 1.5.4 + +### Patch Changes + +- Updated dependencies [[`41411c8`](https://github.com/livekit/agents-js/commit/41411c8d61712297b5b89320f93782dda0d3274b), [`3750be5`](https://github.com/livekit/agents-js/commit/3750be58e037c8a209e80ee86b467f8ee1237c2f), [`0f1e7ca`](https://github.com/livekit/agents-js/commit/0f1e7ca9dccf7028c9c5441fe2f7294c22375c25), [`1e111d7`](https://github.com/livekit/agents-js/commit/1e111d73800482bab71c4509a56e2e24e8fe2271), [`5724826`](https://github.com/livekit/agents-js/commit/5724826141fc8e69cb66afc65121183c41c5623a), [`65aa60f`](https://github.com/livekit/agents-js/commit/65aa60fadc9676af9585ab2df427ba19690c89d1), [`d34130f`](https://github.com/livekit/agents-js/commit/d34130ff3f5c70bd30165dd93dc245693e918184)]: + - @livekit/agents@1.5.4 + ## 1.5.3 ### Patch Changes diff --git a/plugins/bey/package.json b/plugins/bey/package.json index 699ff0d96..a448921e4 100644 --- a/plugins/bey/package.json +++ b/plugins/bey/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-bey", - "version": "1.5.3", + "version": "1.5.4", "description": "Beyond Presence plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/cartesia/CHANGELOG.md b/plugins/cartesia/CHANGELOG.md index 0a000a6c1..2a9b38c68 100644 --- a/plugins/cartesia/CHANGELOG.md +++ b/plugins/cartesia/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-cartesia +## 1.5.4 + +### Patch Changes + +- Updated dependencies [[`41411c8`](https://github.com/livekit/agents-js/commit/41411c8d61712297b5b89320f93782dda0d3274b), [`3750be5`](https://github.com/livekit/agents-js/commit/3750be58e037c8a209e80ee86b467f8ee1237c2f), [`0f1e7ca`](https://github.com/livekit/agents-js/commit/0f1e7ca9dccf7028c9c5441fe2f7294c22375c25), [`1e111d7`](https://github.com/livekit/agents-js/commit/1e111d73800482bab71c4509a56e2e24e8fe2271), [`5724826`](https://github.com/livekit/agents-js/commit/5724826141fc8e69cb66afc65121183c41c5623a), [`65aa60f`](https://github.com/livekit/agents-js/commit/65aa60fadc9676af9585ab2df427ba19690c89d1), [`d34130f`](https://github.com/livekit/agents-js/commit/d34130ff3f5c70bd30165dd93dc245693e918184)]: + - @livekit/agents@1.5.4 + ## 1.5.3 ### Patch Changes diff --git a/plugins/cartesia/package.json b/plugins/cartesia/package.json index ba0a8a234..73878c8a0 100644 --- a/plugins/cartesia/package.json +++ b/plugins/cartesia/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-cartesia", - "version": "1.5.3", + "version": "1.5.4", "description": "Cartesia plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/cerebras/CHANGELOG.md b/plugins/cerebras/CHANGELOG.md index 3e775a711..07f44dfa6 100644 --- a/plugins/cerebras/CHANGELOG.md +++ b/plugins/cerebras/CHANGELOG.md @@ -1,5 +1,13 @@ # @livekit/agents-plugin-cerebras +## 1.5.4 + +### Patch Changes + +- Updated dependencies [[`41411c8`](https://github.com/livekit/agents-js/commit/41411c8d61712297b5b89320f93782dda0d3274b), [`3750be5`](https://github.com/livekit/agents-js/commit/3750be58e037c8a209e80ee86b467f8ee1237c2f), [`0f1e7ca`](https://github.com/livekit/agents-js/commit/0f1e7ca9dccf7028c9c5441fe2f7294c22375c25), [`1e111d7`](https://github.com/livekit/agents-js/commit/1e111d73800482bab71c4509a56e2e24e8fe2271), [`5724826`](https://github.com/livekit/agents-js/commit/5724826141fc8e69cb66afc65121183c41c5623a), [`65aa60f`](https://github.com/livekit/agents-js/commit/65aa60fadc9676af9585ab2df427ba19690c89d1), [`d34130f`](https://github.com/livekit/agents-js/commit/d34130ff3f5c70bd30165dd93dc245693e918184)]: + - @livekit/agents@1.5.4 + - @livekit/agents-plugin-openai@1.5.4 + ## 1.5.3 ### Patch Changes diff --git a/plugins/cerebras/package.json b/plugins/cerebras/package.json index 381ca5d94..19679bc58 100644 --- a/plugins/cerebras/package.json +++ b/plugins/cerebras/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-cerebras", - "version": "1.5.3", + "version": "1.5.4", "description": "Cerebras plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/deepgram/CHANGELOG.md b/plugins/deepgram/CHANGELOG.md index 6a24832f1..5216c29d6 100644 --- a/plugins/deepgram/CHANGELOG.md +++ b/plugins/deepgram/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-deepgram +## 1.5.4 + +### Patch Changes + +- Updated dependencies [[`41411c8`](https://github.com/livekit/agents-js/commit/41411c8d61712297b5b89320f93782dda0d3274b), [`3750be5`](https://github.com/livekit/agents-js/commit/3750be58e037c8a209e80ee86b467f8ee1237c2f), [`0f1e7ca`](https://github.com/livekit/agents-js/commit/0f1e7ca9dccf7028c9c5441fe2f7294c22375c25), [`1e111d7`](https://github.com/livekit/agents-js/commit/1e111d73800482bab71c4509a56e2e24e8fe2271), [`5724826`](https://github.com/livekit/agents-js/commit/5724826141fc8e69cb66afc65121183c41c5623a), [`65aa60f`](https://github.com/livekit/agents-js/commit/65aa60fadc9676af9585ab2df427ba19690c89d1), [`d34130f`](https://github.com/livekit/agents-js/commit/d34130ff3f5c70bd30165dd93dc245693e918184)]: + - @livekit/agents@1.5.4 + ## 1.5.3 ### Patch Changes diff --git a/plugins/deepgram/package.json b/plugins/deepgram/package.json index 2702135d4..54f577657 100644 --- a/plugins/deepgram/package.json +++ b/plugins/deepgram/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-deepgram", - "version": "1.5.3", + "version": "1.5.4", "description": "Deepgram plugin for LiveKit Agents for Node.js", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/did/CHANGELOG.md b/plugins/did/CHANGELOG.md index acd9fdefd..6afe30a96 100644 --- a/plugins/did/CHANGELOG.md +++ b/plugins/did/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-did +## 1.5.4 + +### Patch Changes + +- Updated dependencies [[`41411c8`](https://github.com/livekit/agents-js/commit/41411c8d61712297b5b89320f93782dda0d3274b), [`3750be5`](https://github.com/livekit/agents-js/commit/3750be58e037c8a209e80ee86b467f8ee1237c2f), [`0f1e7ca`](https://github.com/livekit/agents-js/commit/0f1e7ca9dccf7028c9c5441fe2f7294c22375c25), [`1e111d7`](https://github.com/livekit/agents-js/commit/1e111d73800482bab71c4509a56e2e24e8fe2271), [`5724826`](https://github.com/livekit/agents-js/commit/5724826141fc8e69cb66afc65121183c41c5623a), [`65aa60f`](https://github.com/livekit/agents-js/commit/65aa60fadc9676af9585ab2df427ba19690c89d1), [`d34130f`](https://github.com/livekit/agents-js/commit/d34130ff3f5c70bd30165dd93dc245693e918184)]: + - @livekit/agents@1.5.4 + ## 1.5.3 ### Patch Changes diff --git a/plugins/did/package.json b/plugins/did/package.json index dfb10d9cf..10499c12a 100644 --- a/plugins/did/package.json +++ b/plugins/did/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-did", - "version": "1.5.3", + "version": "1.5.4", "description": "D-ID avatar plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/elevenlabs/CHANGELOG.md b/plugins/elevenlabs/CHANGELOG.md index 5323c9980..6eb9becc4 100644 --- a/plugins/elevenlabs/CHANGELOG.md +++ b/plugins/elevenlabs/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/agents-plugin-elevenlabs +## 1.5.4 + +### Patch Changes + +- Pass the decoded audio chunk to `AudioByteStream` as a view rather than as its underlying `ArrayBuffer`. Node serves small `Buffer`s out of a shared pool, so the previous code discarded the chunk's `byteOffset` and `byteLength` and published the whole 8 KB pool as PCM, producing bursts of full-scale noise in the middle of synthesized speech. - [#2069](https://github.com/livekit/agents-js/pull/2069) ([@sunnyysetia](https://github.com/sunnyysetia)) + +- Updated dependencies [[`41411c8`](https://github.com/livekit/agents-js/commit/41411c8d61712297b5b89320f93782dda0d3274b), [`3750be5`](https://github.com/livekit/agents-js/commit/3750be58e037c8a209e80ee86b467f8ee1237c2f), [`0f1e7ca`](https://github.com/livekit/agents-js/commit/0f1e7ca9dccf7028c9c5441fe2f7294c22375c25), [`1e111d7`](https://github.com/livekit/agents-js/commit/1e111d73800482bab71c4509a56e2e24e8fe2271), [`5724826`](https://github.com/livekit/agents-js/commit/5724826141fc8e69cb66afc65121183c41c5623a), [`65aa60f`](https://github.com/livekit/agents-js/commit/65aa60fadc9676af9585ab2df427ba19690c89d1), [`d34130f`](https://github.com/livekit/agents-js/commit/d34130ff3f5c70bd30165dd93dc245693e918184)]: + - @livekit/agents@1.5.4 + ## 1.5.3 ### Patch Changes diff --git a/plugins/elevenlabs/package.json b/plugins/elevenlabs/package.json index 628c6a444..012ec7825 100644 --- a/plugins/elevenlabs/package.json +++ b/plugins/elevenlabs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-elevenlabs", - "version": "1.5.3", + "version": "1.5.4", "description": "ElevenLabs plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/fishaudio/CHANGELOG.md b/plugins/fishaudio/CHANGELOG.md index c3a3a9dc9..a89339a97 100644 --- a/plugins/fishaudio/CHANGELOG.md +++ b/plugins/fishaudio/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-fishaudio +## 1.5.4 + +### Patch Changes + +- Updated dependencies [[`41411c8`](https://github.com/livekit/agents-js/commit/41411c8d61712297b5b89320f93782dda0d3274b), [`3750be5`](https://github.com/livekit/agents-js/commit/3750be58e037c8a209e80ee86b467f8ee1237c2f), [`0f1e7ca`](https://github.com/livekit/agents-js/commit/0f1e7ca9dccf7028c9c5441fe2f7294c22375c25), [`1e111d7`](https://github.com/livekit/agents-js/commit/1e111d73800482bab71c4509a56e2e24e8fe2271), [`5724826`](https://github.com/livekit/agents-js/commit/5724826141fc8e69cb66afc65121183c41c5623a), [`65aa60f`](https://github.com/livekit/agents-js/commit/65aa60fadc9676af9585ab2df427ba19690c89d1), [`d34130f`](https://github.com/livekit/agents-js/commit/d34130ff3f5c70bd30165dd93dc245693e918184)]: + - @livekit/agents@1.5.4 + ## 1.5.3 ### Patch Changes diff --git a/plugins/fishaudio/package.json b/plugins/fishaudio/package.json index 87095e72e..7a7ddf1e1 100644 --- a/plugins/fishaudio/package.json +++ b/plugins/fishaudio/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-fishaudio", - "version": "1.5.3", + "version": "1.5.4", "description": "Fish Audio plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/google/CHANGELOG.md b/plugins/google/CHANGELOG.md index 733601d15..019b8df75 100644 --- a/plugins/google/CHANGELOG.md +++ b/plugins/google/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-google +## 1.5.4 + +### Patch Changes + +- Updated dependencies [[`41411c8`](https://github.com/livekit/agents-js/commit/41411c8d61712297b5b89320f93782dda0d3274b), [`3750be5`](https://github.com/livekit/agents-js/commit/3750be58e037c8a209e80ee86b467f8ee1237c2f), [`0f1e7ca`](https://github.com/livekit/agents-js/commit/0f1e7ca9dccf7028c9c5441fe2f7294c22375c25), [`1e111d7`](https://github.com/livekit/agents-js/commit/1e111d73800482bab71c4509a56e2e24e8fe2271), [`5724826`](https://github.com/livekit/agents-js/commit/5724826141fc8e69cb66afc65121183c41c5623a), [`65aa60f`](https://github.com/livekit/agents-js/commit/65aa60fadc9676af9585ab2df427ba19690c89d1), [`d34130f`](https://github.com/livekit/agents-js/commit/d34130ff3f5c70bd30165dd93dc245693e918184)]: + - @livekit/agents@1.5.4 + ## 1.5.3 ### Patch Changes diff --git a/plugins/google/package.json b/plugins/google/package.json index 01f3f8513..f003a3655 100644 --- a/plugins/google/package.json +++ b/plugins/google/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-google", - "version": "1.5.3", + "version": "1.5.4", "description": "Google Gemini plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/hedra/CHANGELOG.md b/plugins/hedra/CHANGELOG.md index d62a633d7..e96cf78ec 100644 --- a/plugins/hedra/CHANGELOG.md +++ b/plugins/hedra/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-hedra +## 1.5.4 + +### Patch Changes + +- Updated dependencies [[`41411c8`](https://github.com/livekit/agents-js/commit/41411c8d61712297b5b89320f93782dda0d3274b), [`3750be5`](https://github.com/livekit/agents-js/commit/3750be58e037c8a209e80ee86b467f8ee1237c2f), [`0f1e7ca`](https://github.com/livekit/agents-js/commit/0f1e7ca9dccf7028c9c5441fe2f7294c22375c25), [`1e111d7`](https://github.com/livekit/agents-js/commit/1e111d73800482bab71c4509a56e2e24e8fe2271), [`5724826`](https://github.com/livekit/agents-js/commit/5724826141fc8e69cb66afc65121183c41c5623a), [`65aa60f`](https://github.com/livekit/agents-js/commit/65aa60fadc9676af9585ab2df427ba19690c89d1), [`d34130f`](https://github.com/livekit/agents-js/commit/d34130ff3f5c70bd30165dd93dc245693e918184)]: + - @livekit/agents@1.5.4 + ## 1.5.3 ### Patch Changes diff --git a/plugins/hedra/package.json b/plugins/hedra/package.json index 560060085..c773955cf 100644 --- a/plugins/hedra/package.json +++ b/plugins/hedra/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-hedra", - "version": "1.5.3", + "version": "1.5.4", "description": "Hedra avatar plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/hume/CHANGELOG.md b/plugins/hume/CHANGELOG.md index e16b16b5f..8b76c2af0 100644 --- a/plugins/hume/CHANGELOG.md +++ b/plugins/hume/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-hume +## 1.5.4 + +### Patch Changes + +- Updated dependencies [[`41411c8`](https://github.com/livekit/agents-js/commit/41411c8d61712297b5b89320f93782dda0d3274b), [`3750be5`](https://github.com/livekit/agents-js/commit/3750be58e037c8a209e80ee86b467f8ee1237c2f), [`0f1e7ca`](https://github.com/livekit/agents-js/commit/0f1e7ca9dccf7028c9c5441fe2f7294c22375c25), [`1e111d7`](https://github.com/livekit/agents-js/commit/1e111d73800482bab71c4509a56e2e24e8fe2271), [`5724826`](https://github.com/livekit/agents-js/commit/5724826141fc8e69cb66afc65121183c41c5623a), [`65aa60f`](https://github.com/livekit/agents-js/commit/65aa60fadc9676af9585ab2df427ba19690c89d1), [`d34130f`](https://github.com/livekit/agents-js/commit/d34130ff3f5c70bd30165dd93dc245693e918184)]: + - @livekit/agents@1.5.4 + ## 1.5.3 ### Patch Changes diff --git a/plugins/hume/package.json b/plugins/hume/package.json index 422405b9b..2f07f09af 100644 --- a/plugins/hume/package.json +++ b/plugins/hume/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-hume", - "version": "1.5.3", + "version": "1.5.4", "description": "Hume AI plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/inworld/CHANGELOG.md b/plugins/inworld/CHANGELOG.md index 31d4c4ce9..7873e6a2a 100644 --- a/plugins/inworld/CHANGELOG.md +++ b/plugins/inworld/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-inworld +## 1.5.4 + +### Patch Changes + +- Updated dependencies [[`41411c8`](https://github.com/livekit/agents-js/commit/41411c8d61712297b5b89320f93782dda0d3274b), [`3750be5`](https://github.com/livekit/agents-js/commit/3750be58e037c8a209e80ee86b467f8ee1237c2f), [`0f1e7ca`](https://github.com/livekit/agents-js/commit/0f1e7ca9dccf7028c9c5441fe2f7294c22375c25), [`1e111d7`](https://github.com/livekit/agents-js/commit/1e111d73800482bab71c4509a56e2e24e8fe2271), [`5724826`](https://github.com/livekit/agents-js/commit/5724826141fc8e69cb66afc65121183c41c5623a), [`65aa60f`](https://github.com/livekit/agents-js/commit/65aa60fadc9676af9585ab2df427ba19690c89d1), [`d34130f`](https://github.com/livekit/agents-js/commit/d34130ff3f5c70bd30165dd93dc245693e918184)]: + - @livekit/agents@1.5.4 + ## 1.5.3 ### Patch Changes diff --git a/plugins/inworld/package.json b/plugins/inworld/package.json index 9d01497c8..8e08f5cc6 100644 --- a/plugins/inworld/package.json +++ b/plugins/inworld/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-inworld", - "version": "1.5.3", + "version": "1.5.4", "description": "Inworld plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/lemonslice/CHANGELOG.md b/plugins/lemonslice/CHANGELOG.md index 67b0a84e6..40369042d 100644 --- a/plugins/lemonslice/CHANGELOG.md +++ b/plugins/lemonslice/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-lemonslice +## 1.5.4 + +### Patch Changes + +- Updated dependencies [[`41411c8`](https://github.com/livekit/agents-js/commit/41411c8d61712297b5b89320f93782dda0d3274b), [`3750be5`](https://github.com/livekit/agents-js/commit/3750be58e037c8a209e80ee86b467f8ee1237c2f), [`0f1e7ca`](https://github.com/livekit/agents-js/commit/0f1e7ca9dccf7028c9c5441fe2f7294c22375c25), [`1e111d7`](https://github.com/livekit/agents-js/commit/1e111d73800482bab71c4509a56e2e24e8fe2271), [`5724826`](https://github.com/livekit/agents-js/commit/5724826141fc8e69cb66afc65121183c41c5623a), [`65aa60f`](https://github.com/livekit/agents-js/commit/65aa60fadc9676af9585ab2df427ba19690c89d1), [`d34130f`](https://github.com/livekit/agents-js/commit/d34130ff3f5c70bd30165dd93dc245693e918184)]: + - @livekit/agents@1.5.4 + ## 1.5.3 ### Patch Changes diff --git a/plugins/lemonslice/package.json b/plugins/lemonslice/package.json index 94bcd26a7..b0af5a405 100644 --- a/plugins/lemonslice/package.json +++ b/plugins/lemonslice/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-lemonslice", - "version": "1.5.3", + "version": "1.5.4", "description": "LemonSlice avatar plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/liveavatar/CHANGELOG.md b/plugins/liveavatar/CHANGELOG.md index 8f610389f..d68eb87a4 100644 --- a/plugins/liveavatar/CHANGELOG.md +++ b/plugins/liveavatar/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-liveavatar +## 1.5.4 + +### Patch Changes + +- Updated dependencies [[`41411c8`](https://github.com/livekit/agents-js/commit/41411c8d61712297b5b89320f93782dda0d3274b), [`3750be5`](https://github.com/livekit/agents-js/commit/3750be58e037c8a209e80ee86b467f8ee1237c2f), [`0f1e7ca`](https://github.com/livekit/agents-js/commit/0f1e7ca9dccf7028c9c5441fe2f7294c22375c25), [`1e111d7`](https://github.com/livekit/agents-js/commit/1e111d73800482bab71c4509a56e2e24e8fe2271), [`5724826`](https://github.com/livekit/agents-js/commit/5724826141fc8e69cb66afc65121183c41c5623a), [`65aa60f`](https://github.com/livekit/agents-js/commit/65aa60fadc9676af9585ab2df427ba19690c89d1), [`d34130f`](https://github.com/livekit/agents-js/commit/d34130ff3f5c70bd30165dd93dc245693e918184)]: + - @livekit/agents@1.5.4 + ## 1.5.3 ### Patch Changes diff --git a/plugins/liveavatar/package.json b/plugins/liveavatar/package.json index fd0cc702b..ee6781931 100644 --- a/plugins/liveavatar/package.json +++ b/plugins/liveavatar/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-liveavatar", - "version": "1.5.3", + "version": "1.5.4", "description": "LiveAvatar avatar plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/livekit/CHANGELOG.md b/plugins/livekit/CHANGELOG.md index e433c2266..a0e0c9026 100644 --- a/plugins/livekit/CHANGELOG.md +++ b/plugins/livekit/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-livekit +## 1.5.4 + +### Patch Changes + +- Updated dependencies [[`41411c8`](https://github.com/livekit/agents-js/commit/41411c8d61712297b5b89320f93782dda0d3274b), [`3750be5`](https://github.com/livekit/agents-js/commit/3750be58e037c8a209e80ee86b467f8ee1237c2f), [`0f1e7ca`](https://github.com/livekit/agents-js/commit/0f1e7ca9dccf7028c9c5441fe2f7294c22375c25), [`1e111d7`](https://github.com/livekit/agents-js/commit/1e111d73800482bab71c4509a56e2e24e8fe2271), [`5724826`](https://github.com/livekit/agents-js/commit/5724826141fc8e69cb66afc65121183c41c5623a), [`65aa60f`](https://github.com/livekit/agents-js/commit/65aa60fadc9676af9585ab2df427ba19690c89d1), [`d34130f`](https://github.com/livekit/agents-js/commit/d34130ff3f5c70bd30165dd93dc245693e918184)]: + - @livekit/agents@1.5.4 + ## 1.5.3 ### Patch Changes diff --git a/plugins/livekit/package.json b/plugins/livekit/package.json index e16665ebe..aa5729996 100644 --- a/plugins/livekit/package.json +++ b/plugins/livekit/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-livekit", - "version": "1.5.3", + "version": "1.5.4", "description": "Additional utilities for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/minimax/CHANGELOG.md b/plugins/minimax/CHANGELOG.md index bd4f8305e..d0a336a61 100644 --- a/plugins/minimax/CHANGELOG.md +++ b/plugins/minimax/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-minimax +## 1.5.4 + +### Patch Changes + +- Updated dependencies [[`41411c8`](https://github.com/livekit/agents-js/commit/41411c8d61712297b5b89320f93782dda0d3274b), [`3750be5`](https://github.com/livekit/agents-js/commit/3750be58e037c8a209e80ee86b467f8ee1237c2f), [`0f1e7ca`](https://github.com/livekit/agents-js/commit/0f1e7ca9dccf7028c9c5441fe2f7294c22375c25), [`1e111d7`](https://github.com/livekit/agents-js/commit/1e111d73800482bab71c4509a56e2e24e8fe2271), [`5724826`](https://github.com/livekit/agents-js/commit/5724826141fc8e69cb66afc65121183c41c5623a), [`65aa60f`](https://github.com/livekit/agents-js/commit/65aa60fadc9676af9585ab2df427ba19690c89d1), [`d34130f`](https://github.com/livekit/agents-js/commit/d34130ff3f5c70bd30165dd93dc245693e918184)]: + - @livekit/agents@1.5.4 + ## 1.5.3 ### Patch Changes diff --git a/plugins/minimax/package.json b/plugins/minimax/package.json index d04109551..6943bfed3 100644 --- a/plugins/minimax/package.json +++ b/plugins/minimax/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-minimax", - "version": "1.5.3", + "version": "1.5.4", "description": "MiniMax plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/mistral/CHANGELOG.md b/plugins/mistral/CHANGELOG.md index 375ffbad9..8783ea56d 100644 --- a/plugins/mistral/CHANGELOG.md +++ b/plugins/mistral/CHANGELOG.md @@ -1,5 +1,13 @@ # @livekit/agents-plugin-mistral +## 1.5.4 + +### Patch Changes + +- Updated dependencies [[`41411c8`](https://github.com/livekit/agents-js/commit/41411c8d61712297b5b89320f93782dda0d3274b), [`3750be5`](https://github.com/livekit/agents-js/commit/3750be58e037c8a209e80ee86b467f8ee1237c2f), [`0f1e7ca`](https://github.com/livekit/agents-js/commit/0f1e7ca9dccf7028c9c5441fe2f7294c22375c25), [`1e111d7`](https://github.com/livekit/agents-js/commit/1e111d73800482bab71c4509a56e2e24e8fe2271), [`5724826`](https://github.com/livekit/agents-js/commit/5724826141fc8e69cb66afc65121183c41c5623a), [`65aa60f`](https://github.com/livekit/agents-js/commit/65aa60fadc9676af9585ab2df427ba19690c89d1), [`d34130f`](https://github.com/livekit/agents-js/commit/d34130ff3f5c70bd30165dd93dc245693e918184)]: + - @livekit/agents@1.5.4 + - @livekit/agents-plugin-mistralai@1.5.4 + ## 1.5.3 ### Patch Changes diff --git a/plugins/mistral/package.json b/plugins/mistral/package.json index c877f0533..8847c8bac 100644 --- a/plugins/mistral/package.json +++ b/plugins/mistral/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-mistral", - "version": "1.5.3", + "version": "1.5.4", "description": "Mistral AI plugin for LiveKit Node Agents (deprecated, use @livekit/agents-plugin-mistralai)", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/mistralai/CHANGELOG.md b/plugins/mistralai/CHANGELOG.md index c38e7c902..3ac192580 100644 --- a/plugins/mistralai/CHANGELOG.md +++ b/plugins/mistralai/CHANGELOG.md @@ -1,5 +1,13 @@ # @livekit/agents-plugin-mistralai +## 1.5.4 + +### Patch Changes + +- Updated dependencies [[`41411c8`](https://github.com/livekit/agents-js/commit/41411c8d61712297b5b89320f93782dda0d3274b), [`3750be5`](https://github.com/livekit/agents-js/commit/3750be58e037c8a209e80ee86b467f8ee1237c2f), [`0f1e7ca`](https://github.com/livekit/agents-js/commit/0f1e7ca9dccf7028c9c5441fe2f7294c22375c25), [`1e111d7`](https://github.com/livekit/agents-js/commit/1e111d73800482bab71c4509a56e2e24e8fe2271), [`5724826`](https://github.com/livekit/agents-js/commit/5724826141fc8e69cb66afc65121183c41c5623a), [`65aa60f`](https://github.com/livekit/agents-js/commit/65aa60fadc9676af9585ab2df427ba19690c89d1), [`d34130f`](https://github.com/livekit/agents-js/commit/d34130ff3f5c70bd30165dd93dc245693e918184)]: + - @livekit/agents@1.5.4 + - @livekit/agents-plugin-silero@1.5.4 + ## 1.5.3 ### Patch Changes diff --git a/plugins/mistralai/package.json b/plugins/mistralai/package.json index e21eb4bea..b756356bd 100644 --- a/plugins/mistralai/package.json +++ b/plugins/mistralai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-mistralai", - "version": "1.5.3", + "version": "1.5.4", "description": "Mistral AI plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/neuphonic/CHANGELOG.md b/plugins/neuphonic/CHANGELOG.md index 04087ecc4..8a99c4886 100644 --- a/plugins/neuphonic/CHANGELOG.md +++ b/plugins/neuphonic/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-neuphonic +## 1.5.4 + +### Patch Changes + +- Updated dependencies [[`41411c8`](https://github.com/livekit/agents-js/commit/41411c8d61712297b5b89320f93782dda0d3274b), [`3750be5`](https://github.com/livekit/agents-js/commit/3750be58e037c8a209e80ee86b467f8ee1237c2f), [`0f1e7ca`](https://github.com/livekit/agents-js/commit/0f1e7ca9dccf7028c9c5441fe2f7294c22375c25), [`1e111d7`](https://github.com/livekit/agents-js/commit/1e111d73800482bab71c4509a56e2e24e8fe2271), [`5724826`](https://github.com/livekit/agents-js/commit/5724826141fc8e69cb66afc65121183c41c5623a), [`65aa60f`](https://github.com/livekit/agents-js/commit/65aa60fadc9676af9585ab2df427ba19690c89d1), [`d34130f`](https://github.com/livekit/agents-js/commit/d34130ff3f5c70bd30165dd93dc245693e918184)]: + - @livekit/agents@1.5.4 + ## 1.5.3 ### Patch Changes diff --git a/plugins/neuphonic/package.json b/plugins/neuphonic/package.json index 4c423f98d..13fbe1267 100644 --- a/plugins/neuphonic/package.json +++ b/plugins/neuphonic/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-neuphonic", - "version": "1.5.3", + "version": "1.5.4", "description": "Neuphonic plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/openai/CHANGELOG.md b/plugins/openai/CHANGELOG.md index 49426857e..f17e58fba 100644 --- a/plugins/openai/CHANGELOG.md +++ b/plugins/openai/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-openai +## 1.5.4 + +### Patch Changes + +- Updated dependencies [[`41411c8`](https://github.com/livekit/agents-js/commit/41411c8d61712297b5b89320f93782dda0d3274b), [`3750be5`](https://github.com/livekit/agents-js/commit/3750be58e037c8a209e80ee86b467f8ee1237c2f), [`0f1e7ca`](https://github.com/livekit/agents-js/commit/0f1e7ca9dccf7028c9c5441fe2f7294c22375c25), [`1e111d7`](https://github.com/livekit/agents-js/commit/1e111d73800482bab71c4509a56e2e24e8fe2271), [`5724826`](https://github.com/livekit/agents-js/commit/5724826141fc8e69cb66afc65121183c41c5623a), [`65aa60f`](https://github.com/livekit/agents-js/commit/65aa60fadc9676af9585ab2df427ba19690c89d1), [`d34130f`](https://github.com/livekit/agents-js/commit/d34130ff3f5c70bd30165dd93dc245693e918184)]: + - @livekit/agents@1.5.4 + ## 1.5.3 ### Patch Changes diff --git a/plugins/openai/package.json b/plugins/openai/package.json index 2f3d9ac97..2e088bae4 100644 --- a/plugins/openai/package.json +++ b/plugins/openai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-openai", - "version": "1.5.3", + "version": "1.5.4", "description": "OpenAI plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/perplexity/CHANGELOG.md b/plugins/perplexity/CHANGELOG.md index 49cc2d375..80820dd7e 100644 --- a/plugins/perplexity/CHANGELOG.md +++ b/plugins/perplexity/CHANGELOG.md @@ -1,5 +1,13 @@ # @livekit/agents-plugin-perplexity +## 1.5.4 + +### Patch Changes + +- Updated dependencies [[`41411c8`](https://github.com/livekit/agents-js/commit/41411c8d61712297b5b89320f93782dda0d3274b), [`3750be5`](https://github.com/livekit/agents-js/commit/3750be58e037c8a209e80ee86b467f8ee1237c2f), [`0f1e7ca`](https://github.com/livekit/agents-js/commit/0f1e7ca9dccf7028c9c5441fe2f7294c22375c25), [`1e111d7`](https://github.com/livekit/agents-js/commit/1e111d73800482bab71c4509a56e2e24e8fe2271), [`5724826`](https://github.com/livekit/agents-js/commit/5724826141fc8e69cb66afc65121183c41c5623a), [`65aa60f`](https://github.com/livekit/agents-js/commit/65aa60fadc9676af9585ab2df427ba19690c89d1), [`d34130f`](https://github.com/livekit/agents-js/commit/d34130ff3f5c70bd30165dd93dc245693e918184)]: + - @livekit/agents@1.5.4 + - @livekit/agents-plugin-openai@1.5.4 + ## 1.5.3 ### Patch Changes diff --git a/plugins/perplexity/package.json b/plugins/perplexity/package.json index 2bea2e1c4..c797b94aa 100644 --- a/plugins/perplexity/package.json +++ b/plugins/perplexity/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-perplexity", - "version": "1.5.3", + "version": "1.5.4", "description": "Perplexity plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/phonic/CHANGELOG.md b/plugins/phonic/CHANGELOG.md index fb82a19f9..76e81d696 100644 --- a/plugins/phonic/CHANGELOG.md +++ b/plugins/phonic/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-phonic +## 1.5.4 + +### Patch Changes + +- Updated dependencies [[`41411c8`](https://github.com/livekit/agents-js/commit/41411c8d61712297b5b89320f93782dda0d3274b), [`3750be5`](https://github.com/livekit/agents-js/commit/3750be58e037c8a209e80ee86b467f8ee1237c2f), [`0f1e7ca`](https://github.com/livekit/agents-js/commit/0f1e7ca9dccf7028c9c5441fe2f7294c22375c25), [`1e111d7`](https://github.com/livekit/agents-js/commit/1e111d73800482bab71c4509a56e2e24e8fe2271), [`5724826`](https://github.com/livekit/agents-js/commit/5724826141fc8e69cb66afc65121183c41c5623a), [`65aa60f`](https://github.com/livekit/agents-js/commit/65aa60fadc9676af9585ab2df427ba19690c89d1), [`d34130f`](https://github.com/livekit/agents-js/commit/d34130ff3f5c70bd30165dd93dc245693e918184)]: + - @livekit/agents@1.5.4 + ## 1.5.3 ### Patch Changes diff --git a/plugins/phonic/package.json b/plugins/phonic/package.json index 394ed6de5..1554ff972 100644 --- a/plugins/phonic/package.json +++ b/plugins/phonic/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-phonic", - "version": "1.5.3", + "version": "1.5.4", "description": "Phonic STS plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/resemble/CHANGELOG.md b/plugins/resemble/CHANGELOG.md index f80f1dbd3..1fc7fb790 100644 --- a/plugins/resemble/CHANGELOG.md +++ b/plugins/resemble/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-resemble +## 1.5.4 + +### Patch Changes + +- Updated dependencies [[`41411c8`](https://github.com/livekit/agents-js/commit/41411c8d61712297b5b89320f93782dda0d3274b), [`3750be5`](https://github.com/livekit/agents-js/commit/3750be58e037c8a209e80ee86b467f8ee1237c2f), [`0f1e7ca`](https://github.com/livekit/agents-js/commit/0f1e7ca9dccf7028c9c5441fe2f7294c22375c25), [`1e111d7`](https://github.com/livekit/agents-js/commit/1e111d73800482bab71c4509a56e2e24e8fe2271), [`5724826`](https://github.com/livekit/agents-js/commit/5724826141fc8e69cb66afc65121183c41c5623a), [`65aa60f`](https://github.com/livekit/agents-js/commit/65aa60fadc9676af9585ab2df427ba19690c89d1), [`d34130f`](https://github.com/livekit/agents-js/commit/d34130ff3f5c70bd30165dd93dc245693e918184)]: + - @livekit/agents@1.5.4 + ## 1.5.3 ### Patch Changes diff --git a/plugins/resemble/package.json b/plugins/resemble/package.json index 81d1e7120..f352330bc 100644 --- a/plugins/resemble/package.json +++ b/plugins/resemble/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-resemble", - "version": "1.5.3", + "version": "1.5.4", "description": "Resemble plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/rime/CHANGELOG.md b/plugins/rime/CHANGELOG.md index c329b73a4..5525aeb31 100644 --- a/plugins/rime/CHANGELOG.md +++ b/plugins/rime/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-rime +## 1.5.4 + +### Patch Changes + +- Updated dependencies [[`41411c8`](https://github.com/livekit/agents-js/commit/41411c8d61712297b5b89320f93782dda0d3274b), [`3750be5`](https://github.com/livekit/agents-js/commit/3750be58e037c8a209e80ee86b467f8ee1237c2f), [`0f1e7ca`](https://github.com/livekit/agents-js/commit/0f1e7ca9dccf7028c9c5441fe2f7294c22375c25), [`1e111d7`](https://github.com/livekit/agents-js/commit/1e111d73800482bab71c4509a56e2e24e8fe2271), [`5724826`](https://github.com/livekit/agents-js/commit/5724826141fc8e69cb66afc65121183c41c5623a), [`65aa60f`](https://github.com/livekit/agents-js/commit/65aa60fadc9676af9585ab2df427ba19690c89d1), [`d34130f`](https://github.com/livekit/agents-js/commit/d34130ff3f5c70bd30165dd93dc245693e918184)]: + - @livekit/agents@1.5.4 + ## 1.5.3 ### Patch Changes diff --git a/plugins/rime/package.json b/plugins/rime/package.json index 7480086d4..b8be69019 100644 --- a/plugins/rime/package.json +++ b/plugins/rime/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-rime", - "version": "1.5.3", + "version": "1.5.4", "description": "Rime plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/runway/CHANGELOG.md b/plugins/runway/CHANGELOG.md index b0aa3f8b8..94145d493 100644 --- a/plugins/runway/CHANGELOG.md +++ b/plugins/runway/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-runway +## 1.5.4 + +### Patch Changes + +- Updated dependencies [[`41411c8`](https://github.com/livekit/agents-js/commit/41411c8d61712297b5b89320f93782dda0d3274b), [`3750be5`](https://github.com/livekit/agents-js/commit/3750be58e037c8a209e80ee86b467f8ee1237c2f), [`0f1e7ca`](https://github.com/livekit/agents-js/commit/0f1e7ca9dccf7028c9c5441fe2f7294c22375c25), [`1e111d7`](https://github.com/livekit/agents-js/commit/1e111d73800482bab71c4509a56e2e24e8fe2271), [`5724826`](https://github.com/livekit/agents-js/commit/5724826141fc8e69cb66afc65121183c41c5623a), [`65aa60f`](https://github.com/livekit/agents-js/commit/65aa60fadc9676af9585ab2df427ba19690c89d1), [`d34130f`](https://github.com/livekit/agents-js/commit/d34130ff3f5c70bd30165dd93dc245693e918184)]: + - @livekit/agents@1.5.4 + ## 1.5.3 ### Patch Changes diff --git a/plugins/runway/package.json b/plugins/runway/package.json index dbd28fd10..f7455c75d 100644 --- a/plugins/runway/package.json +++ b/plugins/runway/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-runway", - "version": "1.5.3", + "version": "1.5.4", "description": "Runway plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/sarvam/CHANGELOG.md b/plugins/sarvam/CHANGELOG.md index 71b819a04..516645824 100644 --- a/plugins/sarvam/CHANGELOG.md +++ b/plugins/sarvam/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-sarvam +## 1.5.4 + +### Patch Changes + +- Updated dependencies [[`41411c8`](https://github.com/livekit/agents-js/commit/41411c8d61712297b5b89320f93782dda0d3274b), [`3750be5`](https://github.com/livekit/agents-js/commit/3750be58e037c8a209e80ee86b467f8ee1237c2f), [`0f1e7ca`](https://github.com/livekit/agents-js/commit/0f1e7ca9dccf7028c9c5441fe2f7294c22375c25), [`1e111d7`](https://github.com/livekit/agents-js/commit/1e111d73800482bab71c4509a56e2e24e8fe2271), [`5724826`](https://github.com/livekit/agents-js/commit/5724826141fc8e69cb66afc65121183c41c5623a), [`65aa60f`](https://github.com/livekit/agents-js/commit/65aa60fadc9676af9585ab2df427ba19690c89d1), [`d34130f`](https://github.com/livekit/agents-js/commit/d34130ff3f5c70bd30165dd93dc245693e918184)]: + - @livekit/agents@1.5.4 + ## 1.5.3 ### Patch Changes diff --git a/plugins/sarvam/package.json b/plugins/sarvam/package.json index 1c3ff59ed..891339cbd 100644 --- a/plugins/sarvam/package.json +++ b/plugins/sarvam/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-sarvam", - "version": "1.5.3", + "version": "1.5.4", "description": "Sarvam AI plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/silero/CHANGELOG.md b/plugins/silero/CHANGELOG.md index c8a1c6a6c..375aa42eb 100644 --- a/plugins/silero/CHANGELOG.md +++ b/plugins/silero/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-silero +## 1.5.4 + +### Patch Changes + +- Updated dependencies [[`41411c8`](https://github.com/livekit/agents-js/commit/41411c8d61712297b5b89320f93782dda0d3274b), [`3750be5`](https://github.com/livekit/agents-js/commit/3750be58e037c8a209e80ee86b467f8ee1237c2f), [`0f1e7ca`](https://github.com/livekit/agents-js/commit/0f1e7ca9dccf7028c9c5441fe2f7294c22375c25), [`1e111d7`](https://github.com/livekit/agents-js/commit/1e111d73800482bab71c4509a56e2e24e8fe2271), [`5724826`](https://github.com/livekit/agents-js/commit/5724826141fc8e69cb66afc65121183c41c5623a), [`65aa60f`](https://github.com/livekit/agents-js/commit/65aa60fadc9676af9585ab2df427ba19690c89d1), [`d34130f`](https://github.com/livekit/agents-js/commit/d34130ff3f5c70bd30165dd93dc245693e918184)]: + - @livekit/agents@1.5.4 + ## 1.5.3 ### Patch Changes diff --git a/plugins/silero/package.json b/plugins/silero/package.json index 4f964f0f9..73894c976 100644 --- a/plugins/silero/package.json +++ b/plugins/silero/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-silero", - "version": "1.5.3", + "version": "1.5.4", "description": "Silero voice activity detection LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/soniox/CHANGELOG.md b/plugins/soniox/CHANGELOG.md index 7a227f275..b975751cf 100644 --- a/plugins/soniox/CHANGELOG.md +++ b/plugins/soniox/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-soniox +## 1.5.4 + +### Patch Changes + +- Updated dependencies [[`41411c8`](https://github.com/livekit/agents-js/commit/41411c8d61712297b5b89320f93782dda0d3274b), [`3750be5`](https://github.com/livekit/agents-js/commit/3750be58e037c8a209e80ee86b467f8ee1237c2f), [`0f1e7ca`](https://github.com/livekit/agents-js/commit/0f1e7ca9dccf7028c9c5441fe2f7294c22375c25), [`1e111d7`](https://github.com/livekit/agents-js/commit/1e111d73800482bab71c4509a56e2e24e8fe2271), [`5724826`](https://github.com/livekit/agents-js/commit/5724826141fc8e69cb66afc65121183c41c5623a), [`65aa60f`](https://github.com/livekit/agents-js/commit/65aa60fadc9676af9585ab2df427ba19690c89d1), [`d34130f`](https://github.com/livekit/agents-js/commit/d34130ff3f5c70bd30165dd93dc245693e918184)]: + - @livekit/agents@1.5.4 + ## 1.5.3 ### Patch Changes diff --git a/plugins/soniox/package.json b/plugins/soniox/package.json index 560b78b98..3793360fd 100644 --- a/plugins/soniox/package.json +++ b/plugins/soniox/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-soniox", - "version": "1.5.3", + "version": "1.5.4", "description": "Soniox plugin for LiveKit Agents for Node.js", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/tavus/CHANGELOG.md b/plugins/tavus/CHANGELOG.md index 6c37fa8ef..f0df00ee2 100644 --- a/plugins/tavus/CHANGELOG.md +++ b/plugins/tavus/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-tavus +## 1.5.4 + +### Patch Changes + +- Updated dependencies [[`41411c8`](https://github.com/livekit/agents-js/commit/41411c8d61712297b5b89320f93782dda0d3274b), [`3750be5`](https://github.com/livekit/agents-js/commit/3750be58e037c8a209e80ee86b467f8ee1237c2f), [`0f1e7ca`](https://github.com/livekit/agents-js/commit/0f1e7ca9dccf7028c9c5441fe2f7294c22375c25), [`1e111d7`](https://github.com/livekit/agents-js/commit/1e111d73800482bab71c4509a56e2e24e8fe2271), [`5724826`](https://github.com/livekit/agents-js/commit/5724826141fc8e69cb66afc65121183c41c5623a), [`65aa60f`](https://github.com/livekit/agents-js/commit/65aa60fadc9676af9585ab2df427ba19690c89d1), [`d34130f`](https://github.com/livekit/agents-js/commit/d34130ff3f5c70bd30165dd93dc245693e918184)]: + - @livekit/agents@1.5.4 + ## 1.5.3 ### Patch Changes diff --git a/plugins/tavus/package.json b/plugins/tavus/package.json index aece712cc..bfcb03f2d 100644 --- a/plugins/tavus/package.json +++ b/plugins/tavus/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-tavus", - "version": "1.5.3", + "version": "1.5.4", "description": "Tavus avatar plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/test/CHANGELOG.md b/plugins/test/CHANGELOG.md index e1418e384..1cc69e0a4 100644 --- a/plugins/test/CHANGELOG.md +++ b/plugins/test/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugins-test +## 1.5.4 + +### Patch Changes + +- Updated dependencies [[`41411c8`](https://github.com/livekit/agents-js/commit/41411c8d61712297b5b89320f93782dda0d3274b), [`3750be5`](https://github.com/livekit/agents-js/commit/3750be58e037c8a209e80ee86b467f8ee1237c2f), [`0f1e7ca`](https://github.com/livekit/agents-js/commit/0f1e7ca9dccf7028c9c5441fe2f7294c22375c25), [`1e111d7`](https://github.com/livekit/agents-js/commit/1e111d73800482bab71c4509a56e2e24e8fe2271), [`5724826`](https://github.com/livekit/agents-js/commit/5724826141fc8e69cb66afc65121183c41c5623a), [`65aa60f`](https://github.com/livekit/agents-js/commit/65aa60fadc9676af9585ab2df427ba19690c89d1), [`d34130f`](https://github.com/livekit/agents-js/commit/d34130ff3f5c70bd30165dd93dc245693e918184)]: + - @livekit/agents@1.5.4 + ## 1.5.3 ### Patch Changes diff --git a/plugins/test/package.json b/plugins/test/package.json index 12c66e77d..e72c0aabb 100644 --- a/plugins/test/package.json +++ b/plugins/test/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugins-test", - "version": "1.5.3", + "version": "1.5.4", "description": "Testing suite for LiveKit Agents plugins", "author": "LiveKit", "type": "module", diff --git a/plugins/trugen/CHANGELOG.md b/plugins/trugen/CHANGELOG.md index 8e8fb672f..def37c4e7 100644 --- a/plugins/trugen/CHANGELOG.md +++ b/plugins/trugen/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-trugen +## 1.5.4 + +### Patch Changes + +- Updated dependencies [[`41411c8`](https://github.com/livekit/agents-js/commit/41411c8d61712297b5b89320f93782dda0d3274b), [`3750be5`](https://github.com/livekit/agents-js/commit/3750be58e037c8a209e80ee86b467f8ee1237c2f), [`0f1e7ca`](https://github.com/livekit/agents-js/commit/0f1e7ca9dccf7028c9c5441fe2f7294c22375c25), [`1e111d7`](https://github.com/livekit/agents-js/commit/1e111d73800482bab71c4509a56e2e24e8fe2271), [`5724826`](https://github.com/livekit/agents-js/commit/5724826141fc8e69cb66afc65121183c41c5623a), [`65aa60f`](https://github.com/livekit/agents-js/commit/65aa60fadc9676af9585ab2df427ba19690c89d1), [`d34130f`](https://github.com/livekit/agents-js/commit/d34130ff3f5c70bd30165dd93dc245693e918184)]: + - @livekit/agents@1.5.4 + ## 1.5.3 ### Patch Changes diff --git a/plugins/trugen/package.json b/plugins/trugen/package.json index 0dd416247..9e686a45b 100644 --- a/plugins/trugen/package.json +++ b/plugins/trugen/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-trugen", - "version": "1.5.3", + "version": "1.5.4", "description": "Trugen avatar plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/xai/CHANGELOG.md b/plugins/xai/CHANGELOG.md index cf1c5013a..40e84b9c1 100644 --- a/plugins/xai/CHANGELOG.md +++ b/plugins/xai/CHANGELOG.md @@ -1,5 +1,13 @@ # @livekit/agents-plugin-xai +## 1.5.4 + +### Patch Changes + +- Updated dependencies [[`41411c8`](https://github.com/livekit/agents-js/commit/41411c8d61712297b5b89320f93782dda0d3274b), [`3750be5`](https://github.com/livekit/agents-js/commit/3750be58e037c8a209e80ee86b467f8ee1237c2f), [`0f1e7ca`](https://github.com/livekit/agents-js/commit/0f1e7ca9dccf7028c9c5441fe2f7294c22375c25), [`1e111d7`](https://github.com/livekit/agents-js/commit/1e111d73800482bab71c4509a56e2e24e8fe2271), [`5724826`](https://github.com/livekit/agents-js/commit/5724826141fc8e69cb66afc65121183c41c5623a), [`65aa60f`](https://github.com/livekit/agents-js/commit/65aa60fadc9676af9585ab2df427ba19690c89d1), [`d34130f`](https://github.com/livekit/agents-js/commit/d34130ff3f5c70bd30165dd93dc245693e918184)]: + - @livekit/agents@1.5.4 + - @livekit/agents-plugin-openai@1.5.4 + ## 1.5.3 ### Patch Changes diff --git a/plugins/xai/package.json b/plugins/xai/package.json index 6629b17aa..541777f71 100644 --- a/plugins/xai/package.json +++ b/plugins/xai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-xai", - "version": "1.5.3", + "version": "1.5.4", "description": "xAI plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs",