Text after custom commands in Cursor CLI is ignored / cut off.
Mostly the text after the command serves as it’s input. However, in Cursor CLI, since this part is cut off, I can not reference to it in the command’s instructions.
Steps to Reproduce
Add a command to ~/.cursor/commands/echo.md
Echo back the input you were given.
Run the command e.g. /echo Hello World
Expected Behavior
Should echo back “Hello world” as in Cursor Editor.
Hey, thanks for the report. There’s currently a bug where arguments after the command are ignored. For example, /echo Hello World will process only /echo and the text “Hello World” will be lost. In Cursor Editor this works correctly.
This bug is already being investigated by the team.