See title – that would help. Otherwise the Bot is always negging for easy tasks ![]()
And the char limit with 100 letters ![]()
See title – that would help. Otherwise the Bot is always negging for easy tasks ![]()
And the char limit with 100 letters ![]()
Not really. There is something called codex --full-auto
I think.
Thanks for the reply, seeing codex --full-auto was of value to know what you were thinking.
Short answer:
npm install --save-dev @openai/codex
npx codex --full-auto
or
./node_modules/.bin/codex --full-auto
Disclosure:
npx codex --full-auto did not test the option ./node_modules/.bin/codex --full-autoNotes
/ commands as needed from the GUI.full-auto not to request any approvals, the example slot machine project noted in the prompt below did require me to give 4 manual approvals.The prompt that follows is very specific to my workflow, adjust as needed for your workflow.
Please provide detailed, step-by-step instructions—suitable for an experienced developer on Windows 11—demonstrating how to use codex --full-auto inside a Projects folder (with full read/write access).
Provide clear explanations for:
codex --full-auto works inside a project foldercodex --help, version checks, etc.)Do not recommend modifying system PATH.
Instead:
git, grep, etc.)After environment setup is confirmed, walk through:
Creating a new project (e.g., ~/Projects/slot-machine-demo).
Running codex --full-auto to generate a simple web-based slot machine game (HTML/CSS/JS).
Any interaction needed with Codex during the generation process.
Using Git to initialize the repo, stage files, and commit changes — no GitHub pushes.
Any verification steps (viewing files, confirming output, confirming commits).
Skip explaining what common commands (like git add, cp, ls) do.
Only environment-specific instructions (Windows quirks, Codex install, absolute paths, etc.) should receive detailed explanation.
Well, there you see the issue, it needs to be auto. That is something the OpenAI team should add – an auto mode for grunt work.
After reading your last reply what you asked seems so obvious that surely it must exist.
Since OpenAI does have a GitHub Codex repo did a search
repo:openai/codex full-auto
At this point I don’t plan to test out options based on what is presented in the search as I work on Windows and don’t use WSL as it will allocate GBs of memory that are then unavailable for the Windows OS.
Thanks for asking the question.
After looking at the agent’s working process, I found a solution. You need to write an ExecPlan that is loaded over the PLANS.md file. That actually works quite well. However, it would be easier if there was an option to change the agent’s default plan/action to recognise certain prompts. But I assume this is actually wanted, or let’s call it a feature. ![]()
But Codex-CLI is not a VSCode plugin? ![]()