Skip to content

Add Copilot CLI LLM Proxy example - #16

Merged
joeyorlando merged 2 commits into
mainfrom
codex/copilot-cli-llm-proxy-example
Jun 3, 2026
Merged

Add Copilot CLI LLM Proxy example#16
joeyorlando merged 2 commits into
mainfrom
codex/copilot-cli-llm-proxy-example

Conversation

@joeyorlando

@joeyorlando joeyorlando commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add a copilot-cli-llm-proxy example for routing GitHub Copilot CLI through Archestra's OpenAI-compatible LLM Proxy
  • Include a setup script that logs into local Archestra, creates a virtual key, and writes Copilot BYOK environment variables
  • Add root README entry

Comment on lines +36 to +48
JSON.stringify(
{
provider: providerKey.provider,
providerApiKeyName: providerKey.name,
llmProxyName: llmProxy.name,
llmProxyId: llmProxy.id,
model: model.modelId,
virtualKeyId: virtualKey.id,
tokenStart: virtualKey.tokenStart,
},
null,
2,
),
@joeyorlando
joeyorlando merged commit 9e1a6ea into main Jun 3, 2026
4 of 5 checks passed
@joeyorlando
joeyorlando deleted the codex/copilot-cli-llm-proxy-example branch June 3, 2026 21:44
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.

2 participants