Skip to content

Add GitHub Copilot CLI support with separate Docker image #19

@thepagent

Description

@thepagent

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestfeaturep2Medium — planned work

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions