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.1.105 Home All releases olderv2.1.104 v2.1.107newer
Claude Code v2.1.105

/doctor Diagnostics with Auto-Fix

What

The /doctor command has been rewritten as a comprehensive diagnostic dashboard with a new keybinding to auto-fix detected issues.

Usage
/doctor            # open diagnostics screen
f                  # press f to ask Claude to fix the reported issues
Details
  • Displays installation info, ripgrep status, update channel, auto-update permissions
  • Aggregates warnings from multiple sources: CLAUDE.md context usage, agent parse errors, plugin errors, keybinding issues, MCP server health, unreachable permission rules, invalid settings, version locks
  • New tree-view UI with severity-colored messages and suggested fixes
  • "f to fix with Claude" sends the diagnostics output to a prompt: "Help me fix the issues reported by /doctor below"
  • Read-only checks run without confirmation; destructive fixes require explicit user approval
Evidence

Doctor command context (search for "doctor:fix") and fix prompt (search for "Help me fix the issues")

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.105 →