{
"id": "interaction-primitive:codex-diff-command",
"_kind": "InteractionPrimitive",
"_file": "agent-stack/interaction-primitives/ui-modes.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Diff command (Codex)",
"description": "Codex CLI's /diff slash command for reviewing workspace changes.",
"surface": "cli",
"availableInModes": [
"chat",
"plan",
"composer",
"edit"
],
"requiresPermission": false
},
"outgoingEdges": [
{
"from": "interaction-primitive:codex-diff-command",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-ui-impl:codex.ui@current",
"to": "interaction-primitive:codex-diff-command",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "slash-command",
"invocationToken": "/diff"
}
}
}
]
}