II.
AgentUIImpl JSON
Structured · liveagent-ui-impl:copilot-cli.ui@current
GitHub Copilot CLI UI (current) — cli-only json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "agent-ui-impl:copilot-cli.ui@current",
"_kind": "AgentUIImpl",
"_file": "agent-stack/ui-impls/copilot-cli-ui-current.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "GitHub Copilot CLI UI (current) — cli-only",
"agentVersionId": "agentVersion:copilot:ge-1-0-55-3",
"packageRef": "source-ref:gh-copilot-github",
"uiKind": "cli-only",
"presentationsBundled": [
"presentation:copilot-cli"
],
"themeSupport": "none",
"accessibilitySupport": "basic",
"notes": "GitHub Copilot CLI is a non-interactive CLI surface (gh extension); the\nuser-facing primitive set is small but includes focused slash-command\ncontrols added through the 1.0.55 line.\n"
},
"outgoingEdges": [
{
"from": "agent-ui-impl:copilot-cli.ui@current",
"to": "layer:11-presentation",
"kind": "realizes",
"attributes": {}
},
{
"from": "agent-ui-impl:copilot-cli.ui@current",
"to": "interaction-primitive:slash-help",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "slash-command",
"invocationToken": "/help"
}
}
},
{
"from": "agent-ui-impl:copilot-cli.ui@current",
"to": "interaction-primitive:copilot-slash-autopilot",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "slash-command",
"invocationToken": "/autopilot",
"argumentPattern": "<objective>"
}
}
},
{
"from": "agent-ui-impl:copilot-cli.ui@current",
"to": "interaction-primitive:copilot-slash-goal",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "slash-command",
"invocationToken": "/goal",
"aliasFor": "/autopilot",
"argumentPattern": "<objective>"
}
}
},
{
"from": "agent-ui-impl:copilot-cli.ui@current",
"to": "interaction-primitive:slash-statusline",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "slash-command",
"invocationToken": "/statusline",
"executionAllowedWhileAgentRuns": true
}
}
},
{
"from": "agent-ui-impl:copilot-cli.ui@current",
"to": "interaction-primitive:slash-theme",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "slash-command",
"invocationToken": "/theme",
"executionAllowedWhileAgentRuns": true
}
}
}
],
"incomingEdges": [
{
"from": "agentVersion:copilot:ge-1-0-55-3",
"to": "agent-ui-impl:copilot-cli.ui@current",
"kind": "composed_of",
"attributes": {
"role": "ui"
}
}
]
}