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.0 Home All releases olderv1.0.128 v2.0.1newer
Claude Code v2.0.0

Enhanced Settings Dialog

What: Tabbed interface combining status, configuration, and usage in one place

How to use:

/status  # Opens with Status tab
/config  # Opens with Config tab  
/usage   # Opens with Usage tab

Details:

  • Tab navigation to cycle between Status/Config/Usage panels
  • Status tab shows system diagnostics, IDE connection, MCP servers, memory usage
  • Config tab provides interactive settings management
  • Usage tab displays subscription limits (new in 2.0.0)
  • Unified interface reduces command clutter
  • Evidence: Tabbed component L01() at line 394930, status dialog h01() at line 402533 in v2.0.0

See this entry in the whole of v2.0.0 →