docs: clarify Codex sandbox, approval, network, and AGENTS.md configuration#283
Closed
chihkang wants to merge 1 commit intoopenabdev:mainfrom
Closed
docs: clarify Codex sandbox, approval, network, and AGENTS.md configuration#283chihkang wants to merge 1 commit intoopenabdev:mainfrom
chihkang wants to merge 1 commit intoopenabdev:mainfrom
Conversation
Collaborator
|
Hi @chihkang, thanks for the contribution — the core Helm config and config.toml examples are useful. However, after discussion we'd like to scope this doc to installation-essential steps only. Specifically: Keep:
Remove:
Please trim the PR accordingly and reopen when ready. Thanks! |
Author
|
Trimmed this branch to installation-essential Codex docs only:
GitHub would not allow me to reopen this closed PR, so I opened #350 with the updated branch instead. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This updates the Codex deployment guide to better document the configuration that matters in real deployments.
What changed
agents.codex.argsas the Helm pass-through for Codex runtime settingsagents.codex.agentsMdas the supported way to persistAGENTS.mdghWhy
The current guide only shows the minimal setup with
args = [], which makes it easy to miss that Codex shell behavior depends on sandbox, approval, and network settings.That gap becomes especially visible when users try to run networked shell commands from Discord, such as GitHub CLI commands.
Related: #286