II.
AgentCoreImpl overview
Reference · liveagent-core-impl:copilot-cli.core@current
GitHub Copilot CLI Core (current) overview
Inspect the raw attributes, linked wiki pages, and inbound or outbound graph edges for agent-core-impl:copilot-cli.core@current.
Attributes
displayName
GitHub Copilot CLI Core (current)
agentVersionId
agentVersion:copilot:ge-1-0-55-3
packageRef
loopIteratorPolicy
server-managed
loopIteratorNotes
The Copilot CLI does not run a local tool-use loop. It opens an HTTPS request to
`api.githubcopilot.com` and streams the server's response (chat-style) back to
the user's terminal. There is no local tool dispatch or turn boundary management.
contextManagementStrategy
server-managed
compactionTriggerNotes
Context-management is server-managed. As of Copilot CLI 1.0.52 in the
current `>=1.0.55-3` surface, the selected context-window tier is enforced
end-to-end: the default ~200K-token tier and 1M-token tier constrain
compaction, truncation, and token display consistently. `/compact`
accepts optional focus instructions that shape the resulting compaction
summary.
subagentInvokerPolicy
not-applicable
subagentInvokerNotes
Copilot CLI does not expose a subagent primitive; the server may
internally decompose tasks but the protocol remains a single chat
session. Custom agents can opt into `deferred-tool-loading` frontmatter
in the `>=1.0.55-3` surface so large tool lists are discovered lazily
through tool-search rather than eagerly loaded into the context window.
resultSynthesisPolicy
server-managed
resultSynthesisNotes
Server emits the final answer as a streamed text response; the CLI prints it
line-by-line and exits when the stream closes.
stopDetectionStrategy
structured-end-event
transportClientLibrary
gh-cli
supportedTransportProtocols
parallelToolCallHandling
not-supported
streamingFidelity
partial
thinkingChannelHandling
not-supported
Outgoing edges
composes1
- agent:copilot-cli·AgentProductGitHub Copilot CLI
realizes1
- layer:4-agent-core·LayerAgent-Core
speaks1
- model-transport:github-copilot·ModelTransportProtocolGitHub Copilot
supports2
- capability:streaming·CapabilityStreaming
- capability:supports-tool-use·CapabilitySupports tool use
Incoming edges
composed_of1
- agentVersion:copilot:ge-1-0-55-3·AgentVersionGitHub Copilot CLI