Created
December 30, 2025 13:18
-
-
Save cameroncooke/9efe289b3251f290ecc5bf0dd87f92bd to your computer and use it in GitHub Desktop.
One-shot non-interactive codex
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 characters
| # One-shot Codex: cdx "do x y and z" | |
| cdx() { | |
| codex -a on-request \ | |
| --sandbox danger-full-access \ | |
| exec \ | |
| --skip-git-repo-check \ | |
| "$*" 2>/dev/null | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment