Summary
Add a first-class GitHub Copilot agent (Copilot CLI / coding agent) so harness tests can target Copilot with the same Given/When/Then API.
Context
Today agentRegistry only exports cursor. New agents should plug into the existing registry, image build, and executing_the_agent flow.
Acceptance criteria
Notes
Prefer src/agents/copilot/ + docker/copilot/ mirroring the Cursor agent.
Summary
Add a first-class GitHub Copilot agent (Copilot CLI / coding agent) so harness tests can target Copilot with the same Given/When/Then API.
Context
Today
agentRegistryonly exportscursor. New agents should plug into the existing registry, image build, andexecuting_the_agentflow.Acceptance criteria
copilotagent in the agent registryagent-gwt/base:localrunthat mounts only the credentials Copilot needs, runs as the host user, and returns a parsed result compatible withAgentContextbuildAgentImage("copilot")from vitestglobalSetupNotes
Prefer
src/agents/copilot/+docker/copilot/mirroring the Cursor agent.