II.
LaunchConfig JSON
Structured · livelaunch-config:codex.default
Codex CLI default json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "launch-config:codex.default",
"_kind": "LaunchConfig",
"_file": "agent-stack/launch-configs/codex-default.yaml",
"_cluster": "agent-stack",
"attributes": {
"agentVersionId": "agentVersion:codex:ge-0-119-0",
"displayName": "Codex CLI default",
"env": {},
"commArgs": [],
"description": "Default Codex CLI launch recipe. Spawns the `codex` CLI with no extra argv and uses the user's configured approval policy, sandbox mode, model, and project configuration.\nFor 0.134.0+, remote-control launch behavior is modeled separately: `codex remote-control` runs in the foreground, waits for readiness, reports machine status, and keeps explicit start/stop commands."
},
"outgoingEdges": [
{
"from": "launch-config:codex.default",
"to": "capability:streaming",
"kind": "requires_capability",
"attributes": {
"versionRange": ">=1.0.0 <2.0.0",
"level": "full"
}
},
{
"from": "launch-config:codex.default",
"to": "capability:supports-tool-use",
"kind": "requires_capability",
"attributes": {
"versionRange": ">=1.0.0 <2.0.0",
"level": "full"
}
},
{
"from": "launch-config:codex.default",
"to": "capability:supports-mcp",
"kind": "requires_capability",
"attributes": {
"versionRange": ">=1.0.0 <2.0.0",
"level": "full"
}
},
{
"from": "launch-config:codex.default",
"to": "execution:local-host",
"kind": "runs_via",
"attributes": {}
}
],
"incomingEdges": []
}