iiRecord
Agentic AI Atlas · GitHub Copilot CLI
presentation:copilot-clia5c.ai
II.
Presentation JSON

presentation:copilot-cli

Structured · live

GitHub Copilot CLI json

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

File · agent-stack/presentations/copilot-cli.yamlCluster · agent-stack
Record JSON
{
  "id": "presentation:copilot-cli",
  "_kind": "Presentation",
  "_file": "agent-stack/presentations/copilot-cli.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "GitHub Copilot CLI",
    "kind": "tui",
    "description": "Terminal interface bundled with GitHub Copilot CLI. Renders\nnatural-language shell-command suggestions, explanations, and\ncoding-agent turns driven by GitHub-hosted infrastructure.\n",
    "renderingTechnology": "terminal-emulator",
    "themeSupport": "none",
    "accessibilitySupport": "basic",
    "offlineMode": "no",
    "platforms": [
      "darwin",
      "linux",
      "win32"
    ],
    "bundleSize": "~40 MB",
    "updateChannel": "extension-store",
    "accessibilityShortcuts": [
      "Ctrl+C: cancel suggestion"
    ]
  },
  "outgoingEdges": [
    {
      "from": "presentation:copilot-cli",
      "to": "agent-platform-impl:copilot-cli.platform@current",
      "kind": "bundled_with"
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-platform-impl:copilot-cli.platform@current",
      "to": "presentation:copilot-cli",
      "kind": "bundles",
      "attributes": {}
    }
  ]
}