From 56dccac2696cba9f69dd795ab9d3a0bb8ee0d999 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 06:13:46 +0000 Subject: [PATCH] Version Packages --- .changeset/add-runway-avatar-plugin.md | 5 ----- .changeset/cruel-deer-brake.md | 5 ----- .changeset/deepgram-flux-general-multi.md | 6 ------ .changeset/fix-unplayed-response-chat-ctx.md | 5 ----- .changeset/inworld-remove-trailing-space.md | 5 ----- .changeset/seven-fans-exist.md | 5 ----- .changeset/strong-boxes-cross.md | 5 ----- .changeset/xai-stt-endpointing.md | 5 ----- agents/CHANGELOG.md | 12 ++++++++++++ agents/package.json | 2 +- plugins/anam/CHANGELOG.md | 7 +++++++ plugins/anam/package.json | 2 +- plugins/assemblyai/package.json | 2 +- plugins/baseten/package.json | 2 +- plugins/bey/CHANGELOG.md | 7 +++++++ plugins/bey/package.json | 2 +- plugins/cartesia/CHANGELOG.md | 7 +++++++ plugins/cartesia/package.json | 2 +- plugins/cerebras/package.json | 2 +- plugins/deepgram/CHANGELOG.md | 9 +++++++++ plugins/deepgram/package.json | 2 +- plugins/elevenlabs/CHANGELOG.md | 7 +++++++ plugins/elevenlabs/package.json | 2 +- plugins/google/CHANGELOG.md | 9 +++++++++ plugins/google/package.json | 2 +- plugins/hedra/package.json | 2 +- plugins/inworld/package.json | 2 +- plugins/lemonslice/package.json | 2 +- plugins/livekit/CHANGELOG.md | 7 +++++++ plugins/livekit/package.json | 2 +- plugins/mistral/package.json | 2 +- plugins/neuphonic/CHANGELOG.md | 7 +++++++ plugins/neuphonic/package.json | 2 +- plugins/openai/CHANGELOG.md | 7 +++++++ plugins/openai/package.json | 2 +- plugins/phonic/package.json | 2 +- plugins/resemble/CHANGELOG.md | 7 +++++++ plugins/resemble/package.json | 2 +- plugins/rime/CHANGELOG.md | 7 +++++++ plugins/rime/package.json | 2 +- plugins/runway/package.json | 2 +- plugins/sarvam/package.json | 2 +- plugins/silero/CHANGELOG.md | 7 +++++++ plugins/silero/package.json | 2 +- plugins/test/CHANGELOG.md | 7 +++++++ plugins/test/package.json | 2 +- plugins/trugen/package.json | 2 +- plugins/xai/package.json | 2 +- 48 files changed, 133 insertions(+), 67 deletions(-) delete mode 100644 .changeset/add-runway-avatar-plugin.md delete mode 100644 .changeset/cruel-deer-brake.md delete mode 100644 .changeset/deepgram-flux-general-multi.md delete mode 100644 .changeset/fix-unplayed-response-chat-ctx.md delete mode 100644 .changeset/inworld-remove-trailing-space.md delete mode 100644 .changeset/seven-fans-exist.md delete mode 100644 .changeset/strong-boxes-cross.md delete mode 100644 .changeset/xai-stt-endpointing.md diff --git a/.changeset/add-runway-avatar-plugin.md b/.changeset/add-runway-avatar-plugin.md deleted file mode 100644 index b174901b1..000000000 --- a/.changeset/add-runway-avatar-plugin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-runway': patch ---- - -Add Runway Characters avatar plugin for GWM-1 realtime avatar integration diff --git a/.changeset/cruel-deer-brake.md b/.changeset/cruel-deer-brake.md deleted file mode 100644 index c457408dc..000000000 --- a/.changeset/cruel-deer-brake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-google': patch ---- - -(gemini live 3.1): send tool responses and block sendClientContent where applicable. also remove deprecated gemini model diff --git a/.changeset/deepgram-flux-general-multi.md b/.changeset/deepgram-flux-general-multi.md deleted file mode 100644 index 04a80b631..000000000 --- a/.changeset/deepgram-flux-general-multi.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@livekit/agents-plugin-deepgram': patch -'@livekit/agents': patch ---- - -Add Deepgram `flux-general-multi` STTv2 model support with multi-language detection. Introduces a new `languageHint` option for biasing the model toward specific languages (only used by `flux-general-multi`), and adds a new `sourceLanguages` field on `SpeechData` that carries all detected languages sorted by prevalence. For multi-language detection, the dominant language is set on `language` while `sourceLanguages` retains the full list. diff --git a/.changeset/fix-unplayed-response-chat-ctx.md b/.changeset/fix-unplayed-response-chat-ctx.md deleted file mode 100644 index 56faba573..000000000 --- a/.changeset/fix-unplayed-response-chat-ctx.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents': patch ---- - -fix(voice): don't commit unplayed LLM response to chat context when interruption happens before any text is synchronized diff --git a/.changeset/inworld-remove-trailing-space.md b/.changeset/inworld-remove-trailing-space.md deleted file mode 100644 index 4e545b959..000000000 --- a/.changeset/inworld-remove-trailing-space.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-inworld': patch ---- - -Remove additional trailing space to each word from timestamp for proper transcript rendering diff --git a/.changeset/seven-fans-exist.md b/.changeset/seven-fans-exist.md deleted file mode 100644 index fd2c19371..000000000 --- a/.changeset/seven-fans-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/agents": patch ---- - -feat(stt): add diarization capabilities and speaker_id support diff --git a/.changeset/strong-boxes-cross.md b/.changeset/strong-boxes-cross.md deleted file mode 100644 index 9aff9de6d..000000000 --- a/.changeset/strong-boxes-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/agents": patch ---- - -feat(voice): add PreemptiveGenerationOptions for fine-grained control diff --git a/.changeset/xai-stt-endpointing.md b/.changeset/xai-stt-endpointing.md deleted file mode 100644 index 4f5a10eb6..000000000 --- a/.changeset/xai-stt-endpointing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/agents-plugin-xai': patch ---- - -Expose `endpointing` option on xAI STT to configure silence duration (in milliseconds) before an utterance-final event is fired. Defaults to 100ms (matching AssemblyAI's default) for better compatibility with LiveKit EOT models. Ported from livekit/agents#5493. diff --git a/agents/CHANGELOG.md b/agents/CHANGELOG.md index 338dbb1d5..db077b381 100644 --- a/agents/CHANGELOG.md +++ b/agents/CHANGELOG.md @@ -1,5 +1,17 @@ # @livekit/agents +## 1.2.8 + +### Patch Changes + +- Add Deepgram `flux-general-multi` STTv2 model support with multi-language detection. Introduces a new `languageHint` option for biasing the model toward specific languages (only used by `flux-general-multi`), and adds a new `sourceLanguages` field on `SpeechData` that carries all detected languages sorted by prevalence. For multi-language detection, the dominant language is set on `language` while `sourceLanguages` retains the full list. - [#1275](https://github.com/livekit/agents-js/pull/1275) ([@toubatbrian](https://github.com/toubatbrian)) + +- fix(voice): don't commit unplayed LLM response to chat context when interruption happens before any text is synchronized - [#1270](https://github.com/livekit/agents-js/pull/1270) ([@u9g](https://github.com/u9g)) + +- feat(stt): add diarization capabilities and speaker_id support - [#1267](https://github.com/livekit/agents-js/pull/1267) ([@toubatbrian](https://github.com/toubatbrian)) + +- feat(voice): add PreemptiveGenerationOptions for fine-grained control - [#1265](https://github.com/livekit/agents-js/pull/1265) ([@toubatbrian](https://github.com/toubatbrian)) + ## 1.2.7 ### Patch Changes diff --git a/agents/package.json b/agents/package.json index 823fd6df3..d9cdc3b33 100644 --- a/agents/package.json +++ b/agents/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents", - "version": "1.2.7", + "version": "1.2.8", "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 f2c2fe620..548630383 100644 --- a/plugins/anam/CHANGELOG.md +++ b/plugins/anam/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-anam +## 1.2.8 + +### Patch Changes + +- Updated dependencies [[`ebb5d63a7fc05d5297c895ff99b7e76a81926321`](https://github.com/livekit/agents-js/commit/ebb5d63a7fc05d5297c895ff99b7e76a81926321), [`71bb39efa8aa0d82126e76db35c121235f040f2f`](https://github.com/livekit/agents-js/commit/71bb39efa8aa0d82126e76db35c121235f040f2f), [`3e67a904cf68275f26f9f30beb9c40d519e67b15`](https://github.com/livekit/agents-js/commit/3e67a904cf68275f26f9f30beb9c40d519e67b15), [`216f7630179d3d3bddb87ad71f1eb55dd20003ca`](https://github.com/livekit/agents-js/commit/216f7630179d3d3bddb87ad71f1eb55dd20003ca)]: + - @livekit/agents@1.2.8 + ## 1.2.7 ### Patch Changes diff --git a/plugins/anam/package.json b/plugins/anam/package.json index e0ff1360f..cf437d7f9 100644 --- a/plugins/anam/package.json +++ b/plugins/anam/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-anam", - "version": "1.2.7", + "version": "1.2.8", "description": "Anam plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/assemblyai/package.json b/plugins/assemblyai/package.json index ed6218d33..ec146a971 100644 --- a/plugins/assemblyai/package.json +++ b/plugins/assemblyai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-assemblyai", - "version": "1.2.7", + "version": "1.2.8", "description": "AssemblyAI plugin for LiveKit Agents for Node.js", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/baseten/package.json b/plugins/baseten/package.json index 6ca47d4a7..45daa58d6 100644 --- a/plugins/baseten/package.json +++ b/plugins/baseten/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-baseten", - "version": "1.2.7", + "version": "1.2.8", "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 561bcf9c2..4a32b240e 100644 --- a/plugins/bey/CHANGELOG.md +++ b/plugins/bey/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-bey +## 1.2.8 + +### Patch Changes + +- Updated dependencies [[`ebb5d63a7fc05d5297c895ff99b7e76a81926321`](https://github.com/livekit/agents-js/commit/ebb5d63a7fc05d5297c895ff99b7e76a81926321), [`71bb39efa8aa0d82126e76db35c121235f040f2f`](https://github.com/livekit/agents-js/commit/71bb39efa8aa0d82126e76db35c121235f040f2f), [`3e67a904cf68275f26f9f30beb9c40d519e67b15`](https://github.com/livekit/agents-js/commit/3e67a904cf68275f26f9f30beb9c40d519e67b15), [`216f7630179d3d3bddb87ad71f1eb55dd20003ca`](https://github.com/livekit/agents-js/commit/216f7630179d3d3bddb87ad71f1eb55dd20003ca)]: + - @livekit/agents@1.2.8 + ## 1.2.7 ### Patch Changes diff --git a/plugins/bey/package.json b/plugins/bey/package.json index d9b414885..27a7a07fd 100644 --- a/plugins/bey/package.json +++ b/plugins/bey/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-bey", - "version": "1.2.7", + "version": "1.2.8", "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 0dfefcf6e..52d596f72 100644 --- a/plugins/cartesia/CHANGELOG.md +++ b/plugins/cartesia/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-cartesia +## 1.2.8 + +### Patch Changes + +- Updated dependencies [[`ebb5d63a7fc05d5297c895ff99b7e76a81926321`](https://github.com/livekit/agents-js/commit/ebb5d63a7fc05d5297c895ff99b7e76a81926321), [`71bb39efa8aa0d82126e76db35c121235f040f2f`](https://github.com/livekit/agents-js/commit/71bb39efa8aa0d82126e76db35c121235f040f2f), [`3e67a904cf68275f26f9f30beb9c40d519e67b15`](https://github.com/livekit/agents-js/commit/3e67a904cf68275f26f9f30beb9c40d519e67b15), [`216f7630179d3d3bddb87ad71f1eb55dd20003ca`](https://github.com/livekit/agents-js/commit/216f7630179d3d3bddb87ad71f1eb55dd20003ca)]: + - @livekit/agents@1.2.8 + ## 1.2.7 ### Patch Changes diff --git a/plugins/cartesia/package.json b/plugins/cartesia/package.json index 3f612df39..9256babc0 100644 --- a/plugins/cartesia/package.json +++ b/plugins/cartesia/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-cartesia", - "version": "1.2.7", + "version": "1.2.8", "description": "Cartesia plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/cerebras/package.json b/plugins/cerebras/package.json index a6dc06976..daa1f77d7 100644 --- a/plugins/cerebras/package.json +++ b/plugins/cerebras/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-cerebras", - "version": "1.2.7", + "version": "1.2.8", "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 1c77411a1..dfe5a0018 100644 --- a/plugins/deepgram/CHANGELOG.md +++ b/plugins/deepgram/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/agents-plugin-deepgram +## 1.2.8 + +### Patch Changes + +- Add Deepgram `flux-general-multi` STTv2 model support with multi-language detection. Introduces a new `languageHint` option for biasing the model toward specific languages (only used by `flux-general-multi`), and adds a new `sourceLanguages` field on `SpeechData` that carries all detected languages sorted by prevalence. For multi-language detection, the dominant language is set on `language` while `sourceLanguages` retains the full list. - [#1275](https://github.com/livekit/agents-js/pull/1275) ([@toubatbrian](https://github.com/toubatbrian)) + +- Updated dependencies [[`ebb5d63a7fc05d5297c895ff99b7e76a81926321`](https://github.com/livekit/agents-js/commit/ebb5d63a7fc05d5297c895ff99b7e76a81926321), [`71bb39efa8aa0d82126e76db35c121235f040f2f`](https://github.com/livekit/agents-js/commit/71bb39efa8aa0d82126e76db35c121235f040f2f), [`3e67a904cf68275f26f9f30beb9c40d519e67b15`](https://github.com/livekit/agents-js/commit/3e67a904cf68275f26f9f30beb9c40d519e67b15), [`216f7630179d3d3bddb87ad71f1eb55dd20003ca`](https://github.com/livekit/agents-js/commit/216f7630179d3d3bddb87ad71f1eb55dd20003ca)]: + - @livekit/agents@1.2.8 + ## 1.2.7 ### Patch Changes diff --git a/plugins/deepgram/package.json b/plugins/deepgram/package.json index 1af80d255..edba4fe83 100644 --- a/plugins/deepgram/package.json +++ b/plugins/deepgram/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-deepgram", - "version": "1.2.7", + "version": "1.2.8", "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 6bbb4abf4..d4e295759 100644 --- a/plugins/elevenlabs/CHANGELOG.md +++ b/plugins/elevenlabs/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-elevenlabs +## 1.2.8 + +### Patch Changes + +- Updated dependencies [[`ebb5d63a7fc05d5297c895ff99b7e76a81926321`](https://github.com/livekit/agents-js/commit/ebb5d63a7fc05d5297c895ff99b7e76a81926321), [`71bb39efa8aa0d82126e76db35c121235f040f2f`](https://github.com/livekit/agents-js/commit/71bb39efa8aa0d82126e76db35c121235f040f2f), [`3e67a904cf68275f26f9f30beb9c40d519e67b15`](https://github.com/livekit/agents-js/commit/3e67a904cf68275f26f9f30beb9c40d519e67b15), [`216f7630179d3d3bddb87ad71f1eb55dd20003ca`](https://github.com/livekit/agents-js/commit/216f7630179d3d3bddb87ad71f1eb55dd20003ca)]: + - @livekit/agents@1.2.8 + ## 1.2.7 ### Patch Changes diff --git a/plugins/elevenlabs/package.json b/plugins/elevenlabs/package.json index 031a71dc2..1368f330c 100644 --- a/plugins/elevenlabs/package.json +++ b/plugins/elevenlabs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-elevenlabs", - "version": "1.2.7", + "version": "1.2.8", "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 4f6f1b58f..fcf82634b 100644 --- a/plugins/google/CHANGELOG.md +++ b/plugins/google/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/agents-plugin-google +## 1.2.8 + +### Patch Changes + +- (gemini live 3.1): send tool responses and block sendClientContent where applicable. also remove deprecated gemini model - [#1229](https://github.com/livekit/agents-js/pull/1229) ([@tinalenguyen](https://github.com/tinalenguyen)) + +- Updated dependencies [[`ebb5d63a7fc05d5297c895ff99b7e76a81926321`](https://github.com/livekit/agents-js/commit/ebb5d63a7fc05d5297c895ff99b7e76a81926321), [`71bb39efa8aa0d82126e76db35c121235f040f2f`](https://github.com/livekit/agents-js/commit/71bb39efa8aa0d82126e76db35c121235f040f2f), [`3e67a904cf68275f26f9f30beb9c40d519e67b15`](https://github.com/livekit/agents-js/commit/3e67a904cf68275f26f9f30beb9c40d519e67b15), [`216f7630179d3d3bddb87ad71f1eb55dd20003ca`](https://github.com/livekit/agents-js/commit/216f7630179d3d3bddb87ad71f1eb55dd20003ca)]: + - @livekit/agents@1.2.8 + ## 1.2.7 ### Patch Changes diff --git a/plugins/google/package.json b/plugins/google/package.json index 14727a526..875305612 100644 --- a/plugins/google/package.json +++ b/plugins/google/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-google", - "version": "1.2.7", + "version": "1.2.8", "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 baf12f54c..4d2b3a635 100644 --- a/plugins/hedra/package.json +++ b/plugins/hedra/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-hedra", - "version": "1.2.7", + "version": "1.2.8", "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 b2ffb7ac7..ba9632c53 100644 --- a/plugins/inworld/package.json +++ b/plugins/inworld/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-inworld", - "version": "1.2.7", + "version": "1.2.8", "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 a867311c7..06693c916 100644 --- a/plugins/lemonslice/package.json +++ b/plugins/lemonslice/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-lemonslice", - "version": "1.2.7", + "version": "1.2.8", "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 fea5620ce..5f6896d7d 100644 --- a/plugins/livekit/CHANGELOG.md +++ b/plugins/livekit/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-livekit +## 1.2.8 + +### Patch Changes + +- Updated dependencies [[`ebb5d63a7fc05d5297c895ff99b7e76a81926321`](https://github.com/livekit/agents-js/commit/ebb5d63a7fc05d5297c895ff99b7e76a81926321), [`71bb39efa8aa0d82126e76db35c121235f040f2f`](https://github.com/livekit/agents-js/commit/71bb39efa8aa0d82126e76db35c121235f040f2f), [`3e67a904cf68275f26f9f30beb9c40d519e67b15`](https://github.com/livekit/agents-js/commit/3e67a904cf68275f26f9f30beb9c40d519e67b15), [`216f7630179d3d3bddb87ad71f1eb55dd20003ca`](https://github.com/livekit/agents-js/commit/216f7630179d3d3bddb87ad71f1eb55dd20003ca)]: + - @livekit/agents@1.2.8 + ## 1.2.7 ### Patch Changes diff --git a/plugins/livekit/package.json b/plugins/livekit/package.json index 8710c4d23..627f747c5 100644 --- a/plugins/livekit/package.json +++ b/plugins/livekit/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-livekit", - "version": "1.2.7", + "version": "1.2.8", "description": "Additional utilities for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/mistral/package.json b/plugins/mistral/package.json index 4af3c6dc2..b726f78da 100644 --- a/plugins/mistral/package.json +++ b/plugins/mistral/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-mistral", - "version": "1.2.7", + "version": "1.2.8", "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 dbb52d8df..8cd373550 100644 --- a/plugins/neuphonic/CHANGELOG.md +++ b/plugins/neuphonic/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-neuphonic +## 1.2.8 + +### Patch Changes + +- Updated dependencies [[`ebb5d63a7fc05d5297c895ff99b7e76a81926321`](https://github.com/livekit/agents-js/commit/ebb5d63a7fc05d5297c895ff99b7e76a81926321), [`71bb39efa8aa0d82126e76db35c121235f040f2f`](https://github.com/livekit/agents-js/commit/71bb39efa8aa0d82126e76db35c121235f040f2f), [`3e67a904cf68275f26f9f30beb9c40d519e67b15`](https://github.com/livekit/agents-js/commit/3e67a904cf68275f26f9f30beb9c40d519e67b15), [`216f7630179d3d3bddb87ad71f1eb55dd20003ca`](https://github.com/livekit/agents-js/commit/216f7630179d3d3bddb87ad71f1eb55dd20003ca)]: + - @livekit/agents@1.2.8 + ## 1.2.7 ### Patch Changes diff --git a/plugins/neuphonic/package.json b/plugins/neuphonic/package.json index d0969329e..8d6785910 100644 --- a/plugins/neuphonic/package.json +++ b/plugins/neuphonic/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-neuphonic", - "version": "1.2.7", + "version": "1.2.8", "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 650360da5..ecf869e36 100644 --- a/plugins/openai/CHANGELOG.md +++ b/plugins/openai/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-openai +## 1.2.8 + +### Patch Changes + +- Updated dependencies [[`ebb5d63a7fc05d5297c895ff99b7e76a81926321`](https://github.com/livekit/agents-js/commit/ebb5d63a7fc05d5297c895ff99b7e76a81926321), [`71bb39efa8aa0d82126e76db35c121235f040f2f`](https://github.com/livekit/agents-js/commit/71bb39efa8aa0d82126e76db35c121235f040f2f), [`3e67a904cf68275f26f9f30beb9c40d519e67b15`](https://github.com/livekit/agents-js/commit/3e67a904cf68275f26f9f30beb9c40d519e67b15), [`216f7630179d3d3bddb87ad71f1eb55dd20003ca`](https://github.com/livekit/agents-js/commit/216f7630179d3d3bddb87ad71f1eb55dd20003ca)]: + - @livekit/agents@1.2.8 + ## 1.2.7 ### Patch Changes diff --git a/plugins/openai/package.json b/plugins/openai/package.json index 5e0380c12..9f3fb231b 100644 --- a/plugins/openai/package.json +++ b/plugins/openai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-openai", - "version": "1.2.7", + "version": "1.2.8", "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 35cce8714..7fea434a1 100644 --- a/plugins/phonic/package.json +++ b/plugins/phonic/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-phonic", - "version": "1.2.7", + "version": "1.2.8", "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 e28a9c651..acda0812a 100644 --- a/plugins/resemble/CHANGELOG.md +++ b/plugins/resemble/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-resemble +## 1.2.8 + +### Patch Changes + +- Updated dependencies [[`ebb5d63a7fc05d5297c895ff99b7e76a81926321`](https://github.com/livekit/agents-js/commit/ebb5d63a7fc05d5297c895ff99b7e76a81926321), [`71bb39efa8aa0d82126e76db35c121235f040f2f`](https://github.com/livekit/agents-js/commit/71bb39efa8aa0d82126e76db35c121235f040f2f), [`3e67a904cf68275f26f9f30beb9c40d519e67b15`](https://github.com/livekit/agents-js/commit/3e67a904cf68275f26f9f30beb9c40d519e67b15), [`216f7630179d3d3bddb87ad71f1eb55dd20003ca`](https://github.com/livekit/agents-js/commit/216f7630179d3d3bddb87ad71f1eb55dd20003ca)]: + - @livekit/agents@1.2.8 + ## 1.2.7 ### Patch Changes diff --git a/plugins/resemble/package.json b/plugins/resemble/package.json index 58058d19f..78a61e729 100644 --- a/plugins/resemble/package.json +++ b/plugins/resemble/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-resemble", - "version": "1.2.7", + "version": "1.2.8", "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 445aeefb9..8c3dab988 100644 --- a/plugins/rime/CHANGELOG.md +++ b/plugins/rime/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-rime +## 1.2.8 + +### Patch Changes + +- Updated dependencies [[`ebb5d63a7fc05d5297c895ff99b7e76a81926321`](https://github.com/livekit/agents-js/commit/ebb5d63a7fc05d5297c895ff99b7e76a81926321), [`71bb39efa8aa0d82126e76db35c121235f040f2f`](https://github.com/livekit/agents-js/commit/71bb39efa8aa0d82126e76db35c121235f040f2f), [`3e67a904cf68275f26f9f30beb9c40d519e67b15`](https://github.com/livekit/agents-js/commit/3e67a904cf68275f26f9f30beb9c40d519e67b15), [`216f7630179d3d3bddb87ad71f1eb55dd20003ca`](https://github.com/livekit/agents-js/commit/216f7630179d3d3bddb87ad71f1eb55dd20003ca)]: + - @livekit/agents@1.2.8 + ## 1.2.7 ### Patch Changes diff --git a/plugins/rime/package.json b/plugins/rime/package.json index 6ce6ea54a..f2c6e1ab2 100644 --- a/plugins/rime/package.json +++ b/plugins/rime/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-rime", - "version": "1.2.7", + "version": "1.2.8", "description": "Rime plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs", diff --git a/plugins/runway/package.json b/plugins/runway/package.json index ff20133bf..25cb48074 100644 --- a/plugins/runway/package.json +++ b/plugins/runway/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-runway", - "version": "1.2.6", + "version": "1.2.8", "description": "Runway 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 ec9806e2a..5a5501d91 100644 --- a/plugins/sarvam/package.json +++ b/plugins/sarvam/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-sarvam", - "version": "1.2.7", + "version": "1.2.8", "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 abb6c1375..5c8a2ed01 100644 --- a/plugins/silero/CHANGELOG.md +++ b/plugins/silero/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugin-silero +## 1.2.8 + +### Patch Changes + +- Updated dependencies [[`ebb5d63a7fc05d5297c895ff99b7e76a81926321`](https://github.com/livekit/agents-js/commit/ebb5d63a7fc05d5297c895ff99b7e76a81926321), [`71bb39efa8aa0d82126e76db35c121235f040f2f`](https://github.com/livekit/agents-js/commit/71bb39efa8aa0d82126e76db35c121235f040f2f), [`3e67a904cf68275f26f9f30beb9c40d519e67b15`](https://github.com/livekit/agents-js/commit/3e67a904cf68275f26f9f30beb9c40d519e67b15), [`216f7630179d3d3bddb87ad71f1eb55dd20003ca`](https://github.com/livekit/agents-js/commit/216f7630179d3d3bddb87ad71f1eb55dd20003ca)]: + - @livekit/agents@1.2.8 + ## 1.2.7 ### Patch Changes diff --git a/plugins/silero/package.json b/plugins/silero/package.json index 60c3918a6..7d5cc0124 100644 --- a/plugins/silero/package.json +++ b/plugins/silero/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-silero", - "version": "1.2.7", + "version": "1.2.8", "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 2cc700195..df5650388 100644 --- a/plugins/test/CHANGELOG.md +++ b/plugins/test/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/agents-plugins-test +## 1.2.8 + +### Patch Changes + +- Updated dependencies [[`ebb5d63a7fc05d5297c895ff99b7e76a81926321`](https://github.com/livekit/agents-js/commit/ebb5d63a7fc05d5297c895ff99b7e76a81926321), [`71bb39efa8aa0d82126e76db35c121235f040f2f`](https://github.com/livekit/agents-js/commit/71bb39efa8aa0d82126e76db35c121235f040f2f), [`3e67a904cf68275f26f9f30beb9c40d519e67b15`](https://github.com/livekit/agents-js/commit/3e67a904cf68275f26f9f30beb9c40d519e67b15), [`216f7630179d3d3bddb87ad71f1eb55dd20003ca`](https://github.com/livekit/agents-js/commit/216f7630179d3d3bddb87ad71f1eb55dd20003ca)]: + - @livekit/agents@1.2.8 + ## 1.2.7 ### Patch Changes diff --git a/plugins/test/package.json b/plugins/test/package.json index c214a5d9e..acd887fde 100644 --- a/plugins/test/package.json +++ b/plugins/test/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugins-test", - "version": "1.2.7", + "version": "1.2.8", "description": "Testing suite for LiveKit Agents plugins", "author": "LiveKit", "type": "module", diff --git a/plugins/trugen/package.json b/plugins/trugen/package.json index 808965967..9d8a94691 100644 --- a/plugins/trugen/package.json +++ b/plugins/trugen/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-trugen", - "version": "1.2.7", + "version": "1.2.8", "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 fc1965777..8c0a4335b 100644 --- a/plugins/xai/package.json +++ b/plugins/xai/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/agents-plugin-xai", - "version": "1.2.7", + "version": "1.2.8", "description": "xAI plugin for LiveKit Node Agents", "main": "dist/index.js", "require": "dist/index.cjs",