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.112 Home All releases olderv1.0.111 v1.0.113newer
Claude Code v1.0.112

Enhanced Command Parsing and Validation

What changed: Better error handling and validation before command execution Benefits:

  • Clearer error message: "Command cannot be parsed" for malformed commands
  • Improved detection of input redirection patterns (e.g., < file.txt)
  • More robust tokenization of complex commands with special characters
  • Evidence: lAB() at line 384563, qz0() at line 373516, ut2() at line 373524

See this entry in the whole of v1.0.112 →