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.108 Home All releases olderv1.0.107 v1.0.109newer

Enhanced Error Handling with ono Library

What: Added the ono error handling library for better error creation, formatting, and categorization How to use:

# Better error reporting automatically applies to all operations
claude --help  # Enhanced error messages for invalid commands

Details:

  • Supports all JavaScript error types (Error, TypeError, SyntaxError, etc.)
  • Improved error serialization and JSON formatting
  • Better error context preservation for debugging
  • Evidence: B$0() at line 248041, q6B() at line 248067

See this entry in the whole of v1.0.108 →