680cc63b3d
Relay Deploy Dev / Deploy Relay Dev (push) Failing after 1s
Remote Deploy Dev / Deploy Remote Dev (push) Failing after 2s
Test / frontend-checks (push) Blocked by required conditions
Test / changes (push) Waiting to run
Test / backend-schema-checks (push) Blocked by required conditions
Test / backend-remote-checks (push) Blocked by required conditions
Test / backend-clippy (push) Blocked by required conditions
Test / backend-test (push) Blocked by required conditions
Test / tauri-checks (push) Blocked by required conditions
69 lines
1.1 KiB
JSON
69 lines
1.1 KiB
JSON
{
|
|
"executors": {
|
|
"CLAUDE_CODE": {
|
|
"DEFAULT": {
|
|
"CLAUDE_CODE": {
|
|
"dangerously_skip_permissions": true
|
|
}
|
|
}
|
|
},
|
|
"AMP": {
|
|
"DEFAULT": {
|
|
"AMP": {
|
|
"dangerously_allow_all": true
|
|
}
|
|
}
|
|
},
|
|
"GEMINI": {
|
|
"DEFAULT": {
|
|
"GEMINI": {
|
|
"yolo": true
|
|
}
|
|
}
|
|
},
|
|
"CODEX": {
|
|
"DEFAULT": {
|
|
"CODEX": {
|
|
"sandbox": "danger-full-access"
|
|
}
|
|
}
|
|
},
|
|
"OPENCODE": {
|
|
"DEFAULT": {
|
|
"OPENCODE": {
|
|
"auto_approve": true
|
|
}
|
|
}
|
|
},
|
|
"QWEN_CODE": {
|
|
"DEFAULT": {
|
|
"QWEN_CODE": {
|
|
"yolo": true
|
|
}
|
|
}
|
|
},
|
|
"CURSOR_AGENT": {
|
|
"DEFAULT": {
|
|
"CURSOR_AGENT": {
|
|
"force": true,
|
|
"model": "auto"
|
|
}
|
|
}
|
|
},
|
|
"COPILOT": {
|
|
"DEFAULT": {
|
|
"COPILOT": {
|
|
"allow_all_tools": true
|
|
}
|
|
}
|
|
},
|
|
"DROID": {
|
|
"DEFAULT": {
|
|
"DROID": {
|
|
"autonomy": "skip-permissions-unsafe"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|