What's wrong with this entry?
Anonymous. No account, no email.
The voice mode system received substantial improvements:
/voicenow accepts explicit arguments:[hold|tap|off]instead of just toggling on/off- Voice enabled message now specifies the mode:
"Voice mode enabled (hold). ..."or"Voice mode enabled (tap). ..." - Voice settings now have a proper description:
"Voice mode settings (hold-to-talk / tap-to-toggle dictation)" - Auto-submit support:
voice.autoSubmitsetting enables automatic message submission when hold-to-talk is released - Silence timeout: recordings auto-finish after 15 seconds of silence (configurable)
- Max-duration cap: recordings auto-finish after 120 seconds to prevent runaway recordings
- Voice mode selection is now dynamic from config instead of hardcoded to 'hold'
Evidence
Voice argument hint (search for "[hold|tap|off]") — line ~547157; auto-finish (search for "Toggle silence timeout") — line ~546568
Strings lifted out of the shipped bundle, so the claim above can be checked against them.