GitHub Copilot CLI Core (current)
agent-core-impl:copilot-cli.core@current
AgentCoreImplagent-stack/core-impls/copilot-cli-core-current.yaml·Open in Graph → {
"id": "agent-core-impl:copilot-cli.core@current",
"_kind": "AgentCoreImpl",
"_file": "agent-stack/core-impls/copilot-cli-core-current.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "GitHub Copilot CLI Core (current)",
"agentVersionId": "agent-version:copilot-cli@current",
"packageRef": "source-ref:gh-copilot-github",
"loopIteratorPolicy": "server-managed",
"loopIteratorNotes": "The Copilot CLI does not run a local tool-use loop. It opens an HTTPS request to\n`api.githubcopilot.com` and streams the server's response (chat-style) back to\nthe user's terminal. There is no local tool dispatch or turn boundary management.\n",
"contextManagementStrategy": "server-managed",
"compactionTriggerNotes": "Context-management is fully server-side and not exposed to the CLI.\n",
"subagentInvokerPolicy": "not-applicable",
"subagentInvokerNotes": "Copilot CLI does not expose a subagent primitive; the server may internally\ndecompose tasks but the protocol remains a single chat session.\n",
"resultSynthesisPolicy": "server-managed",
"resultSynthesisNotes": "Server emits the final answer as a streamed text response; the CLI prints it\nline-by-line and exits when the stream closes.\n",
"stopDetectionStrategy": "structured-end-event",
"transportClientLibrary": "gh-cli",
"supportedTransportProtocols": [
"model-transport:github-copilot"
],
"parallelToolCallHandling": "not-supported",
"streamingFidelity": "partial",
"thinkingChannelHandling": "not-supported"
},
"outgoingEdges": [
{
"from": "agent-core-impl:copilot-cli.core@current",
"to": "layer:4-agent-core",
"kind": "realizes",
"attributes": {}
},
{
"from": "agent-core-impl:copilot-cli.core@current",
"to": "agent:copilot-cli",
"kind": "composes",
"attributes": {
"role": "core"
}
},
{
"from": "agent-core-impl:copilot-cli.core@current",
"to": "model-transport:github-copilot",
"kind": "speaks",
"attributes": {}
},
{
"from": "agent-core-impl:copilot-cli.core@current",
"to": "capability:streaming",
"kind": "supports",
"attributes": {
"versionRange": "*",
"level": "full"
}
},
{
"from": "agent-core-impl:copilot-cli.core@current",
"to": "capability:supports-tool-use",
"kind": "supports",
"attributes": {
"versionRange": "*",
"level": "full"
}
}
],
"incomingEdges": [
{
"from": "agent-version:copilot-cli@current",
"to": "agent-core-impl:copilot-cli.core@current",
"kind": "composed_of",
"attributes": {
"role": "core"
}
}
]
}