You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(commands): "Did you mean /X?" suggestions on typos
Unknown slash commands now compute Levenshtein distance against the
registered command names and suggest the nearest match when it's a
plausible typo (distance ≤ max(2, ⌈len/3⌉)). Falls back to the
generic "Try /help" when nothing's close enough.
0 commit comments