Files
谢栋梁 e7b9f3a5d7 feat: re-enable web search for clink codex using correct --enable flag
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
2025-12-03 14:32:37 +08:00

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": []
}
}
}