You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)