Files
vibe-kanban/crates/executors/default_profiles.json
Louis Knight-Webb 0bf8138742 Refactor command builders (#601)
* refactor command builders

* remove log

* codex

* cursor model

* consistent cmd overrides

* shared types

* default for CmdOverrides
2025-09-02 11:20:04 +01:00

69 lines
1.1 KiB
JSON

{
"executors": {
"CLAUDE_CODE": {
"DEFAULT": {
"CLAUDE_CODE": {
"dangerously_skip_permissions": true
}
},
"PLAN": {
"CLAUDE_CODE": {
"plan": true
}
},
"ROUTER": {
"CLAUDE_CODE": {
"claude_code_router": true,
"dangerously_skip_permissions": 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": "danger-full-access"
}
}
},
"OPENCODE": {
"DEFAULT": {
"OPENCODE": {}
}
},
"QWEN_CODE": {
"DEFAULT": {
"QWEN_CODE": {
"yolo": true
}
}
},
"CURSOR": {
"DEFAULT": {
"CURSOR": {
"force": true
}
}
}
}
}