Skip to content

agents-widget: v0.1.8

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Sep 12:19
92dfae1

0.1.8 (2026-09-04)

Features

  • 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) (5a63c41)

Bug Fixes

  • widget: refresh credentials on reconnect, retain queued audio until SettingsApplied, and restore inline conversation and completed function-call context (d08b6df)
  • widget: replay only the latest prompt, listen, speak, and think updates after reconnect, in the order each setting was last changed (33d2480)
  • widget: preserve wire order across Blob audio, JSON messages, and synchronous socket failures so accepted audio is delivered before reconnect teardown (7f76952)
  • 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)