| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is a fork of the OpenAI Codex CLI. For details about the original Codex CLI, its features, and usage, please refer to the main repository.
This fork introduces enhancements on the badpirate branch, focusing on "Unlocking Container Agent" capabilities. The goal is to enable a truly Full Auto agent that can:
The run_in_container.sh script has been enhanced with additional flags to provide more flexibility and control over containerized workflows. Below are the new flags and their purposes:
--dangerously-allow-network-outbound
--dangerously-allow-sudo
--dangerously-allow-install
--allow-docker-in-docker
--notify
Run a simple command inside the container:
./run_in_container.sh "echo Hello, world!"Allow unrestricted outbound network traffic and sudo execution:
./run_in_container.sh --dangerously-allow-install --work_dir /path/to/project "npm install"Enable Docker-in-Docker and list running containers:
./run_in_container.sh --allow-docker-in-docker "docker ps"Clone this repository and switch to the badpirate branch:
git clone https://github.com/badpirate/codex.git
cd codex
git checkout badpirateBuild the container:
./codex-cli/scripts/build_container.shRun the container with the desired flags:
./codex-cli/scripts/run_in_container.sh --dangerously-allow-install --allow-docker-in-dockerThis fork is ideal for developers who need:
For any questions or contributions, feel free to open an issue or pull request. Happy hacking! 🚀
| Back | FazBrowse Home | New Git URL |