Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/avatar-remove-not-found.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/close-dangling-user-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/elevenlabs-buffer-pool-audio.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/reset-user-away-final-transcript.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/room-io-audio-publish-options.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strip-gemma-reasoning-markers.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-transfer-human-agent-room-name.md

This file was deleted.

16 changes: 16 additions & 0 deletions agents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @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))

- 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
Expand Down
2 changes: 1 addition & 1 deletion agents/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions plugins/anam/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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), [`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
Expand Down
2 changes: 1 addition & 1 deletion plugins/anam/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions plugins/anthropic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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), [`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
Expand Down
2 changes: 1 addition & 1 deletion plugins/anthropic/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions plugins/assemblyai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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), [`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
Expand Down
2 changes: 1 addition & 1 deletion plugins/assemblyai/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions plugins/azure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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), [`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
Expand Down
2 changes: 1 addition & 1 deletion plugins/azure/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions plugins/baseten/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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), [`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
Expand Down
2 changes: 1 addition & 1 deletion plugins/baseten/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions plugins/bey/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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), [`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
Expand Down
2 changes: 1 addition & 1 deletion plugins/bey/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions plugins/cartesia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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), [`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
Expand Down
2 changes: 1 addition & 1 deletion plugins/cartesia/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions plugins/cerebras/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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), [`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
Expand Down
2 changes: 1 addition & 1 deletion plugins/cerebras/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions plugins/deepgram/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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), [`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
Expand Down
2 changes: 1 addition & 1 deletion plugins/deepgram/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions plugins/did/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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), [`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
Expand Down
2 changes: 1 addition & 1 deletion plugins/did/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
9 changes: 9 additions & 0 deletions plugins/elevenlabs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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), [`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
Expand Down
2 changes: 1 addition & 1 deletion plugins/elevenlabs/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions plugins/fishaudio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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), [`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
Expand Down
2 changes: 1 addition & 1 deletion plugins/fishaudio/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions plugins/google/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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), [`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
Expand Down
2 changes: 1 addition & 1 deletion plugins/google/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions plugins/hedra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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), [`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
Expand Down
2 changes: 1 addition & 1 deletion plugins/hedra/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions plugins/hume/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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), [`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
Expand Down
2 changes: 1 addition & 1 deletion plugins/hume/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading