Where does the bug appear (feature/product)?
Somewhere else…
Describe the Bug
When trying to do a test run of an automation I get the error seen in the screenshot.
Steps to Reproduce
Create an automation with the following JSON structure.
{
“name”: “",
“triggers”: [
{
“cron”: {
“cron”: "20 4 * * "
}
}
],
“actions”: [
{
“mcp”: {
“server”: {
“id”: “1096119”,
“name”: “playwright-mcp”
}
}
}
],
“prompts”: [
{
“prompt”: ""
}
],
“agentOptions”: {
“privateWorker”: {
“labels”: [
{
“key”: “name”,
“value”: ""
},
{
“key”: “cursor.private_worker.shared_assignment_allowed”,
“value”: “true”
}
]
}
},
“memoryEnabled”: true,
“scope”: “private”,
“gitConfig”: {
“repo”: "https://gitlab.com/",
“repos”: [
"https://gitlab.com/**”
],
“branch”: “”
}
}
Expected Behavior
I’d expect to be able to do a test run and if a default branch is needed I should have an option to specify it.
Screenshots / Screen Recordings
Operating System
MacOS
Version Information
Web Client with agent cli at version: 2026.05.09-0afadcc
Does this stop you from using Cursor
Yes - Cursor is unusable
