mirror of
https://github.com/theniceboy/.config.git
synced 2026-05-11 17:36:05 +08:00
AGENTS.md updates
This commit is contained in:
parent
887724af70
commit
04c174c8ef
3 changed files with 13 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' --search)
|
||||
codex_cmd=(codex --sandbox danger-full-access -m gpt-5 -c 'model_reasoning_summary_format=experimental' -c 'model_reasoning_effort=high')
|
||||
local search_dir=$PWD
|
||||
local overlay_file=""
|
||||
while :; do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue