II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:slash-mode
/mode json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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"
}
}
}
]
}