Cursor cheatsheet
Cursor has two surfaces that look similar but are not interchangeable: the Cursor editor and the agent/cursor-agent terminal CLI. The reference below keeps their commands separate. CLI rows were checked against the installed binary v2026.08.11-e8db854; editor workflows and documented CLI behavior were checked against Cursor’s official docs on 2026-08-18.
Use the search box for a flag, file, shortcut, or workflow such as resume, permissions, mcp, Bugbot, or model.
Command drill
16 verified Cursor commands. Read the task, type the command, press Enter. Every answer is on this page's tables - this drill only asks what the verified data already states.
Answer key - all 16 commands
- Start an interactive terminal agent session in the current workspace.
cursor-agent - Authenticate with Cursor using the browser flow.
cursor-agent login - Show authentication status, account, and endpoint configuration.
cursor-agent status - Sign out and clear stored authentication.
cursor-agent logout - List previous chats for resuming.
cursor-agent ls - Resume the latest chat session.
cursor-agent resume - Continue the previous session.
cursor-agent --continue - Update Cursor Agent to the latest version.
cursor-agent update - Display version, system, and account information.
cursor-agent about --format json - Start read-only planning mode; analyze and propose without edits.
cursor-agent --mode plan - Start read-only Q&A mode for explanations and questions.
cursor-agent --mode ask - List available models and exit.
cursor-agent --list-models - Trust the current workspace without prompting.
cursor-agent --trust - Allow commands unless explicitly denied.
cursor-agent --force - Use Smart Auto: automatically run safe tool calls and prompt for the rest.
cursor-agent --auto-review - Editor chat command that creates a reusable project rule.
/create-rule