mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-21 02:06:00 +00:00
fix(opencode): pass configured headers to Copilot models (#32815)
This commit is contained in:
@@ -70,6 +70,7 @@ export async function CopilotAuthPlugin(input: PluginInput): Promise<Hooks> {
|
||||
return CopilotModels.get(
|
||||
base(auth.enterpriseUrl),
|
||||
{
|
||||
...(provider.options?.headers as Record<string, string> | undefined),
|
||||
Authorization: `Bearer ${auth.refresh}`,
|
||||
"User-Agent": `opencode/${InstallationVersion}`,
|
||||
"X-GitHub-Api-Version": API_VERSION,
|
||||
|
||||
Reference in New Issue
Block a user