fix(opencode): clarify Copilot login domain

This commit is contained in:
Aiden Cline
2026-07-20 17:03:26 -05:00
parent 5e3e1372e3
commit 5e2dc53ff9
@@ -205,17 +205,17 @@ export async function CopilotAuthPlugin(input: PluginInput): Promise<Hooks> {
{
type: "select",
key: "deploymentType",
message: "Select where your GitHub account is hosted",
message: "Select GitHub login domain",
options: [
{
label: "GitHub.com",
label: "github.com",
value: "github.com",
hint: "Including Copilot Business or Enterprise",
hint: "Default",
},
{
label: "GitHub Enterprise host",
label: "Custom domain",
value: "enterprise",
hint: "GHE.com or self-hosted",
hint: "GHE.com or GitHub Enterprise Server",
},
],
},