-
-
Save th3nolo/a014d0191f5b6fb70953550ebd909b80 to your computer and use it in GitHub Desktop.
Revisions
-
imWildCat revised this gist
Sep 8, 2025 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,4 +5,6 @@ cdx() { else codex -m gpt-5 --yolo -c model_reasoning_effort="high" --search "$@" fi } # Note: with auto confirmation. use at your own risk. thanks! -
imWildCat revised this gist
Sep 8, 2025 . 1 changed file with 8 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ # from: <https://x.com/iannuttall/status/1965090297630826931> cdx() { if [[ "$1" == "update" ]]; then npm install -g @openai/codex@latest else codex -m gpt-5 --yolo -c model_reasoning_effort="high" --search "$@" fi } -
imWildCat revised this gist
Sep 8, 2025 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,5 @@ # from: <https://x.com/iannuttall/status/1965090297630826931> cdx() { if [[ "$1" == "update" ]]; then npm install -g @openai/codex@latest else -
imWildCat created this gist
Sep 8, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ cdx() { if [[ "$1" == "update" ]]; then npm install -g @openai/codex@latest else codex -m gpt-5 -c model_reasoning_effort="high" --search "$@" fi }