iiRecord
Agentic AI Atlas · Codex CLI full-auto launch
launch-config:codex.full-autoa5c.ai
II.
LaunchConfig JSON

launch-config:codex.full-auto

Structured · live

Codex CLI full-auto launch json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · agent-stack/launch-configs/codex-default.yamlCluster · agent-stack
Record JSON
{
  "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"
    }
  ]
}