What's wrong with this entry?
Anonymous. No account, no email.
What
Three new error classes are introduced for cleaner error handling and telemetry:
RipgrepNullByteError: thrown when ripgrep is called with a null byte in its argumentsRipgrepUsageError: thrown when ripgrep rejects the pattern, glob, or file type filter without searching (previously these were untyped failures)SelectedRangeTooLargeError: thrown when a requested line range exceeds the readable limit; the error message now names the limit and suggests searching for specific content insteadBedrockUnexpectedContentTypeError: thrown when a Bedrock streaming response has an unexpected content-type (notapplication/vnd.amazon.eventstream); includes guidance to setCLAUDE_CODE_DISABLE_BEDROCK_CONTENT_TYPE_GUARD=1to suppress while a gateway is being fixed
Evidence
New error classes (search for "RipgrepNullByteError", "RipgrepUsageError", "SelectedRangeTooLargeError", "BedrockUnexpectedContentType")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.