iiRecord
Agentic AI Atlas · /mode
interaction-primitive:slash-modea5c.ai
II.
InteractionPrimitive JSON

interaction-primitive:slash-mode

Structured · live

/mode json

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

File · agent-stack/interaction-primitives/canonical-interaction-primitives.yamlCluster · agent-stack
Record JSON
{
  "id": "interaction-primitive:slash-mode",
  "_kind": "InteractionPrimitive",
  "_file": "agent-stack/interaction-primitives/canonical-interaction-primitives.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "/mode",
    "description": "Switch the active operating mode (plan / normal / yolo / etc.).",
    "kind": "slash-command",
    "surface": "slash-command",
    "category": "interaction-primitive-category:configuration",
    "availableInModes": [
      "chat",
      "plan",
      "composer",
      "edit"
    ],
    "requiresPermission": false
  },
  "outgoingEdges": [
    {
      "from": "interaction-primitive:slash-mode",
      "to": "layer:10-interaction",
      "kind": "realizes",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-ui-impl:claude-code.ui@current",
      "to": "interaction-primitive:slash-mode",
      "kind": "supports_interaction_primitive",
      "attributes": {
        "attributes": {
          "mechanism": "slash-command",
          "invocationToken": "/mode"
        }
      }
    }
  ]
}