Setup
Install Cursor from cursor.com and ensure the CLI is in your PATH.Configuration
Headless Mode (Cursor Agent)
Interactive Mode (Cursor IDE)
NEEDS_HUMAN since a human is expected to work alongside the agent.
Behavior Differences
| Feature | CURSOR_AGENT | CURSOR |
|---|---|---|
| Headless | Yes | No |
| Auto-verify | Yes | No |
| Human interaction | None | Required |
| Post-execution | → VERIFYING | → NEEDS_HUMAN |
Log Normalization
Draft normalizes Cursor’s log output into a structured format for easier reading in the UI. TheCursorLogNormalizer service handles parsing Cursor’s streaming output.