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.113 Home All releases olderv1.0.112 v1.0.114newer
Claude Code v1.0.113

Error Session Filtering

What changed: Session list now excludes sessions that start with API errors Details:

  • Filters out sessions where firstPrompt starts with "API Error"
  • Filters out sessions where summary starts with "API Error"
  • Improves UI cleanliness by hiding failed/error sessions
  • Evidence: YA1() function at lines 428269-428270, enhanced from QA1() at line 428139 in v1.0.112

See this entry in the whole of v1.0.113 →