codex config update

This commit is contained in:
David Chen 2025-11-23 17:02:28 -08:00
parent 7c141f1fc8
commit cf0ba2d25c
2 changed files with 18 additions and 7 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' --enable web_search_request)
codex_cmd=(codex)
local search_dir=$PWD
local overlay_file=""
while :; do