Skip to content

Commit 845a19b

Browse files
Version Packages
1 parent ebfb82f commit 845a19b

35 files changed

Lines changed: 131 additions & 39 deletions

.changeset/kind-coins-add.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/shy-rockets-fry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wet-carpets-clean.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

agents/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @livekit/agents
22

3+
## 1.0.39
4+
5+
### Patch Changes
6+
7+
- update livekit inference model to match latest - [#993](https://github.com/livekit/agents-js/pull/993) ([@davidzhao](https://github.com/davidzhao))
8+
9+
- Make agent state transition fixes and add interim transcript interruption support - [#992](https://github.com/livekit/agents-js/pull/992) ([@toubatbrian](https://github.com/toubatbrian))
10+
11+
- fix: handle VAD stream closed error during agent handover - [#997](https://github.com/livekit/agents-js/pull/997) ([@toubatbrian](https://github.com/toubatbrian))
12+
13+
- Fixed a race condition in `StreamAdapter` where `endInput()` could be called on an already-closed VAD stream during agent handover, causing an unrecoverable `stt_error`. This affected non-streaming STTs (like OpenAI STT) that use the StreamAdapter wrapper.
14+
- Added `isStreamClosedError()` utility function for consistent error handling.
15+
- Upgraded sharp from 0.34.3 to 0.34.5 to fix libvips version conflict (1.2.0 vs 1.2.4) that caused flaky agent behavior and ObjC class collision warnings on macOS.
16+
- Fixed pre-existing build error in test plugin (Int16Array to ArrayBuffer conversion).
17+
318
## 1.0.38
419

520
### Patch Changes

agents/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/agents",
3-
"version": "1.0.38",
3+
"version": "1.0.39",
44
"description": "LiveKit Agents - Node.js",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

plugins/anam/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @livekit/agents-plugin-anam
22

3+
## 1.0.39
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ebfb82f257b66790caf6309ba7c3c93cbe93fa0d`](https://github.com/livekit/agents-js/commit/ebfb82f257b66790caf6309ba7c3c93cbe93fa0d), [`15dd71be11711e953ca06e0d47da0a292def11d0`](https://github.com/livekit/agents-js/commit/15dd71be11711e953ca06e0d47da0a292def11d0), [`3544bfa972a4d7c7387c38b0b96aefa5e2b9a307`](https://github.com/livekit/agents-js/commit/3544bfa972a4d7c7387c38b0b96aefa5e2b9a307)]:
8+
- @livekit/agents@1.0.39
9+
310
## 1.0.38
411

512
### Patch Changes

plugins/anam/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/agents-plugin-anam",
3-
"version": "1.0.38",
3+
"version": "1.0.39",
44
"description": "Anam plugin for LiveKit Node Agents",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

plugins/baseten/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/agents-plugin-baseten",
3-
"version": "1.0.38",
3+
"version": "1.0.39",
44
"description": "Baseten plugin for LiveKit Node Agents",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

plugins/bey/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @livekit/agents-plugin-bey
22

3+
## 1.0.39
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ebfb82f257b66790caf6309ba7c3c93cbe93fa0d`](https://github.com/livekit/agents-js/commit/ebfb82f257b66790caf6309ba7c3c93cbe93fa0d), [`15dd71be11711e953ca06e0d47da0a292def11d0`](https://github.com/livekit/agents-js/commit/15dd71be11711e953ca06e0d47da0a292def11d0), [`3544bfa972a4d7c7387c38b0b96aefa5e2b9a307`](https://github.com/livekit/agents-js/commit/3544bfa972a4d7c7387c38b0b96aefa5e2b9a307)]:
8+
- @livekit/agents@1.0.39
9+
310
## 1.0.38
411

512
### Patch Changes

plugins/bey/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/agents-plugin-bey",
3-
"version": "1.0.38",
3+
"version": "1.0.39",
44
"description": "Beyond Presence plugin for LiveKit Node Agents",
55
"main": "dist/index.js",
66
"require": "dist/index.cjs",

0 commit comments

Comments
 (0)