diff --git a/.changeset/quiet-ws-fields.md b/.changeset/quiet-ws-fields.md deleted file mode 100644 index cbeae78dc..000000000 --- a/.changeset/quiet-ws-fields.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-openai': patch ---- - -Handle top-level `code` and `param` fields on OpenAI Responses WebSocket error frames so request-validation errors surface cleanly and error-code routing (e.g. retry on `previous_response_not_found`) works for top-level codes. diff --git a/.changeset/tidy-phones-configure.md b/.changeset/tidy-phones-configure.md deleted file mode 100644 index b911b2236..000000000 --- a/.changeset/tidy-phones-configure.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-phonic': patch ---- - -Add `additionalParams` support to the Phonic realtime model. diff --git a/agents/CHANGELOG.md b/agents/CHANGELOG.md index e9456c6a3..c598285e8 100644 --- a/agents/CHANGELOG.md +++ b/agents/CHANGELOG.md @@ -1,5 +1,7 @@ # @livekit/agents +## 1.5.2 + ## 1.5.1 ### Patch Changes diff --git a/agents/package.json b/agents/package.json index f1372f2c1..1798c9ab9 100644 --- a/agents/package.json +++ b/agents/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents", - "version": "1.5.1", + "version": "1.5.2", "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 c66799f26..7377c734f 100644 --- a/plugins/anam/CHANGELOG.md +++ b/plugins/anam/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-anam +## 1.5.2 + +### Patch Changes + +- Updated dependencies []: + - @livekit/agents@1.5.2 + ## 1.5.1 ### Patch Changes diff --git a/plugins/anam/package.json b/plugins/anam/package.json index 0a6a8ff21..8d25c5aab 100644 --- a/plugins/anam/package.json +++ b/plugins/anam/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-anam", - "version": "1.5.1", + "version": "1.5.2", "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 34a3baa0f..1b7b4fccb 100644 --- a/plugins/anthropic/CHANGELOG.md +++ b/plugins/anthropic/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-anthropic +## 1.5.2 + +### Patch Changes + +- Updated dependencies []: + - @livekit/agents@1.5.2 + ## 1.5.1 ### Patch Changes diff --git a/plugins/anthropic/package.json b/plugins/anthropic/package.json index b07db7a8a..5050ef384 100644 --- a/plugins/anthropic/package.json +++ b/plugins/anthropic/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-anthropic", - "version": "1.5.1", + "version": "1.5.2", "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 b28ed7d8e..005743372 100644 --- a/plugins/assemblyai/CHANGELOG.md +++ b/plugins/assemblyai/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-assemblyai +## 1.5.2 + +### Patch Changes + +- Updated dependencies []: + - @livekit/agents@1.5.2 + ## 1.5.1 ### Patch Changes diff --git a/plugins/assemblyai/package.json b/plugins/assemblyai/package.json index 8d59bf47f..5069063e4 100644 --- a/plugins/assemblyai/package.json +++ b/plugins/assemblyai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-assemblyai", - "version": "1.5.1", + "version": "1.5.2", "description": "AssemblyAI 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 b76be736c..2e789c052 100644 --- a/plugins/baseten/CHANGELOG.md +++ b/plugins/baseten/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-baseten +## 1.5.2 + +### Patch Changes + +- Updated dependencies []: + - @livekit/agents@1.5.2 + ## 1.5.1 ### Patch Changes diff --git a/plugins/baseten/package.json b/plugins/baseten/package.json index e86aab6bb..8697a8919 100644 --- a/plugins/baseten/package.json +++ b/plugins/baseten/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-baseten", - "version": "1.5.1", + "version": "1.5.2", "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 17bfb5004..2dc66c5f2 100644 --- a/plugins/bey/CHANGELOG.md +++ b/plugins/bey/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-bey +## 1.5.2 + +### Patch Changes + +- Updated dependencies []: + - @livekit/agents@1.5.2 + ## 1.5.1 ### Patch Changes diff --git a/plugins/bey/package.json b/plugins/bey/package.json index d957afda5..4442c2bb2 100644 --- a/plugins/bey/package.json +++ b/plugins/bey/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-bey", - "version": "1.5.1", + "version": "1.5.2", "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 26bf8a191..a1d40db1b 100644 --- a/plugins/cartesia/CHANGELOG.md +++ b/plugins/cartesia/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-cartesia +## 1.5.2 + +### Patch Changes + +- Updated dependencies []: + - @livekit/agents@1.5.2 + ## 1.5.1 ### Patch Changes diff --git a/plugins/cartesia/package.json b/plugins/cartesia/package.json index 02f06ba07..c264b4307 100644 --- a/plugins/cartesia/package.json +++ b/plugins/cartesia/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-cartesia", - "version": "1.5.1", + "version": "1.5.2", "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 075ab3656..bc1c48e84 100644 --- a/plugins/cerebras/CHANGELOG.md +++ b/plugins/cerebras/CHANGELOG.md @@ -1,5 +1,13 @@ # @livekit/agents-plugin-cerebras +## 1.5.2 + +### Patch Changes + +- Updated dependencies [[`307ebdb`](https://github.com/livekit/agents-js/commit/307ebdbc8e5b675f8bf365c545c5139e61db1ec6)]: + - @livekit/agents-plugin-openai@1.5.2 + - @livekit/agents@1.5.2 + ## 1.5.1 ### Patch Changes diff --git a/plugins/cerebras/package.json b/plugins/cerebras/package.json index daa97c3e6..b0a964022 100644 --- a/plugins/cerebras/package.json +++ b/plugins/cerebras/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-cerebras", - "version": "1.5.1", + "version": "1.5.2", "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 81fd87352..6d009ffd0 100644 --- a/plugins/deepgram/CHANGELOG.md +++ b/plugins/deepgram/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-deepgram +## 1.5.2 + +### Patch Changes + +- Updated dependencies []: + - @livekit/agents@1.5.2 + ## 1.5.1 ### Patch Changes diff --git a/plugins/deepgram/package.json b/plugins/deepgram/package.json index 9dc7521e9..cea2d1e0b 100644 --- a/plugins/deepgram/package.json +++ b/plugins/deepgram/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-deepgram", - "version": "1.5.1", + "version": "1.5.2", "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 43507199c..532f3e0ca 100644 --- a/plugins/did/CHANGELOG.md +++ b/plugins/did/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-did +## 1.5.2 + +### Patch Changes + +- Updated dependencies []: + - @livekit/agents@1.5.2 + ## 1.5.1 ### Patch Changes diff --git a/plugins/did/package.json b/plugins/did/package.json index 5e53e6ad5..37ba22d0a 100644 --- a/plugins/did/package.json +++ b/plugins/did/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-did", - "version": "1.5.1", + "version": "1.5.2", "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 aeba5915d..b95673f15 100644 --- a/plugins/elevenlabs/CHANGELOG.md +++ b/plugins/elevenlabs/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-elevenlabs +## 1.5.2 + +### Patch Changes + +- Updated dependencies []: + - @livekit/agents@1.5.2 + ## 1.5.1 ### Patch Changes diff --git a/plugins/elevenlabs/package.json b/plugins/elevenlabs/package.json index d9c6304be..614bfd77b 100644 --- a/plugins/elevenlabs/package.json +++ b/plugins/elevenlabs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-elevenlabs", - "version": "1.5.1", + "version": "1.5.2", "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 5a60778aa..844cb1242 100644 --- a/plugins/fishaudio/CHANGELOG.md +++ b/plugins/fishaudio/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-fishaudio +## 1.5.2 + +### Patch Changes + +- Updated dependencies []: + - @livekit/agents@1.5.2 + ## 1.5.1 ### Patch Changes diff --git a/plugins/fishaudio/package.json b/plugins/fishaudio/package.json index aad6374e3..f35162e8e 100644 --- a/plugins/fishaudio/package.json +++ b/plugins/fishaudio/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-fishaudio", - "version": "1.5.1", + "version": "1.5.2", "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 c71f83502..e14789c54 100644 --- a/plugins/google/CHANGELOG.md +++ b/plugins/google/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-google +## 1.5.2 + +### Patch Changes + +- Updated dependencies []: + - @livekit/agents@1.5.2 + ## 1.5.1 ### Patch Changes diff --git a/plugins/google/package.json b/plugins/google/package.json index ee9001a87..10c95152e 100644 --- a/plugins/google/package.json +++ b/plugins/google/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-google", - "version": "1.5.1", + "version": "1.5.2", "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 29b8f1b2a..f558bf325 100644 --- a/plugins/hedra/CHANGELOG.md +++ b/plugins/hedra/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-hedra +## 1.5.2 + +### Patch Changes + +- Updated dependencies []: + - @livekit/agents@1.5.2 + ## 1.5.1 ### Patch Changes diff --git a/plugins/hedra/package.json b/plugins/hedra/package.json index 63b68b58c..811c35942 100644 --- a/plugins/hedra/package.json +++ b/plugins/hedra/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-hedra", - "version": "1.5.1", + "version": "1.5.2", "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 3057ac5c4..e51569c21 100644 --- a/plugins/hume/CHANGELOG.md +++ b/plugins/hume/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-hume +## 1.5.2 + +### Patch Changes + +- Updated dependencies []: + - @livekit/agents@1.5.2 + ## 1.5.1 ### Patch Changes diff --git a/plugins/hume/package.json b/plugins/hume/package.json index 4437cd221..260c9f6e3 100644 --- a/plugins/hume/package.json +++ b/plugins/hume/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-hume", - "version": "1.5.1", + "version": "1.5.2", "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 b62b6a5be..8f11fad2d 100644 --- a/plugins/inworld/CHANGELOG.md +++ b/plugins/inworld/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-inworld +## 1.5.2 + +### Patch Changes + +- Updated dependencies []: + - @livekit/agents@1.5.2 + ## 1.5.1 ### Patch Changes diff --git a/plugins/inworld/package.json b/plugins/inworld/package.json index 71d0c929b..4c075caef 100644 --- a/plugins/inworld/package.json +++ b/plugins/inworld/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-inworld", - "version": "1.5.1", + "version": "1.5.2", "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 a9d3221ac..2e5c4ed07 100644 --- a/plugins/lemonslice/CHANGELOG.md +++ b/plugins/lemonslice/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-lemonslice +## 1.5.2 + +### Patch Changes + +- Updated dependencies []: + - @livekit/agents@1.5.2 + ## 1.5.1 ### Patch Changes diff --git a/plugins/lemonslice/package.json b/plugins/lemonslice/package.json index d948aa246..0a3be9c88 100644 --- a/plugins/lemonslice/package.json +++ b/plugins/lemonslice/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-lemonslice", - "version": "1.5.1", + "version": "1.5.2", "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 ba0dcc497..40007ceb9 100644 --- a/plugins/liveavatar/CHANGELOG.md +++ b/plugins/liveavatar/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-liveavatar +## 1.5.2 + +### Patch Changes + +- Updated dependencies []: + - @livekit/agents@1.5.2 + ## 1.5.1 ### Patch Changes diff --git a/plugins/liveavatar/package.json b/plugins/liveavatar/package.json index 22534b3f4..f0eb06dd0 100644 --- a/plugins/liveavatar/package.json +++ b/plugins/liveavatar/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-liveavatar", - "version": "1.5.1", + "version": "1.5.2", "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 87a070710..17194361d 100644 --- a/plugins/livekit/CHANGELOG.md +++ b/plugins/livekit/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-livekit +## 1.5.2 + +### Patch Changes + +- Updated dependencies []: + - @livekit/agents@1.5.2 + ## 1.5.1 ### Patch Changes diff --git a/plugins/livekit/package.json b/plugins/livekit/package.json index b7e3b447c..3b74dfb3e 100644 --- a/plugins/livekit/package.json +++ b/plugins/livekit/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-livekit", - "version": "1.5.1", + "version": "1.5.2", "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 0b52be216..cd4c145b6 100644 --- a/plugins/minimax/CHANGELOG.md +++ b/plugins/minimax/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-minimax +## 1.5.2 + +### Patch Changes + +- Updated dependencies []: + - @livekit/agents@1.5.2 + ## 1.5.1 ### Patch Changes diff --git a/plugins/minimax/package.json b/plugins/minimax/package.json index dbe114059..d3eca16cd 100644 --- a/plugins/minimax/package.json +++ b/plugins/minimax/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-minimax", - "version": "1.5.1", + "version": "1.5.2", "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 db227ab9c..7780a1223 100644 --- a/plugins/mistral/CHANGELOG.md +++ b/plugins/mistral/CHANGELOG.md @@ -1,5 +1,13 @@ # @livekit/agents-plugin-mistral +## 1.5.2 + +### Patch Changes + +- Updated dependencies []: + - @livekit/agents@1.5.2 + - @livekit/agents-plugin-mistralai@1.5.2 + ## 1.5.1 ### Patch Changes diff --git a/plugins/mistral/package.json b/plugins/mistral/package.json index 7929fe02a..df8ccc139 100644 --- a/plugins/mistral/package.json +++ b/plugins/mistral/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-mistral", - "version": "1.5.1", + "version": "1.5.2", "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 4c43cd522..33bd342c0 100644 --- a/plugins/mistralai/CHANGELOG.md +++ b/plugins/mistralai/CHANGELOG.md @@ -1,5 +1,13 @@ # @livekit/agents-plugin-mistralai +## 1.5.2 + +### Patch Changes + +- Updated dependencies []: + - @livekit/agents@1.5.2 + - @livekit/agents-plugin-silero@1.5.2 + ## 1.5.1 ### Patch Changes diff --git a/plugins/mistralai/package.json b/plugins/mistralai/package.json index 4ffa5c584..3d911a58d 100644 --- a/plugins/mistralai/package.json +++ b/plugins/mistralai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-mistralai", - "version": "1.5.1", + "version": "1.5.2", "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 57683ecec..7d77a3fcb 100644 --- a/plugins/neuphonic/CHANGELOG.md +++ b/plugins/neuphonic/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-neuphonic +## 1.5.2 + +### Patch Changes + +- Updated dependencies []: + - @livekit/agents@1.5.2 + ## 1.5.1 ### Patch Changes diff --git a/plugins/neuphonic/package.json b/plugins/neuphonic/package.json index 3997b0872..6a2cc96df 100644 --- a/plugins/neuphonic/package.json +++ b/plugins/neuphonic/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-neuphonic", - "version": "1.5.1", + "version": "1.5.2", "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 5e2858d17..b1b9d3360 100644 --- a/plugins/openai/CHANGELOG.md +++ b/plugins/openai/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/agents-plugin-openai +## 1.5.2 + +### Patch Changes + +- Handle top-level `code` and `param` fields on OpenAI Responses WebSocket error frames so request-validation errors surface cleanly and error-code routing (e.g. retry on `previous_response_not_found`) works for top-level codes. - [#2024](https://github.com/livekit/agents-js/pull/2024) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot)) + +- Updated dependencies []: + - @livekit/agents@1.5.2 + ## 1.5.1 ### Patch Changes diff --git a/plugins/openai/package.json b/plugins/openai/package.json index 0f53d3288..02cc801ee 100644 --- a/plugins/openai/package.json +++ b/plugins/openai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-openai", - "version": "1.5.1", + "version": "1.5.2", "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 9faadfd17..cd4bcb0fb 100644 --- a/plugins/perplexity/CHANGELOG.md +++ b/plugins/perplexity/CHANGELOG.md @@ -1,5 +1,13 @@ # @livekit/agents-plugin-perplexity +## 1.5.2 + +### Patch Changes + +- Updated dependencies [[`307ebdb`](https://github.com/livekit/agents-js/commit/307ebdbc8e5b675f8bf365c545c5139e61db1ec6)]: + - @livekit/agents-plugin-openai@1.5.2 + - @livekit/agents@1.5.2 + ## 1.5.1 ### Patch Changes diff --git a/plugins/perplexity/package.json b/plugins/perplexity/package.json index 26a7ff61a..bafd5cb9d 100644 --- a/plugins/perplexity/package.json +++ b/plugins/perplexity/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-perplexity", - "version": "1.5.1", + "version": "1.5.2", "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 ea7099152..7b060c7ee 100644 --- a/plugins/phonic/CHANGELOG.md +++ b/plugins/phonic/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/agents-plugin-phonic +## 1.5.2 + +### Patch Changes + +- Add `additionalParams` support to the Phonic realtime model. - [#2021](https://github.com/livekit/agents-js/pull/2021) ([@qionghuang6](https://github.com/qionghuang6)) + +- Updated dependencies []: + - @livekit/agents@1.5.2 + ## 1.5.1 ### Patch Changes diff --git a/plugins/phonic/package.json b/plugins/phonic/package.json index 7c8d93f0b..d5aee1a42 100644 --- a/plugins/phonic/package.json +++ b/plugins/phonic/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-phonic", - "version": "1.5.1", + "version": "1.5.2", "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 779fef92b..723f85107 100644 --- a/plugins/resemble/CHANGELOG.md +++ b/plugins/resemble/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-resemble +## 1.5.2 + +### Patch Changes + +- Updated dependencies []: + - @livekit/agents@1.5.2 + ## 1.5.1 ### Patch Changes diff --git a/plugins/resemble/package.json b/plugins/resemble/package.json index 34a3c1634..e96400aa9 100644 --- a/plugins/resemble/package.json +++ b/plugins/resemble/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-resemble", - "version": "1.5.1", + "version": "1.5.2", "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 91335f40d..402f77b97 100644 --- a/plugins/rime/CHANGELOG.md +++ b/plugins/rime/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-rime +## 1.5.2 + +### Patch Changes + +- Updated dependencies []: + - @livekit/agents@1.5.2 + ## 1.5.1 ### Patch Changes diff --git a/plugins/rime/package.json b/plugins/rime/package.json index 3f4ae05c3..d1ba5dd98 100644 --- a/plugins/rime/package.json +++ b/plugins/rime/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-rime", - "version": "1.5.1", + "version": "1.5.2", "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 34956fb53..ebd54d052 100644 --- a/plugins/runway/CHANGELOG.md +++ b/plugins/runway/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-runway +## 1.5.2 + +### Patch Changes + +- Updated dependencies []: + - @livekit/agents@1.5.2 + ## 1.5.1 ### Patch Changes diff --git a/plugins/runway/package.json b/plugins/runway/package.json index d3acd7758..ce426b7d3 100644 --- a/plugins/runway/package.json +++ b/plugins/runway/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-runway", - "version": "1.5.1", + "version": "1.5.2", "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 894655dbe..3eb332f50 100644 --- a/plugins/sarvam/CHANGELOG.md +++ b/plugins/sarvam/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-sarvam +## 1.5.2 + +### Patch Changes + +- Updated dependencies []: + - @livekit/agents@1.5.2 + ## 1.5.1 ### Patch Changes diff --git a/plugins/sarvam/package.json b/plugins/sarvam/package.json index 10db2943d..e67753622 100644 --- a/plugins/sarvam/package.json +++ b/plugins/sarvam/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-sarvam", - "version": "1.5.1", + "version": "1.5.2", "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 0189bfa2c..e3bda7497 100644 --- a/plugins/silero/CHANGELOG.md +++ b/plugins/silero/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-silero +## 1.5.2 + +### Patch Changes + +- Updated dependencies []: + - @livekit/agents@1.5.2 + ## 1.5.1 ### Patch Changes diff --git a/plugins/silero/package.json b/plugins/silero/package.json index 3ab848b56..3443c8ffb 100644 --- a/plugins/silero/package.json +++ b/plugins/silero/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-silero", - "version": "1.5.1", + "version": "1.5.2", "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 cc378068d..73337c7f6 100644 --- a/plugins/soniox/CHANGELOG.md +++ b/plugins/soniox/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-soniox +## 1.5.2 + +### Patch Changes + +- Updated dependencies []: + - @livekit/agents@1.5.2 + ## 1.5.1 ### Patch Changes diff --git a/plugins/soniox/package.json b/plugins/soniox/package.json index a1c798437..85450f34c 100644 --- a/plugins/soniox/package.json +++ b/plugins/soniox/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-soniox", - "version": "1.5.1", + "version": "1.5.2", "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 961cbe368..79111cde8 100644 --- a/plugins/tavus/CHANGELOG.md +++ b/plugins/tavus/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-tavus +## 1.5.2 + +### Patch Changes + +- Updated dependencies []: + - @livekit/agents@1.5.2 + ## 1.5.1 ### Patch Changes diff --git a/plugins/tavus/package.json b/plugins/tavus/package.json index c9624cdae..b310a36de 100644 --- a/plugins/tavus/package.json +++ b/plugins/tavus/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-tavus", - "version": "1.5.1", + "version": "1.5.2", "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 1915af282..c0da34f25 100644 --- a/plugins/test/CHANGELOG.md +++ b/plugins/test/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugins-test +## 1.5.2 + +### Patch Changes + +- Updated dependencies []: + - @livekit/agents@1.5.2 + ## 1.5.1 ### Patch Changes diff --git a/plugins/test/package.json b/plugins/test/package.json index 223b4d8dc..55633aac3 100644 --- a/plugins/test/package.json +++ b/plugins/test/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugins-test", - "version": "1.5.1", + "version": "1.5.2", "description": "Testing suite for LiveKit Agents plugins", "author": "LiveKit", "type": "module", diff --git a/plugins/trugen/CHANGELOG.md b/plugins/trugen/CHANGELOG.md index 663eeb8bb..d2f974751 100644 --- a/plugins/trugen/CHANGELOG.md +++ b/plugins/trugen/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-trugen +## 1.5.2 + +### Patch Changes + +- Updated dependencies []: + - @livekit/agents@1.5.2 + ## 1.5.1 ### Patch Changes diff --git a/plugins/trugen/package.json b/plugins/trugen/package.json index 1686cbc1c..7bf6a1114 100644 --- a/plugins/trugen/package.json +++ b/plugins/trugen/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-trugen", - "version": "1.5.1", + "version": "1.5.2", "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 8974db7d1..b03fdfb95 100644 --- a/plugins/xai/CHANGELOG.md +++ b/plugins/xai/CHANGELOG.md @@ -1,5 +1,13 @@ # @livekit/agents-plugin-xai +## 1.5.2 + +### Patch Changes + +- Updated dependencies [[`307ebdb`](https://github.com/livekit/agents-js/commit/307ebdbc8e5b675f8bf365c545c5139e61db1ec6)]: + - @livekit/agents-plugin-openai@1.5.2 + - @livekit/agents@1.5.2 + ## 1.5.1 ### Patch Changes diff --git a/plugins/xai/package.json b/plugins/xai/package.json index 5fcfeaaaf..f63f38843 100644 --- a/plugins/xai/package.json +++ b/plugins/xai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-xai", - "version": "1.5.1", + "version": "1.5.2", "description": "xAI plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs",