Skip to content

Add support for launching GitHub Copilot as a coding harness via the corral launch copilot command. - #35

Merged
mmonteleone merged 1 commit into
mainfrom
copilot
Jun 22, 2026
Merged

Add support for launching GitHub Copilot as a coding harness via the corral launch copilot command.#35
mmonteleone merged 1 commit into
mainfrom
copilot

Conversation

@mmonteleone

Copy link
Copy Markdown
Owner
  • src/lib/corral-launch.sh: Implemented copilot launch integration. This sets the following environment variables before launching the tool:
    • COPILOT_PROVIDER_BASE_URL: The URL of the running Corral server.
    • COPILOT_MODEL: The model being served.
    • COPILOT_OFFLINE: Set to true.
    • COPILOT_PROVIDER_MAX_PROMPT_TOKENS and COPILOT_PROVIDER_MAX_OUTPUT_TOKENS: Calculated based on the server's context window.
  • README.md: Added GitHub Copilot to supported tools and updated command descriptions.
  • src/lib/corral-completions.sh: Updated shell completions to include copilot.
  • tests/smoke.sh: Added smoke tests for verifying the copilot launch integration.

@mmonteleone
mmonteleone merged commit 3b8848f into main Jun 22, 2026
10 checks passed
@mmonteleone
mmonteleone deleted the copilot branch June 22, 2026 04:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant