Resume the most recent conversation

sessions

// what it does

cursor-agent resume reopens your latest chat with its full context. cursor-agent --continue does the same and is just an alias for --resume=-1. Inside a session, the /resume slash command reopens the picker instead.

// shell

$ cursor-agent resume
$ cursor-agent --continue

// gotcha

"Latest" is per account, not per directory — resume can reopen a conversation started in a different repo. When you need a specific project's thread, use cursor-agent ls or --resume="<id>" rather than trusting the most-recent shortcut.

// resources