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.31 Home All releases olderv2.0.30 v2.0.32newer
Claude Code v2.0.31

CLI Argument Parsing Instrumentation

What: Added profiling checkpoints before and after CLI argument parsing.

Details:

  • Helps identify overhead from command-line option processing
  • Part of the overall startup profiling infrastructure
  • Evidence: o5("cli_before_main_import") at line 486806, o5("cli_after_main_import") at line 486808 in function Wo5() at line 486798

See this entry in the whole of v2.0.31 →