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.0.23 Home All releases olderv2.0.22 v2.0.24newer
Claude Code v2.0.23

Additional Protection Mode for API Requests

What: Added support for an experimental additional protection mode that can be enabled via environment variable.

How to use:

# Enable additional protection for API requests
export CLAUDE_CODE_ADDITIONAL_PROTECTION=true
claude --prompt "your prompt here"

Details:

  • When enabled, sets the x-anthropic-additional-protection header on API requests
  • This is an experimental security feature that may provide enhanced request validation
  • Only affects requests to Anthropic's API (not Bedrock or Vertex)
  • Evidence: Added at bU() at line 203031-203032 in the API client initialization function

See this entry in the whole of v2.0.23 →