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
sdk: upgrade the underlying Agent transport from @deepgram/sdk 5.1 to 5.9 and align settings, binary-message, and request-ID handling with the current Agent v1 socket (#71) (5a63c41)
sdk: expose updateListen, injection behavior, conversation-history clearing, and typed ListenUpdated, LatencyReport, History, and FunctionCallResponse events (d08b6df)
Bug Fixes
sdk: serialize Blob audio, JSON messages, and synchronous socket failures so accepted messages are emitted in wire order before reconnect teardown (7f76952)
sdk: refresh credentials on each reconnect attempt, restore inline conversation and completed function-call context, and retain queued audio until the replacement connection receives SettingsApplied (d08b6df)
sdk: compact reconnect replay to the latest prompt, listen, speak, and think updates in last-set order, and reset the consecutive-attempt counter only after SettingsApplied (33d2480)