promptgarten ๐ŸŒฑ
๐ŸŒ ES

Command reference ยท Cursor CLI

/about

Shows CLI version, system, and account info and copies it to the clipboard.

/about shows version, system, and account information and additionally copies it to the clipboard.

โœ… WHEN TO USE IT?

Gather diagnostic info for a bug report

/about โ€” paste the output directly into a support ticket

โ›” WHEN NOT TO?

Only the bare version number is needed

/about gives a whole info block, more than needed for a simple version check.

Better: Run agent --version in the terminal

SOURCES