iiRecord
Agentic AI Atlas · Codex remote-control explicit start/stop launch
launch-config:codex.remote-control-start-stopa5c.ai
II.
LaunchConfig JSON

launch-config:codex.remote-control-start-stop

Structured · live

Codex remote-control explicit start/stop 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.remote-control-start-stop",
  "_kind": "LaunchConfig",
  "_file": "agent-stack/launch-configs/codex-default.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "agentVersionId": "agentVersion:codex:ge-0-119-0",
    "displayName": "Codex remote-control explicit start/stop launch",
    "env": {},
    "commArgs": [
      "remote-control",
      "start"
    ],
    "stopArgs": [
      "remote-control",
      "stop"
    ],
    "description": "Codex CLI 0.134.0 daemon-style remote-control lifecycle recipe with explicit start and stop commands for supervisors that manage the service boundary themselves."
  },
  "outgoingEdges": [
    {
      "from": "launch-config:codex.remote-control-start-stop",
      "to": "capability:supports-tool-use",
      "kind": "requires_capability",
      "attributes": {
        "versionRange": ">=0.134.0",
        "level": "full"
      }
    },
    {
      "from": "launch-config:codex.remote-control-start-stop",
      "to": "execution:local-host",
      "kind": "runs_via",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}