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.239 Home All releases olderv2.1.238 v2.1.240newer
Claude Code v2.1.239

Voice mode no longer pins a speech-to-text provider

You'll notice
Useful2 Signal3
Voice Mode

Voice mode lets the server pick the transcription provider instead of pinning one.

/voice
What

The voice connection stops sending stt_provider: "deepgram-nova3", so the server chooses the transcription provider. The conversation-engine flag and the language are still sent. Separately, the /voice enable confirmation can now append a note supplied by the server to its usual text.

Evidence

stt_provider

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.239 →