diff --git a/.changeset/rude-deer-hang.md b/.changeset/rude-deer-hang.md deleted file mode 100644 index 8b410ab67..000000000 --- a/.changeset/rude-deer-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-google': patch ---- - -add extra warnings regarding gemini-3.1-flash-live-preview compatibility diff --git a/agents/CHANGELOG.md b/agents/CHANGELOG.md index 9b0ef586e..862c8e607 100644 --- a/agents/CHANGELOG.md +++ b/agents/CHANGELOG.md @@ -1,5 +1,7 @@ # @livekit/agents +## 1.2.4 + ## 1.2.3 ### Patch Changes diff --git a/agents/package.json b/agents/package.json index 3489586c5..35ad26fce 100644 --- a/agents/package.json +++ b/agents/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents", - "version": "1.2.3", + "version": "1.2.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 68f4e36f0..9de003334 100644 --- a/plugins/anam/CHANGELOG.md +++ b/plugins/anam/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-anam +## 1.2.4 + +### Patch Changes + +- Updated dependencies []: + - @livekit/agents@1.2.4 + ## 1.2.3 ### Patch Changes diff --git a/plugins/anam/package.json b/plugins/anam/package.json index cc4ca65fe..68afdf380 100644 --- a/plugins/anam/package.json +++ b/plugins/anam/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-anam", - "version": "1.2.3", + "version": "1.2.4", "description": "Anam plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/baseten/package.json b/plugins/baseten/package.json index 9b6aad645..d3822c423 100644 --- a/plugins/baseten/package.json +++ b/plugins/baseten/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-baseten", - "version": "1.2.3", + "version": "1.2.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 55391004e..3d5c5628e 100644 --- a/plugins/bey/CHANGELOG.md +++ b/plugins/bey/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-bey +## 1.2.4 + +### Patch Changes + +- Updated dependencies []: + - @livekit/agents@1.2.4 + ## 1.2.3 ### Patch Changes diff --git a/plugins/bey/package.json b/plugins/bey/package.json index fa7c73c41..c8030a97a 100644 --- a/plugins/bey/package.json +++ b/plugins/bey/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-bey", - "version": "1.2.3", + "version": "1.2.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 2c310f935..bda69933c 100644 --- a/plugins/cartesia/CHANGELOG.md +++ b/plugins/cartesia/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-cartesia +## 1.2.4 + +### Patch Changes + +- Updated dependencies []: + - @livekit/agents@1.2.4 + ## 1.2.3 ### Patch Changes diff --git a/plugins/cartesia/package.json b/plugins/cartesia/package.json index e9f7af0d4..68ee5d7af 100644 --- a/plugins/cartesia/package.json +++ b/plugins/cartesia/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-cartesia", - "version": "1.2.3", + "version": "1.2.4", "description": "Cartesia 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 f9f42f237..5301ef18c 100644 --- a/plugins/deepgram/CHANGELOG.md +++ b/plugins/deepgram/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-deepgram +## 1.2.4 + +### Patch Changes + +- Updated dependencies []: + - @livekit/agents@1.2.4 + ## 1.2.3 ### Patch Changes diff --git a/plugins/deepgram/package.json b/plugins/deepgram/package.json index 5be52de04..c2b59dad3 100644 --- a/plugins/deepgram/package.json +++ b/plugins/deepgram/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-deepgram", - "version": "1.2.3", + "version": "1.2.4", "description": "Deepgram plugin for LiveKit Agents for Node.js", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/elevenlabs/CHANGELOG.md b/plugins/elevenlabs/CHANGELOG.md index 89c3bcb09..5d29458cb 100644 --- a/plugins/elevenlabs/CHANGELOG.md +++ b/plugins/elevenlabs/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-elevenlabs +## 1.2.4 + +### Patch Changes + +- Updated dependencies []: + - @livekit/agents@1.2.4 + ## 1.2.3 ### Patch Changes diff --git a/plugins/elevenlabs/package.json b/plugins/elevenlabs/package.json index 5533b6b69..232785161 100644 --- a/plugins/elevenlabs/package.json +++ b/plugins/elevenlabs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-elevenlabs", - "version": "1.2.3", + "version": "1.2.4", "description": "ElevenLabs 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 b5e8af984..277d5543b 100644 --- a/plugins/google/CHANGELOG.md +++ b/plugins/google/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/agents-plugin-google +## 1.2.4 + +### Patch Changes + +- add extra warnings regarding gemini-3.1-flash-live-preview compatibility - [#1202](https://github.com/livekit/agents-js/pull/1202) ([@tinalenguyen](https://github.com/tinalenguyen)) + +- Updated dependencies []: + - @livekit/agents@1.2.4 + ## 1.2.3 ### Patch Changes diff --git a/plugins/google/package.json b/plugins/google/package.json index 9d4fcad88..647c868f9 100644 --- a/plugins/google/package.json +++ b/plugins/google/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-google", - "version": "1.2.3", + "version": "1.2.4", "description": "Google Gemini plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/hedra/package.json b/plugins/hedra/package.json index f3f4bcf2e..6f6509936 100644 --- a/plugins/hedra/package.json +++ b/plugins/hedra/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-hedra", - "version": "1.2.3", + "version": "1.2.4", "description": "Hedra avatar plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/inworld/package.json b/plugins/inworld/package.json index cdb9524f0..78054262f 100644 --- a/plugins/inworld/package.json +++ b/plugins/inworld/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-inworld", - "version": "1.2.3", + "version": "1.2.4", "description": "Inworld plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/lemonslice/package.json b/plugins/lemonslice/package.json index c6b8c6d20..e7c614c07 100644 --- a/plugins/lemonslice/package.json +++ b/plugins/lemonslice/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-lemonslice", - "version": "1.2.3", + "version": "1.2.4", "description": "LemonSlice 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 6eeb09866..604976fd3 100644 --- a/plugins/livekit/CHANGELOG.md +++ b/plugins/livekit/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-livekit +## 1.2.4 + +### Patch Changes + +- Updated dependencies []: + - @livekit/agents@1.2.4 + ## 1.2.3 ### Patch Changes diff --git a/plugins/livekit/package.json b/plugins/livekit/package.json index 89a9e0e4b..f6aaee120 100644 --- a/plugins/livekit/package.json +++ b/plugins/livekit/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-livekit", - "version": "1.2.3", + "version": "1.2.4", "description": "Additional utilities 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 077c09d2b..a0edac6cc 100644 --- a/plugins/neuphonic/CHANGELOG.md +++ b/plugins/neuphonic/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-neuphonic +## 1.2.4 + +### Patch Changes + +- Updated dependencies []: + - @livekit/agents@1.2.4 + ## 1.2.3 ### Patch Changes diff --git a/plugins/neuphonic/package.json b/plugins/neuphonic/package.json index de5641e56..dc7dd2a53 100644 --- a/plugins/neuphonic/package.json +++ b/plugins/neuphonic/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-neuphonic", - "version": "1.2.3", + "version": "1.2.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 035713c71..1d1429b2b 100644 --- a/plugins/openai/CHANGELOG.md +++ b/plugins/openai/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-openai +## 1.2.4 + +### Patch Changes + +- Updated dependencies []: + - @livekit/agents@1.2.4 + ## 1.2.3 ### Patch Changes diff --git a/plugins/openai/package.json b/plugins/openai/package.json index 2ba937a63..018a8f419 100644 --- a/plugins/openai/package.json +++ b/plugins/openai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-openai", - "version": "1.2.3", + "version": "1.2.4", "description": "OpenAI plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/phonic/package.json b/plugins/phonic/package.json index f709aa81c..5d9a2b1d2 100644 --- a/plugins/phonic/package.json +++ b/plugins/phonic/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-phonic", - "version": "1.2.3", + "version": "1.2.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 aefb190ac..b62d71355 100644 --- a/plugins/resemble/CHANGELOG.md +++ b/plugins/resemble/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-resemble +## 1.2.4 + +### Patch Changes + +- Updated dependencies []: + - @livekit/agents@1.2.4 + ## 1.2.3 ### Patch Changes diff --git a/plugins/resemble/package.json b/plugins/resemble/package.json index d3720dd4c..533f70c4e 100644 --- a/plugins/resemble/package.json +++ b/plugins/resemble/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-resemble", - "version": "1.2.3", + "version": "1.2.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 aa992e6bf..89fb00045 100644 --- a/plugins/rime/CHANGELOG.md +++ b/plugins/rime/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-rime +## 1.2.4 + +### Patch Changes + +- Updated dependencies []: + - @livekit/agents@1.2.4 + ## 1.2.3 ### Patch Changes diff --git a/plugins/rime/package.json b/plugins/rime/package.json index 6657ccc58..ddb5cdc84 100644 --- a/plugins/rime/package.json +++ b/plugins/rime/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-rime", - "version": "1.2.3", + "version": "1.2.4", "description": "Rime plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/sarvam/package.json b/plugins/sarvam/package.json index 7079f6a25..eec5edcc2 100644 --- a/plugins/sarvam/package.json +++ b/plugins/sarvam/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-sarvam", - "version": "1.2.3", + "version": "1.2.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 fd6ac84b7..bc145c9fb 100644 --- a/plugins/silero/CHANGELOG.md +++ b/plugins/silero/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-silero +## 1.2.4 + +### Patch Changes + +- Updated dependencies []: + - @livekit/agents@1.2.4 + ## 1.2.3 ### Patch Changes diff --git a/plugins/silero/package.json b/plugins/silero/package.json index 6c63aeef6..154d4ddfe 100644 --- a/plugins/silero/package.json +++ b/plugins/silero/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-silero", - "version": "1.2.3", + "version": "1.2.4", "description": "Silero voice activity detection LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/test/CHANGELOG.md b/plugins/test/CHANGELOG.md index 41aafbe4e..58cc5867b 100644 --- a/plugins/test/CHANGELOG.md +++ b/plugins/test/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugins-test +## 1.2.4 + +### Patch Changes + +- Updated dependencies []: + - @livekit/agents@1.2.4 + ## 1.2.3 ### Patch Changes diff --git a/plugins/test/package.json b/plugins/test/package.json index 80e6668a4..a9983ef80 100644 --- a/plugins/test/package.json +++ b/plugins/test/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugins-test", - "version": "1.2.3", + "version": "1.2.4", "description": "Testing suite for LiveKit Agents plugins", "author": "LiveKit", "type": "module", diff --git a/plugins/trugen/package.json b/plugins/trugen/package.json index fd88d99be..179dc45ad 100644 --- a/plugins/trugen/package.json +++ b/plugins/trugen/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-trugen", - "version": "1.2.3", + "version": "1.2.4", "description": "Trugen avatar plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/xai/package.json b/plugins/xai/package.json index 25a47a3a7..15f5e686c 100644 --- a/plugins/xai/package.json +++ b/plugins/xai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-xai", - "version": "1.2.3", + "version": "1.2.4", "description": "xAI plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs",