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 v1.0.40 Home All releases olderv1.0.39 v1.0.41newer
Claude Code v1.0.40

Improved SSL/TLS Certificate Handling

The CLI now better supports Node.js's automatic certificate authority (CA) handling:

  • When NODE_EXTRA_CA_CERTS is set, Claude Code will display an informative message that Node.js will automatically append these certificates to the built-in CAs
  • The certificate configuration display has been simplified and clarified
Usage
# Set additional CA certificates
export NODE_EXTRA_CA_CERTS=/path/to/ca-bundle.crt
claude-code

The API configuration info (shown via claude-code --version or during startup) will now display:

  • Additional CA cert(s): /path/to/ca-bundle.crt when NODE_EXTRA_CA_CERTS is set
  • Clearer labeling for mTLS client certificates and keys

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 v1.0.40 →