Files
vibe-kanban/crates/executors/default_profiles.json
2025-09-15 21:48:40 +01:00

84 lines
1.4 KiB
JSON

{
"executors": {
"CLAUDE_CODE": {
"DEFAULT": {
"CLAUDE_CODE": {
"dangerously_skip_permissions": true
}
},
"PLAN": {
"CLAUDE_CODE": {
"plan": true
}
}
},
"AMP": {
"DEFAULT": {
"AMP": {
"dangerously_allow_all": true
}
}
},
"GEMINI": {
"DEFAULT": {
"GEMINI": {
"model": "default",
"yolo": true
}
},
"FLASH": {
"GEMINI": {
"model": "flash",
"yolo": true
}
}
},
"CODEX": {
"DEFAULT": {
"CODEX": {
"sandbox": "auto",
"model": "gpt-5-codex"
}
},
"HIGH": {
"CODEX": {
"sandbox": "auto",
"model_reasoning_effort": "high",
"model": "gpt-5-codex"
}
},
"GPT_5": {
"CODEX": {
"sandbox": "auto",
"model": "gpt-5"
}
},
"GPT_5_HIGH": {
"CODEX": {
"sandbox": "auto",
"model_reasoning_effort": "high",
"model": "gpt-5"
}
}
},
"OPENCODE": {
"DEFAULT": {
"OPENCODE": {}
}
},
"QWEN_CODE": {
"DEFAULT": {
"QWEN_CODE": {
"yolo": true
}
}
},
"CURSOR": {
"DEFAULT": {
"CURSOR": {
"force": true
}
}
}
}
}