[FEATURE] Add setting to auto-enable voice mode on session start
Resolved 💬 2 comments Opened Mar 13, 2026 by atlas-dev2 Closed Apr 10, 2026
Currently, voice mode must be manually activated with /voice at the start of every session.
The voiceEnabled: true setting in settings.json makes voice available but doesn't auto-activate it. There's also no CLI flag (like --effort has for effort level).
Request: Add either:
- A
voiceAutoStart: truesetting in settings.json, or - A
--voiceCLI flag (so it can be aliased/persisted), or - Make
voiceEnabled: trueactually start the session with voice mode active
This would match how alwaysThinkingEnabled works — set it once, and it's on for every session.
Environment: Windows 11, Claude Code v2.1.75, PowerShell
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗