mirror of
https://github.com/openai/codex.git
synced 2026-05-02 12:21:26 +03: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.