mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 14:44:57 +08:00
update codex config
This commit is contained in:
parent
162e228142
commit
7ce1fcc0be
3 changed files with 2 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue