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.98 Home All releases olderv1.0.96 v1.0.100newer
Claude Code v1.0.98

SlashCommand Tool Framework (Experimental)

What: New tool that enables executing slash commands from within the conversation context How to use:

# Note: Currently disabled by default - experimental feature
# When enabled, allows tools to execute slash commands

Details:

  • Complete command parsing infrastructure with PS() function
  • Permission checking system for cross-execution security
  • Designed for future tool-to-command bridging capabilities
  • Currently disabled (isEnabled() returns false) pending further development
  • Evidence: ZA1 tool definition at line 414675, VuB() at line 414597, AL5() at line 414466

See this entry in the whole of v1.0.98 →