Merge pull request #352 from DragonFSKY/fix/clink-codex-search-arg

feat: re-enable web search for clink codex using correct --enable flag
This commit is contained in:
Beehive Innovations
2025-12-15 14:21:39 +04:00
committed by GitHub
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": {