Skip to content

Commit 693c5db

Browse files
committed
fix(opencode): add githubCopilotEnterprise to ProviderID schema
1 parent 13435bd commit 693c5db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/opencode/src/provider/schema.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export const ProviderID = providerIdSchema.pipe(
1818
google: schema.makeUnsafe("google"),
1919
googleVertex: schema.makeUnsafe("google-vertex"),
2020
githubCopilot: schema.makeUnsafe("github-copilot"),
21+
githubCopilotEnterprise: schema.makeUnsafe("github-copilot-enterprise"),
2122
amazonBedrock: schema.makeUnsafe("amazon-bedrock"),
2223
azure: schema.makeUnsafe("azure"),
2324
openrouter: schema.makeUnsafe("openrouter"),

0 commit comments

Comments
 (0)