Explorar o código

core: fix GitHub Copilot Enterprise authentication failing with sdk.chat undefined error

Aiden Cline hai 2 meses
pai
achega
b457923970
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/opencode/src/provider/provider.ts

+ 1 - 1
packages/opencode/src/provider/provider.ts

@@ -515,7 +515,7 @@ export namespace Provider {
         continue
       }
 
-      if (providerID === "github-copilot") {
+      if (providerID === "github-copilot" || providerID === "github-copilot-enterprise") {
         provider.info.npm = "@ai-sdk/github-copilot"
       }