iiRecord
Agentic AI Atlas · GitHub Copilot CLI UI (current) — cli-only
agent-ui-impl:copilot-cli.ui@currenta5c.ai
II.
AgentUIImpl JSON

agent-ui-impl:copilot-cli.ui@current

Structured · live

GitHub Copilot CLI UI (current) — cli-only json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · agent-stack/ui-impls/copilot-cli-ui-current.yamlCluster · agent-stack
Record JSON
{
  "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"
      }
    }
  ]
}