top | item 46980570

(no title)

roflcopter69 | 19 days ago

There's one really confusing thing in Codex CLI from my perspective. How do I make it run unsandboxed but still ask me for approvals? I'm fine with it running bare on my machine but I like to approve first before it runs commands. But I only see how I can configure to have both or none. What am I missing?

discuss

order

machiaweliczny|19 days ago

--help explains this, -s for sandbox and -a for approvals

roflcopter69|18 days ago

Thanks! That helped. Really strange though, that the slash commands inside the CLI do not allow for such a detailed configuration. It allows for the sandbox and approvals options but there's only "default" and "just allow everything" while the CLI flags or the config.toml allows for more nuanced options.