II.
LaunchConfig JSON
Structured · livelaunch-config:codex.full-auto
Codex CLI full-auto launch json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "launch-config:codex.full-auto",
"_kind": "LaunchConfig",
"_file": "agent-stack/launch-configs/codex-default.yaml",
"_cluster": "agent-stack",
"attributes": {
"agentVersionId": "agentVersion:codex:ge-0-119-0",
"displayName": "Codex CLI full-auto launch",
"env": {},
"commArgs": [
"--full-auto"
],
"description": "Codex CLI launch recipe for the `--full-auto` convenience flag, equivalent to `--ask-for-approval on-request --sandbox workspace-write` for low-friction sandboxed automatic execution."
},
"outgoingEdges": [
{
"from": "launch-config:codex.full-auto",
"to": "capability:supports-tool-use",
"kind": "requires_capability",
"attributes": {
"versionRange": ">=1.0.0 <2.0.0",
"level": "full"
}
},
{
"from": "launch-config:codex.full-auto",
"to": "execution:local-host",
"kind": "runs_via",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "claim:codex-research-cli-convenience-launch-flags",
"to": "launch-config:codex.full-auto",
"kind": "about_subject"
}
]
}