Description
When entering a command name with spaces or special characters, the name is automatically sanitized (e.g., "my command" becomes "my-command"), but the user is not informed of this transformation before saving.
Steps to Reproduce
- Open the create command modal
- Enter a name with spaces, e.g., "my new command"
- Save the command
Expected Behavior
Show a clear hint indicating what the final command name will be (e.g., "Will be created as my-new-command").
Actual Behavior
No indication that the name will be transformed. The user only discovers the actual name after saving.