From 49bf65a31c63dd485e54dc5d3df1c932c1f24b0e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 11:33:51 +0000 Subject: [PATCH 1/3] chore(main): release agents-widget 0.1.8 --- .release-please-manifest.json | 2 +- packages/widget/CHANGELOG.md | 8 ++++++++ packages/widget/package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 500018e..9d35392 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "packages/sdk": "0.1.2", - "packages/widget": "0.1.7" + "packages/widget": "0.1.8" } diff --git a/packages/widget/CHANGELOG.md b/packages/widget/CHANGELOG.md index f935228..971719d 100644 --- a/packages/widget/CHANGELOG.md +++ b/packages/widget/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.8](https://github.com/deepgram/agent/compare/agents-widget-v0.1.7...agents-widget-v0.1.8) (2026-09-04) + + +### Features + +* **sdk:** align with @deepgram/sdk 5.9 ([d08b6df](https://github.com/deepgram/agent/commit/d08b6df2dd39912faba4dbb1cf383a7d9f990608)) +* **sdk:** align with @deepgram/sdk 5.9 ([#71](https://github.com/deepgram/agent/issues/71)) ([5a63c41](https://github.com/deepgram/agent/commit/5a63c41d9d91d5ff5f76448fbfc5e056f064a69a)) + ## [0.1.7](https://github.com/deepgram/agent/compare/agents-widget-v0.1.6...agents-widget-v0.1.7) (2026-05-11) diff --git a/packages/widget/package.json b/packages/widget/package.json index 640448e..1a50ec7 100644 --- a/packages/widget/package.json +++ b/packages/widget/package.json @@ -1,6 +1,6 @@ { "name": "@deepgram/agents-widget", - "version": "0.1.7", + "version": "0.1.8", "description": "Self-contained Deepgram Voice Agent widget. Drop into any web page, no framework required.", "type": "module", "main": "dist/widget.umd.js", From f114af806f16d0ac69fcd2e2a582ec0747f10908 Mon Sep 17 00:00:00 2001 From: Greg Holmes Date: Fri, 4 Sep 2026 12:59:02 +0100 Subject: [PATCH 2/3] fix(widget): align 0.1.8 with agents 0.1.2 --- packages/widget/CHANGELOG.md | 8 ++++++-- packages/widget/package.json | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/packages/widget/CHANGELOG.md b/packages/widget/CHANGELOG.md index 971719d..cae63d0 100644 --- a/packages/widget/CHANGELOG.md +++ b/packages/widget/CHANGELOG.md @@ -5,8 +5,12 @@ ### Features -* **sdk:** align with @deepgram/sdk 5.9 ([d08b6df](https://github.com/deepgram/agent/commit/d08b6df2dd39912faba4dbb1cf383a7d9f990608)) -* **sdk:** align with @deepgram/sdk 5.9 ([#71](https://github.com/deepgram/agent/issues/71)) ([5a63c41](https://github.com/deepgram/agent/commit/5a63c41d9d91d5ff5f76448fbfc5e056f064a69a)) +* **widget:** bundle the `@deepgram/agents` 0.1.2 runtime, including `@deepgram/sdk` 5.9 transport compatibility, ordered Blob audio, and reconnect state restoration ([#71](https://github.com/deepgram/agent/issues/71)) ([5a63c41](https://github.com/deepgram/agent/commit/5a63c41d9d91d5ff5f76448fbfc5e056f064a69a)) + + +### Bug Fixes + +* **widget:** require `@deepgram/agents` 0.1.2 for matching public types and correct the OpenAI model placement in the ESM, UMD, and API examples ([d08b6df](https://github.com/deepgram/agent/commit/d08b6df2dd39912faba4dbb1cf383a7d9f990608)) ## [0.1.7](https://github.com/deepgram/agent/compare/agents-widget-v0.1.6...agents-widget-v0.1.7) (2026-05-11) diff --git a/packages/widget/package.json b/packages/widget/package.json index 1a50ec7..cf37f09 100644 --- a/packages/widget/package.json +++ b/packages/widget/package.json @@ -44,7 +44,7 @@ "test:watch": "bun test --watch" }, "dependencies": { - "@deepgram/agents": "^0.1.1", + "@deepgram/agents": "^0.1.2", "@deepgram/react": "^0.1.0", "@deepgram/ui": "^0.1.4", "preact": "10.29.1", From b5d8e669d68149005b278b8cbe50dd25f23c8ce5 Mon Sep 17 00:00:00 2001 From: Greg Holmes Date: Fri, 4 Sep 2026 13:17:13 +0100 Subject: [PATCH 3/3] docs(widget): expand 0.1.8 release notes --- packages/widget/CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/packages/widget/CHANGELOG.md b/packages/widget/CHANGELOG.md index cae63d0..7f9e281 100644 --- a/packages/widget/CHANGELOG.md +++ b/packages/widget/CHANGELOG.md @@ -5,12 +5,15 @@ ### Features -* **widget:** bundle the `@deepgram/agents` 0.1.2 runtime, including `@deepgram/sdk` 5.9 transport compatibility, ordered Blob audio, and reconnect state restoration ([#71](https://github.com/deepgram/agent/issues/71)) ([5a63c41](https://github.com/deepgram/agent/commit/5a63c41d9d91d5ff5f76448fbfc5e056f064a69a)) +* **widget:** ship the `@deepgram/agents` 0.1.2 runtime in the self-contained ESM and UMD bundles, updating the underlying Agent transport from `@deepgram/sdk` 5.1 to 5.9 ([#71](https://github.com/deepgram/agent/issues/71)) ([5a63c41](https://github.com/deepgram/agent/commit/5a63c41d9d91d5ff5f76448fbfc5e056f064a69a)) ### Bug Fixes -* **widget:** require `@deepgram/agents` 0.1.2 for matching public types and correct the OpenAI model placement in the ESM, UMD, and API examples ([d08b6df](https://github.com/deepgram/agent/commit/d08b6df2dd39912faba4dbb1cf383a7d9f990608)) +* **widget:** refresh credentials on reconnect, retain queued audio until `SettingsApplied`, and restore inline conversation and completed function-call context ([d08b6df](https://github.com/deepgram/agent/commit/d08b6df2dd39912faba4dbb1cf383a7d9f990608)) +* **widget:** replay only the latest prompt, listen, speak, and think updates after reconnect, in the order each setting was last changed ([33d2480](https://github.com/deepgram/agent/commit/33d2480f0b5837dc7e129e0c3055b65ca8be29b1)) +* **widget:** preserve wire order across Blob audio, JSON messages, and synchronous socket failures so accepted audio is delivered before reconnect teardown ([7f76952](https://github.com/deepgram/agent/commit/7f76952ac47a1157c27afe3d4bad5a494fbf3938)) +* **widget:** require `@deepgram/agents` 0.1.2 for matching public types and correct the OpenAI model placement in the ESM, UMD, and API examples ([f114af8](https://github.com/deepgram/agent/commit/f114af806f16d0ac69fcd2e2a582ec0747f10908)) ## [0.1.7](https://github.com/deepgram/agent/compare/agents-widget-v0.1.6...agents-widget-v0.1.7) (2026-05-11)