feat(desktop): add voice input - #41864
Conversation
|
Thanks for updating your PR! It now meets our contributing guidelines. 👍 |
|
The following comment was made by an LLM, it may be inaccurate: Potential Duplicate PRs FoundI found several related PRs that may be addressing voice input features:
These PRs appear to be addressing similar voice input functionality across different packages/platforms. You may want to check their current status and whether PR #41864 duplicates or should be consolidated with any of these existing work items. |
Issue for this PR
Closes #XXXX
Type of change
What does this PR do?
Adds optional voice input to the Desktop prompt composer.
Voice can be transcribed locally with a pinned whisper.cpp runtime and downloaded Whisper models, keeping recordings on the device. Users can also select a configured AI model that supports audio input.
The change includes microphone permissions, cancellation handling, model integrity checks, voice settings, packaging support, SDK generation, and translations for all supported locales.
How did you verify your code works?
Screenshots / recordings
2026-08-11.19-09-04.mp4
Checklist