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