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
This commit is contained in:
谢栋梁
2025-12-03 14:32:37 +08:00
parent bcfaccecd4
commit e7b9f3a5d7
2 changed files with 10 additions and 2 deletions

View File

@@ -3,7 +3,9 @@
"command": "codex",
"additional_args": [
"--json",
"--dangerously-bypass-approvals-and-sandbox"
"--dangerously-bypass-approvals-and-sandbox",
"--enable",
"web_search_request"
],
"env": {},
"roles": {