Summary
Add a separate Docker image for GitHub Copilot CLI as an agent backend.
Copilot CLI has official ACP support (public preview) via copilot --acp over stdio.
Approach
- Separate Dockerfile (
Dockerfile.copilot)
- Publish as
ghcr.io/thepagent/agent-broker-copilot
- Auth: GitHub Copilot license (likely via
gh CLI auth or GITHUB_TOKEN)
Helm usage
image:
repository: ghcr.io/thepagent/agent-broker-copilot
agent:
command: copilot
args: ["--acp"]
Reference
Related: #14, #15, #16, #18
Summary
Add a separate Docker image for GitHub Copilot CLI as an agent backend.
Copilot CLI has official ACP support (public preview) via
copilot --acpover stdio.Approach
Dockerfile.copilot)ghcr.io/thepagent/agent-broker-copilotghCLI auth orGITHUB_TOKEN)Helm usage
Reference
Related: #14, #15, #16, #18