You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(run_in_container): drop hardcoded --full-auto flag
What:
This commit removes the hardcoded `--full-auto` flag
from the `run_in_container.sh` script.
Why:
The `--full-auto` flag was hardcoded in the `run_in_container.sh` script,
which is used to run Codex in a containerized environment.
This flag was causing issues for users who wanted to run Codex with
different approval modes or configurations.
How:
By removing the hardcoded flag, users can now specify their own
approval modes and configurations when running Codex in a container.
This change aligns the behavior of the containerized version of Codex
with the behavior of the non-containerized version, allowing for greater
flexibility and customization.
Refs #781 - #781
0 commit comments