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.111 Home All releases olderv1.0.110 v1.0.112newer
Claude Code v1.0.111

Stalled Operation Visual Indicator

What: The spinner now changes color from blue to orange when operations take longer than 3 seconds, providing visual feedback about potentially stuck processes.

Details:

  • Spinner starts blue during normal operation
  • After 3 seconds, gradually transitions to orange over the next 3 seconds
  • Fully orange at 6+ seconds to indicate significantly delayed operation
  • Smooth color interpolation provides clear visual feedback
  • Only affects the spinner appearance, doesn't change functionality
  • Evidence: nE0() at line 402439, color interpolation in cE0() at line 402326 and lE0() at line 402369

See this entry in the whole of v1.0.111 →