update codex config

This commit is contained in:
David Chen 2025-11-05 15:29:08 -08:00
parent 162e228142
commit 7ce1fcc0be
3 changed files with 2 additions and 6 deletions

View file

@ -1,6 +1,6 @@
co() {
local -a codex_cmd
codex_cmd=(codex --sandbox danger-full-access -m gpt-5 -c 'model_reasoning_summary_format=experimental' -c 'model_reasoning_effort=high')
codex_cmd=(codex --sandbox danger-full-access -m gpt-5 -c 'model_reasoning_summary_format=experimental' -c 'model_reasoning_effort=high' --enable web_search_request)
local search_dir=$PWD
local overlay_file=""
while :; do