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 input can attach to a forwarded audio socket

You'll notice
Useful2 Signal4
Voice Input

Voice input can record through an audio socket forwarded from another machine when those files exist.

What

Voice recording can now run through an audio socket forwarded from another machine, using a port and token written into a coder-audio cache directory. It is used only when those files are present; otherwise recording uses the local microphone as before.

Details
  • A new audio manager class reads the port and token files and connects to the forwarded socket.
  • The recorder also keeps the last expected failure hint alongside its early-failure breaker, so a paused session can explain itself.
Evidence

coder-audio

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 →