{
"id": "interaction-primitive:transcript-export",
"_kind": "InteractionPrimitive",
"_file": "agent-stack/interaction-primitives/canonical-interaction-primitives.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Transcript Export",
"description": "Save the conversation/run transcript as a file (markdown, JSON,\nHTML) for sharing or archival.\n",
"kind": "editor-ui",
"surface": "editor-ui",
"category": "interaction-primitive-category:telemetry",
"availableInModes": [
"chat",
"plan",
"composer",
"edit"
],
"requiresPermission": false
},
"outgoingEdges": [
{
"from": "interaction-primitive:transcript-export",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-ui-impl:claude-code.ui@current",
"to": "interaction-primitive:transcript-export",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "ui-control"
}
}
}
]
}