Voice dictation config fields exist in settings schema but nothing uses them yet.
A new dictation key was added to the managed/MDM config schema, backed by an empty DictationConfig placeholder object for future fields. Four helper exports, dictationBaseUrl, dictationCspSource, dictationEndpoints, and websocketCspSource, derive a dictation service URL and CSP/websocket origins from the existing gateway inference config, gated on dictation?.enabled. These are wired into the config module's exports alongside isChatTabEnabled, but nothing in the bundle calls them yet.
The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.
* **Organization settings** for connectors, skills, the sandbox network allowlist, SSH hosts, Modal, model endpoints, and memory (see [Admin controls](/docs/claude-science/admin-controls)). There is no organization setting for web search, …claude-science/how-claude-science-works-with-your-data see the edit
The Claude Code [VS Code extension](/docs/en/vs-code) also supports voice dictation with the same claude.ai account requirement. It is not available in VS Code Remote sessions, including SSH, Dev Containers, and Codespaces, because the mic…voice-dictation see the edit
A small documentation edit on Voice dictation touched a line naming dictation after this was published.