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.232 Home All releases olderv2.1.231 v2.1.233newer
Claude Code v2.1.232

Log redaction now covers hostnames, IP addresses and domain lists

You'll notice
Useful3 Signal2
Internals

Logs now hide hostnames and IPs and collapse long domain lists to a count.

What

Network error text in logs has the host replaced with <host> or <ip>, and long allow/block domain lists collapse to a count, so shared logs leak less about your network.

Details
  • Handles DNS and socket failures (getaddrinfo, getnameinfo, query, connect) along with the accompanying error code.
  • The recognizable diagnostic sentences, such as domains are not accessible to our user agent, are kept intact so the error still reads sensibly.
Evidence

domains are not accessible to our user agent

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.232 →