mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +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.