mirror of
https://github.com/openai/codex.git
synced 2026-08-23 13:09:46 +00:00
Reverts https://github.com/openai/codex/pull/386 because: * The parsing logic for shell commands was unsafe (`split(/\s+/)` instead of something like `shell-quote`) * We have a different plan for supporting auto-approved commands.