What's wrong with this entry?
Anonymous. No account, no email.
Performance Enhancements
- HTTP Agent Caching: Improved performance for operations involving multiple HTTP requests through agent caching
- Reduced overhead when making repeated network calls
Configuration Directory Handling
- Simplified config directory resolution: The configuration directory logic has been streamlined
- Now uses the nullish coalescing operator (
??) for cleaner fallback handling - Priority remains:
CLAUDE_CONFIG_DIRenvironment variable → default~/.claudedirectory - Note: Support for
XDG_CONFIG_HOMEhas been removed in favor of the simpler approach
Error Handling
- Enhanced BigInt handling: Better error messages when encountering BigInt values that cannot be converted to numbers
- Improved type conversion: More robust handling of numeric type conversions with clearer error reporting
- Better JSON parsing errors: More informative error messages for JSON parsing failures