feat: support for codex as external CLI
fix: improved handling of MCP token limits when handling CLI output
This commit is contained in:
23
conf/cli_clients/codex.json
Normal file
23
conf/cli_clients/codex.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "codex",
|
||||
"command": "codex",
|
||||
"additional_args": [
|
||||
"--json",
|
||||
"--dangerously-bypass-approvals-and-sandbox"
|
||||
],
|
||||
"env": {},
|
||||
"roles": {
|
||||
"default": {
|
||||
"prompt_path": "systemprompts/clink/codex_default.txt",
|
||||
"role_args": []
|
||||
},
|
||||
"planner": {
|
||||
"prompt_path": "systemprompts/clink/codex_planner.txt",
|
||||
"role_args": []
|
||||
},
|
||||
"codereviewer": {
|
||||
"prompt_path": "systemprompts/clink/codex_codereviewer.txt",
|
||||
"role_args": []
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user