Cursor Cloud Agent Not Shown in Agents Dashboard

Hey, thanks for the report.

On the first issue (the CLI hangs), this is a known regression starting from CLI version 2026.02.27. It’s already being tracked, but there’s no ETA yet. More details here: cursor-agent create-chat hangs indefinitely.

As a workaround, you can roll back the CLI to the previous version.

Or wrap it with timeout:

timeout 60 cursor-agent -c --yolo -p "your prompt"

On the second issue (the agent doesn’t show up in the dashboard), a couple of questions:

  1. Can you share the full CLI output when you run the command? I’m checking whether it printed an agent ID or a link.
  2. What does cursor-agent --version show?

Let me know if there’s anything else.