Where does the bug appear (feature/product)?
Background Agent (GitHub, Slack, Web, Linear)
Describe the Bug
Trying to change “PR Review Destination” for Cloud Agents in the Web returns a 400 error
POST https://cursor.com/api/dashboard/update-team-admin-settings 400 (Bad Request)
{
"message": "Error",
"details": [
{
"error": "ERROR_BAD_REQUEST",
"details": {
"title": "Bad Request",
"detail": "Team model access control feature is not enabled for this team",
"isRetryable": false,
"additionalInfo": {},
"buttons": [],
"planChoices": []
},
"isExpected": true
}
]
}
The UI doesn’t give any feedback other than not changing the value
Steps to Reproduce
- https://cursor.com/dashboard?tab=cloud-agents
- Change “PR Review Destination” from Github to Graphite
Expected Behavior
It should change ![]()
Screenshots / Screen Recordings
Operating System
MacOS
Version Information
Web, Chrome
Does this stop you from using Cursor
No - Cursor works, but with this issue
