mirror of
https://github.com/openai/codex.git
synced 2026-09-14 11:57:03 +00:00
This fixes flags before the exec subcommend being ignored: ``` codex -m test-model exec "Hello world" ``` The above previously would ignore the -m override and use the configured default.