Summary
Add a configurable command word that exits hands-free mode and returns the UI to standard text input mode. This follows the same pattern as the other voice command words (e.g. the unmute keyword in #152).
Default keyword
stop session
Behaviour
- While hands-free mode is active, the SpeechRecognition instance listens for the configured command word alongside normal dictation.
- When the command word is detected:
- Hands-free mode is deactivated.
- The microphone / SpeechRecognition loop is stopped.
- The UI reverts to standard text input mode (same state as if the user had manually toggled the hands-free switch off).
- No message is sent to the agent — this is a control command only.
Configuration
- The keyword should be user-configurable (same settings surface as the other command words).
- Default value:
"stop session"
Related
Acceptance criteria
Summary
Add a configurable command word that exits hands-free mode and returns the UI to standard text input mode. This follows the same pattern as the other voice command words (e.g. the unmute keyword in #152).
Default keyword
stop sessionBehaviour
Configuration
"stop session"Related
Acceptance criteria
"stop session"(or the configured keyword) while in hands-free mode exits hands-free and restores text mode.