Where does the bug appear (feature/product)?
Background Agent (GitHub, Slack, Web, Linear)
Describe the Bug
The API defines a “autoCreatePR” boolean, but a PR is still always created when a new agent is kicked off.
Side feature request: Would like the ability to also potentially kick off a Cursor cloud agent, and not create a new branch either, potentially just to ask it a question about codebase via cloud agents.
Steps to Reproduce
Send an API request with autoCreatePr to false and it will still create a PR
POST
/v0/agents
Expected Behavior
No PR created, but ability to still access the agent conversation programmatically via the API
Operating System
MacOS
Current Cursor Version (Menu → About Cursor → Copy)
V0 of the cloud agents API
For AI issues: which model did you use?
Opus 4.5
For AI issues: add Request ID with privacy disabled
Background Agent “id”: “bc-13208d85-ef2b-45e1-9b96-1c2d92a1a268”,
Additional Information
[CursorCloudAgent] Cursor API response: {
“id”: “bc-13208d85-ef2b-45e1-9b96-1c2d92a1a268”,
“status”: “CREATING”,
“source”: {
“repository”: “”,
“ref”: “main”
},
“target”: {
“autoCreatePr”: false,
“openAsCursorGithubApp”: false,
“skipReviewerRequest”: false,
“branchName”: “cursor/improve-customer-agent-integration-b292”,
“url”: “https://cursor.com/agents?id=bc-13208d85-ef2b-45e1-9b96-1c2d92a1a268”
},
Does this stop you from using Cursor
Sometimes - I can sometimes use Cursor
