Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
The agent is stuck on ‘planning next moves’ and is not moving.
Steps to Reproduce
2+2
Expected Behavior
4
Operating System
MacOS
Current Cursor Version (Menu → About Cursor → Copy)
Version: 2.2.14
VSCode Version: 1.105.1
Commit: 1685afce45886aa5579025ac7e077fc3d4369c50
Date: 2025-12-11T01:12:35.790Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Darwin arm64 24.2.0
For AI issues: which model did you use?
auto
Additional Information
The error displayed in the console is as follows:"
{
"error": {
"name": "ConnectError",
"message": "[invalid_argument] Error",
"stack": "ConnectError: [invalid_argument] Error\n at t (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:12095:457498)\n at async Object.getTeamAdminSettings (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:585:93853)\n at async L6l (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:614:3706)\n at async Veh (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:614:4236)"
}
}
{
"arch": "arm64",
"platform": "darwin",
"channel": "stable",
"client_version": "2.2.14",
"service": "aiserver.v1.DashboardService",
"method": "GetTeamAdminSettings",
"requestId": "not-found",
"code": 3,
"errorName": "ConnectError",
"errorDetails": [
{
"type": "aiserver.v1.ErrorDetails",
"value": {
"0": 8,
"1": 36,
"2": 18,
"3": 80,
"4": 10,
"5": 12,
"6": 66,
"7": 97,
"8": 100,
"9": 32,
"10": 114,
"11": 101,
"12": 113,
"13": 117,
"14": 101,
"15": 115,
"16": 116,
"17": 46,
"18": 18,
"19": 62,
"20": 84,
"21": 101,
"22": 97,
"23": 109,
"24": 32,
"25": 109,
"26": 111,
"27": 100,
"28": 101,
"29": 108,
"30": 32,
"31": 97,
"32": 99,
"33": 99,
"34": 101,
"35": 115,
"36": 115,
"37": 32,
"38": 99,
"39": 111,
"40": 110,
"41": 116,
"42": 114,
"43": 111,
"44": 108,
"45": 32,
"46": 102,
"47": 101,
"48": 97,
"49": 116,
"50": 117,
"51": 114,
"52": 101,
"53": 32,
"54": 105,
"55": 115,
"56": 32,
"57": 110,
"58": 111,
"59": 116,
"60": 32,
"61": 101,
"62": 110,
"63": 97,
"64": 98,
"65": 108,
"66": 101,
"67": 100,
"68": 32,
"69": 102,
"70": 111,
"71": 114,
"72": 32,
"73": 116,
"74": 104,
"75": 105,
"76": 115,
"77": 32,
"78": 116,
"79": 101,
"80": 97,
"81": 109,
"82": 32,
"83": 0,
"84": 24,
"85": 1
},
"debug": {
"error": "ERROR_BAD_REQUEST",
"details": {
"title": "Bad request.",
"detail": "Team model access control feature is not enabled for this team",
"isRetryable": false
},
"isExpected": true
}
}
],
"errorDetailsDebug": "{\"error\":\"ERROR_BAD_REQUEST\",\"details\":{\"title\":\"Bad request.\",\"detail\":\"Team model access control feature is not enabled for this team\",\"isRetryable\":false},\"isExpected\":true}",
"timeoutMs": "undefined"
}
Does this stop you from using Cursor
Yes - Cursor is unusable