promptgarten ๐ŸŒฑ
๐ŸŒ ES

Command reference ยท Cursor CLI

/copy-conversation-id

Copies the current conversation's ID to the clipboard.

/copy-conversation-id copies the current session's conversation ID to the clipboard.

โœ… WHEN TO USE IT?

Find or reference a session later by its ID

/copy-conversation-id โ€” save the ID in a note

โ›” WHEN NOT TO?

It's about a single request, not the whole session

The conversation ID identifies the entire session, not a single request.

Better: Use /copy-request-id

SOURCES