Files
hermes-web-ui/docs/chat-chain-changes/2026-06-08-voice-input-transcript.md
ekko 11ed7fc182 Merge voice provider stack into main
Bring #1397-#1400 voice provider stack into main after #1396 landed directly on main.
2026-06-08 10:49:39 +08:00

692 B

date, pr, feature, impact
date pr feature impact
2026-06-08 pending Editable voice input transcript Adds microphone capture controls that place transcribed speech into the chat composer so users can review or edit before sending.

The chat input now owns voice capture state, transcript overlay display, and insertion of the final transcript into the existing composer draft.

Voice capture labels, overlay diagnostics, and browser/microphone errors now use locale strings. The transcript overlay is fixed within the mobile viewport so it does not overflow narrow screens.

The transcript overlay background and text colors now follow theme variables so light mode does not render the tip as a dark block.