Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.116 Home All releases olderv2.1.114 v2.1.117newer
Claude Code v2.1.116

Voice Mode Enhancements

The voice mode system received substantial improvements:

  • /voice now 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.autoSubmit setting 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.

See this entry in the whole of v2.1.116 →