II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:codex-profile-switch
Profile switch (Codex) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:codex-profile-switch",
"_kind": "InteractionPrimitive",
"_file": "agent-stack/interaction-primitives/ui-modes.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Profile switch (Codex)",
"description": "Codex CLI's profile-switch command.",
"surface": "cli",
"availableInModes": [
"chat",
"plan",
"composer",
"edit"
],
"requiresPermission": true
},
"outgoingEdges": [
{
"from": "interaction-primitive:codex-profile-switch",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-ui-impl:codex.ui@current",
"to": "interaction-primitive:codex-profile-switch",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "slash-command",
"invocationToken": "/profile"
}
}
}
]
}