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.12 Home All releases olderv2.0.11 v2.0.13newer
Claude Code v2.0.12

Cleaner Slash Command Permission UI

The permission confirmation prompt for slash commands now displays more user-friendly information:

  • Title changed from generic "Tool use" to specific "Slash command"
  • Shows the actual command string instead of SlashCommand(command-name)
  • Displays command description instead of technical Execute slash command: /command
  • Includes command metadata for better context-aware routing
  • Evidence: UI component changes at lines 72425-72430 in permission confirmation renderer, metadata addition at line 65680

See this entry in the whole of v2.0.12 →