24 lines
495 B
JSON
24 lines
495 B
JSON
{
|
|
"name": "codex",
|
|
"command": "codex",
|
|
"additional_args": [
|
|
"--json",
|
|
"--dangerously-bypass-approvals-and-sandbox"
|
|
],
|
|
"env": {},
|
|
"roles": {
|
|
"default": {
|
|
"prompt_path": "systemprompts/clink/default.txt",
|
|
"role_args": []
|
|
},
|
|
"planner": {
|
|
"prompt_path": "systemprompts/clink/default_planner.txt",
|
|
"role_args": []
|
|
},
|
|
"codereviewer": {
|
|
"prompt_path": "systemprompts/clink/codex_codereviewer.txt",
|
|
"role_args": []
|
|
}
|
|
}
|
|
}
|