Where does the bug appear (feature/product)?
Cursor CLI
Describe the Bug
When using any other model than Grok or “auto”, the cli doesn’t respond. After a short “generating…” state, the ui is back to the input step (prompt in text input box) and that’s it.
Running with --debug flag, it seems to be a problem with OpenTelemetry on the backend side.
Terminal:
cursor-agent --model gpt-5 --debug
Cursor Agent
~/src/userlytics-service · main
Debug info: http://127.0.0.1:43111
┌───────────────────────────────────────────────────┐
│ Hello there GPT! |
└───────────────────────────────────────────────────┘
GPT-5
/ commands · @ files · ! shell
From the debug page:
--- Cursor Agent Debug Session 2025-09-21T19:46:28.481Z ---
2025-09-21T19:46:28.486
debug-session-start
{
"event": "debug-session-start",
"port": 43111,
"basePort": 43111,
"attempts": 1,
"ephemeralFallback": false,
"directory": "/tmp/cursor-agent-debug-KyQjVI",
"logFile": "/tmp/cursor-agent-debug-KyQjVI/session.log",
"pid": 4008175,
"startTime": "2025-09-21T19:46:28.486Z"
}
2025-09-21T19:46:29.060
privacy.refresh.start {"isStale":false,"sampleEvery":10}
2025-09-21T19:46:29.122
Loading existing conversation
2025-09-21T19:46:29.214
protoPrivacyToGhostMode {"privacyMode":2}
2025-09-21T19:46:29.264
privacy.refresh.updated {"ghost":true}
2025-09-21T19:46:37.816
logger {"message":"Running agent","metadata":{"action":{"userMessageAction":{"userMessage":{"text":"Hello there GPT!","messageId":"db75dae3-69a4-4634-bdf6-b443c06ee3d1","selectedContext":{"selectedImages":[]}}}},"modelDetails":{"modelId":"gpt-5","displayModelId":"gpt-5","displayName":"GPT-5","displayNameShort":"GPT-5","aliases":[]}}}
2025-09-21T19:46:46.882
otel.error {"stack":"OTLPExporterError: Bad Request\n at IncomingMessage.<anonymous> (file:///home/mwb/.local/share/cursor-agent/versions/2025.09.18-7ae6800/index.js:3766:25916)\n at IncomingMessage.emit (node:events:530:35)\n at endReadableNT (node:internal/streams/readable:1698:12)\n at process.processTicksAndRejections (node:internal/process/task_queues:90:21)","message":"Bad Request","code":"400","name":"OTLPExporterError","data":"{\"error\":\"Trace spans collection is not enabled for this user\"}"}
Steps to Reproduce
Any time I try cursor-agent with any model other than Grok, for any prompt.
Expected Behavior
I expect any model that I am able to select to work, or display a clear error message
Operating System
Linux
Current Cursor Version (Menu → About Cursor → Copy)
2025.09.18-7ae6800 (cursor-agent cli)
Additional Information
I’m a user on a Team Plan.
Does this stop you from using Cursor
Yes - Cursor is unusable