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.236 Home All releases olderv2.1.235 v2.1.237newer
Claude Code v2.1.236

Pressing Enter on a typed slash command runs it

Use it now
Useful4 Signal2
Slash Commands

Pressing Enter on a typed slash command now runs the best match instead of sending text.

What

Submitting the prompt while a slash command is typed now resolves the best matching command and executes it, rather than sending the text as a message. The matcher behind command search was also rebuilt with an explicit ranking order.

Details
  • Ranking runs exact name or display match, exact alias, shortest prefix, alias prefix, bucketed fuzzy score, then a caller-supplied boost.
  • Callers can pass a filter to restrict which commands are considered.
Evidence

displayPartKey

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

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.236 →