The previous fix (aceddb6) removed --search entirely, disabling web search.
This restores web search functionality using the correct --enable flag
that works with the codex exec subcommand.
Related to #338
26 lines
537 B
JSON
26 lines
537 B
JSON
{
|
|
"name": "codex",
|
|
"command": "codex",
|
|
"additional_args": [
|
|
"--json",
|
|
"--dangerously-bypass-approvals-and-sandbox",
|
|
"--enable",
|
|
"web_search_request"
|
|
],
|
|
"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": []
|
|
}
|
|
}
|
|
}
|