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.60 Home All releases olderv1.0.59 v1.0.61newer
Claude Code v1.0.60

Enhanced Features

Bash Output Summarization

  • Claude now intelligently summarizes verbose command outputs
  • Summaries are triggered for outputs over 5000 characters
  • Original output is preserved and can be viewed in verbose mode
  • Includes sections for: Overview, Detailed Summary, Errors, and Verbatim Output
  • Particularly useful for build logs, test results, and repetitive debug output

Example scenario:

# Running a command with verbose output
npm run build

# Claude will automatically summarize if output is lengthy, showing:
[Summarized output]
Overview: Build completed successfully...
Detailed summary: ...
Errors: None encountered
Verbatim output: [key snippets preserved]

Spinner Tips

  • Tips functionality has been made configurable
  • Tips are now fetched dynamically based on user preferences
  • Improved tip management system

See this entry in the whole of v1.0.60 →