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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixes
Mic capture no longer silently stops mid-meeting when another app (e.g. Teams, Zoom) takes control of the microphone or macOS renegotiates the audio route (#651, #678)
Meeting auto-stop on silence now works for manual recordings, not just auto-detected ones, using a per-mic adaptive noise floor instead of a fixed threshold that sat below most mics' noise floor — thanks to Adam Fish for the root-cause analysis and fix (#675)
Sidecast persona replies no longer get cut off mid-sentence — default max-tokens raised, and a truncation indicator now shows when a response still hits the limit (#668, #673)
New
Added Requesty as an OpenAI-compatible LLM provider, alongside OpenRouter — thanks to Thibault Jaigu for the contribution (#677)