What's wrong with this entry?
When you mistype a slash command or skill name, Claude Code now suggests the closest match.
- For slash commands:
Unknown command: /stauts. Did you mean /status? - For skills:
Unknown skill: comit. Did you mean commit? - Uses fuzzy string matching to find the best candidate from available commands and skills
- Tracks suggestion availability for analytics
Fuzzy matcher for commands and skills (search for "Did you mean /" and "Did you mean ")
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.