Skip to content

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
  1. Start an interactive terminal agent session in the current workspace. cursor-agent
  2. Authenticate with Cursor using the browser flow. cursor-agent login
  3. Show authentication status, account, and endpoint configuration. cursor-agent status
  4. Sign out and clear stored authentication. cursor-agent logout
  5. List previous chats for resuming. cursor-agent ls
  6. Resume the latest chat session. cursor-agent resume
  7. Continue the previous session. cursor-agent --continue
  8. Update Cursor Agent to the latest version. cursor-agent update
  9. Display version, system, and account information. cursor-agent about --format json
  10. Start read-only planning mode; analyze and propose without edits. cursor-agent --mode plan
  11. Start read-only Q&A mode for explanations and questions. cursor-agent --mode ask
  12. List available models and exit. cursor-agent --list-models
  13. Trust the current workspace without prompting. cursor-agent --trust
  14. Allow commands unless explicitly denied. cursor-agent --force
  15. Use Smart Auto: automatically run safe tool calls and prompt for the rest. cursor-agent --auto-review
  16. Editor chat command that creates a reusable project rule. /create-rule