You'll notice
Slash-command autocomplete gets new fuzzy-matching helpers to avoid pointless popups
What
New internal matching functions let slash-command autocomplete match a partially-typed /command against the command's full name, its short alias (the part after a colon), or its display label. The matching only offers suggestions if at least one candidate is actually longer than what you've typed, so autocomplete won't pop up when what you typed already exactly matches a command.
Why
This avoids showing an autocomplete popup that offers nothing new once you've already typed a full, exact command name.
/command
Extend Claude with skills modified, high confidence
* **Command files**: a Markdown file in `.claude/commands/` is the older format and still works. It supports the same [frontmatter](#frontmatter-reference) except `name` and `paths`, and you invoke it by its file name. Prefer a skill for n…see the edit
/command
How Claude Code uses prompt caching modified, high confidence
[Skills](/docs/en/skills) and [commands](/docs/en/commands) inject their instructions as user messages at the point of invocation. Nothing earlier in the conversation changes. A skill or command whose frontmatter names a `model` can be a […see the edit
/command
Use Claude Code in VS Code modified, high confidence
| Commands and skills | [All](/docs/en/commands) | Subset (type `/` to see available) |see the edit
/command
Create custom subagents modified, high confidence
A background subagent that completes stays listed in [`/tasks`](/docs/en/commands), marked done and sorted below running work, for the same 30 seconds as the footer hint. Its detail view stays open when the subagent finishes. Subagents tha…see the edit
/command
Continue local sessions from any device with Remote Control modified, medium confidence
* `/mcp`: from the mobile app, returns a text summary of server status instead of opening the picker. On the web, `/mcp` on its own opens a directory of [claude.ai connectors](/docs/en/mcp#use-mcp-servers-from-claude-ai) instead of returni…see the edit
/command
Manage sessions modified, medium confidence
Moving a session with [`/cd`](/docs/en/commands) relocates it to the new directory's project storage, so it appears in that directory's picker afterward. As of v2.1.196, a moved session stays out of the old directory's picker even after a …see the edit
/command
Extend agents with skills modified, medium confidence
If you have existing custom command files in `.claude/commands/`, they keep working. A command file at `.claude/commands/deploy.md` creates `/deploy` and works the same way as a skill at `.claude/skills/deploy/SKILL.md` would. If a command…see the edit
One source agreesOne thing we can check says the same as this entry.
Anthropic's documentation agrees
/command on Extend Claude with skills