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 v2.0.41 Home All releases olderv2.0.37 v2.0.42newer
Claude Code v2.0.41

Error Message Improvements

What: More specific error types and clearer user feedback

New error types:

  • repeated_529 - Rate limit errors with specific guidance
  • prompt_too_long - Oversized prompts with size information
  • pdf_too_large - PDF page limit violations
  • oauth_org_not_allowed - OAuth restriction details

Details:

  • Better categorization of error conditions
  • More actionable error messages
  • Context-specific troubleshooting hints
  • Evidence: New error types at lines 1499-1554 in diff

See this entry in the whole of v2.0.41 →