II.
LaunchConfig JSON
Structured · livelaunch-config:codex.approval-on-failure
Codex CLI deprecated on-failure approval-policy launch json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "launch-config:codex.approval-on-failure",
"_kind": "LaunchConfig",
"_file": "agent-stack/launch-configs/codex-default.yaml",
"_cluster": "agent-stack",
"attributes": {
"agentVersionId": "agentVersion:codex:ge-0-119-0",
"displayName": "Codex CLI deprecated on-failure approval-policy launch",
"env": {},
"commArgs": [
"--ask-for-approval",
"on-failure"
],
"description": "Deprecated Codex CLI launch recipe that sets `--ask-for-approval on-failure`, running commands without asking first and escalating after command failure. Codex CLI help recommends `on-request` for interactive runs or `never` for non-interactive runs instead."
},
"outgoingEdges": [
{
"from": "launch-config:codex.approval-on-failure",
"to": "capability:supports-tool-use",
"kind": "requires_capability",
"attributes": {
"versionRange": ">=1.0.0 <2.0.0",
"level": "full"
}
},
{
"from": "launch-config:codex.approval-on-failure",
"to": "execution:local-host",
"kind": "runs_via",
"attributes": {}
}
],
"incomingEdges": []
}