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

Disable Slash Commands Option

What: New disableSlashCommands parameter for the main component that prevents slash command processing.

How to use: Pass disableSlashCommands: true to the main component to disable all slash command handling.

Details:

  • Added disableSlashCommands parameter at line 19137 with default value false
  • When enabled, the commands list is replaced with an empty array
  • Evidence: Parameter defined at line 19137, conditional at line 19191

See this entry in the whole of v2.0.60 →