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/function-call-output-name.md b/.changeset/function-call-output-name.md deleted file mode 100644 index bbf3c24cd..000000000 --- a/.changeset/function-call-output-name.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -Include function names in remote session function call output protos. 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..5759ed975 100644 --- a/agents/CHANGELOG.md +++ b/agents/CHANGELOG.md @@ -1,5 +1,25 @@ # @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)) + +- Include function names in remote session function call output protos. - [#2078](https://github.com/livekit/agents-js/pull/2078) ([@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..dae5980ce 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), [`f7eaf9c`](https://github.com/livekit/agents-js/commit/f7eaf9c46344e8dc6cbf459bb5757ec860d5f087), [`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..44568d67d 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), [`f7eaf9c`](https://github.com/livekit/agents-js/commit/f7eaf9c46344e8dc6cbf459bb5757ec860d5f087), [`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..22c2525b3 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), [`f7eaf9c`](https://github.com/livekit/agents-js/commit/f7eaf9c46344e8dc6cbf459bb5757ec860d5f087), [`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..d2f8808ce 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), [`f7eaf9c`](https://github.com/livekit/agents-js/commit/f7eaf9c46344e8dc6cbf459bb5757ec860d5f087), [`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..949a1ed51 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), [`f7eaf9c`](https://github.com/livekit/agents-js/commit/f7eaf9c46344e8dc6cbf459bb5757ec860d5f087), [`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..24ee35d5e 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), [`f7eaf9c`](https://github.com/livekit/agents-js/commit/f7eaf9c46344e8dc6cbf459bb5757ec860d5f087), [`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..9696317b1 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), [`f7eaf9c`](https://github.com/livekit/agents-js/commit/f7eaf9c46344e8dc6cbf459bb5757ec860d5f087), [`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..0e1ed9eee 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), [`f7eaf9c`](https://github.com/livekit/agents-js/commit/f7eaf9c46344e8dc6cbf459bb5757ec860d5f087), [`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..c657c7654 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), [`f7eaf9c`](https://github.com/livekit/agents-js/commit/f7eaf9c46344e8dc6cbf459bb5757ec860d5f087), [`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..f1d5a59d2 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), [`f7eaf9c`](https://github.com/livekit/agents-js/commit/f7eaf9c46344e8dc6cbf459bb5757ec860d5f087), [`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..dba8bd3fe 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), [`f7eaf9c`](https://github.com/livekit/agents-js/commit/f7eaf9c46344e8dc6cbf459bb5757ec860d5f087), [`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..7efc84525 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), [`f7eaf9c`](https://github.com/livekit/agents-js/commit/f7eaf9c46344e8dc6cbf459bb5757ec860d5f087), [`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..1f973120f 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), [`f7eaf9c`](https://github.com/livekit/agents-js/commit/f7eaf9c46344e8dc6cbf459bb5757ec860d5f087), [`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..c5338d5ce 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), [`f7eaf9c`](https://github.com/livekit/agents-js/commit/f7eaf9c46344e8dc6cbf459bb5757ec860d5f087), [`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..275cff836 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), [`f7eaf9c`](https://github.com/livekit/agents-js/commit/f7eaf9c46344e8dc6cbf459bb5757ec860d5f087), [`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..a6c185c8d 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), [`f7eaf9c`](https://github.com/livekit/agents-js/commit/f7eaf9c46344e8dc6cbf459bb5757ec860d5f087), [`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..514639718 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), [`f7eaf9c`](https://github.com/livekit/agents-js/commit/f7eaf9c46344e8dc6cbf459bb5757ec860d5f087), [`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..c02d2bc0d 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), [`f7eaf9c`](https://github.com/livekit/agents-js/commit/f7eaf9c46344e8dc6cbf459bb5757ec860d5f087), [`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..8778eb594 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), [`f7eaf9c`](https://github.com/livekit/agents-js/commit/f7eaf9c46344e8dc6cbf459bb5757ec860d5f087), [`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..57666a011 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), [`f7eaf9c`](https://github.com/livekit/agents-js/commit/f7eaf9c46344e8dc6cbf459bb5757ec860d5f087), [`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..a36472cc1 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), [`f7eaf9c`](https://github.com/livekit/agents-js/commit/f7eaf9c46344e8dc6cbf459bb5757ec860d5f087), [`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..8f6959885 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), [`f7eaf9c`](https://github.com/livekit/agents-js/commit/f7eaf9c46344e8dc6cbf459bb5757ec860d5f087), [`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..d5ba1a3d5 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), [`f7eaf9c`](https://github.com/livekit/agents-js/commit/f7eaf9c46344e8dc6cbf459bb5757ec860d5f087), [`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..8e4283b49 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), [`f7eaf9c`](https://github.com/livekit/agents-js/commit/f7eaf9c46344e8dc6cbf459bb5757ec860d5f087), [`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..aab02717a 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), [`f7eaf9c`](https://github.com/livekit/agents-js/commit/f7eaf9c46344e8dc6cbf459bb5757ec860d5f087), [`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..7652d25c6 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), [`f7eaf9c`](https://github.com/livekit/agents-js/commit/f7eaf9c46344e8dc6cbf459bb5757ec860d5f087), [`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..08293683a 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), [`f7eaf9c`](https://github.com/livekit/agents-js/commit/f7eaf9c46344e8dc6cbf459bb5757ec860d5f087), [`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..a757bb06c 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), [`f7eaf9c`](https://github.com/livekit/agents-js/commit/f7eaf9c46344e8dc6cbf459bb5757ec860d5f087), [`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..c4b06df08 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), [`f7eaf9c`](https://github.com/livekit/agents-js/commit/f7eaf9c46344e8dc6cbf459bb5757ec860d5f087), [`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..5d6a38ae6 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), [`f7eaf9c`](https://github.com/livekit/agents-js/commit/f7eaf9c46344e8dc6cbf459bb5757ec860d5f087), [`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..8b5debb94 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), [`f7eaf9c`](https://github.com/livekit/agents-js/commit/f7eaf9c46344e8dc6cbf459bb5757ec860d5f087), [`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..f23544978 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), [`f7eaf9c`](https://github.com/livekit/agents-js/commit/f7eaf9c46344e8dc6cbf459bb5757ec860d5f087), [`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..9689a366e 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), [`f7eaf9c`](https://github.com/livekit/agents-js/commit/f7eaf9c46344e8dc6cbf459bb5757ec860d5f087), [`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..4e79f1765 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), [`f7eaf9c`](https://github.com/livekit/agents-js/commit/f7eaf9c46344e8dc6cbf459bb5757ec860d5f087), [`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..17a0b02cf 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), [`f7eaf9c`](https://github.com/livekit/agents-js/commit/f7eaf9c46344e8dc6cbf459bb5757ec860d5f087), [`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..2bb78435c 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), [`f7eaf9c`](https://github.com/livekit/agents-js/commit/f7eaf9c46344e8dc6cbf459bb5757ec860d5f087), [`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",