This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+2 more
Summary
AI summaryFixed truncated and duplicated voice turns and corrected live‑chat title display.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Chat dictation can run up to 3 minutes per take (configurable via `audio_chat_stt_max_seconds`). Chat dictation can run up to 3 minutes per take (configurable via `audio_chat_stt_max_seconds`). Source: llm_adapter@2026-07-18 Confidence: high |
— |
| Bugfix | Medium |
Dictation no longer doubles sentences due to duplicate recording sessions. Dictation no longer doubles sentences due to duplicate recording sessions. Source: llm_adapter@2026-07-18 Confidence: high |
— |
| Bugfix | Medium |
Live voice mode no longer sends truncated turns. Live voice mode no longer sends truncated turns. Source: llm_adapter@2026-07-18 Confidence: low |
— |
| Bugfix | Low |
Sidebar "Active now" strip shows real titles of live chats. Sidebar "Active now" strip shows real titles of live chats. Source: llm_adapter@2026-07-18 Confidence: high |
— |
Full changelog
Changed
- Chat dictation can now run up to 3 minutes per take (was 60 seconds, which
cut long dictations off mid-sentence). Admins can tune this with the
audio_chat_stt_max_secondssetting.
Fixed
- Live voice mode no longer sends truncated turns. The auto-send fired the
moment the silence timer expired, racing the speech provider's own
end-of-utterance commit — long turns went out with the tail missing and
anything said after was lost. The mic now stops first, the provider flushes
everything it heard, and the full transcript is what gets sent. Stopping
dictation likewise waits briefly for that flush, so the last sentence is
never dropped. - Dictation no longer doubles your sentences. Two ways a hidden second
recording session could be left running — a slow microphone connect timing
out, and stopping the mic while it was still connecting — meant a retry had
multiple sessions transcribing the same microphone, so every sentence landed
in the input twice (or more, stacking with each retry). - The sidebar's "Active now" strip shows the real titles of live chats (it
showed "New chat" for chats that started after the page loaded — most
visible in the task-history view).
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About OtoDock
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]