What's wrong with this entry?
When the bundled Anthropic API client cannot resolve credentials, the error now says it expects either apiKey or authToken, instead of listing removed credential/profile/config options.
ANTHROPIC_API_KEY=... claude- This makes auth failures less misleading for users who hit lower-level API-client errors.
- The new message points users toward API key or bearer-token authentication.
- The previous message referenced
credentials,config, andprofile; those are no longer listed in the failure text.
Authentication validation message changed (search for "Could not resolve authentication method. Expected either apiKey or authToken to be set").
Strings lifted out of the shipped bundle, so the claim above can be checked against them.