Jelajahi Sumber

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

Aiden Cline 2 bulan lalu
induk
melakukan
b457923970
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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"
       }