Skip to content

Commit 00c4d4f

Browse files
committed
fix double entry of github copilot in auth login
1 parent 6e6fe6e commit 00c4d4f

File tree

1 file changed

+0
-4
lines changed
  • packages/opencode/src/cli/cmd

1 file changed

+0
-4
lines changed

packages/opencode/src/cli/cmd/auth.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,6 @@ export const AuthLoginCommand = cmd({
6969
hint: priority[x.id] === 0 ? "recommended" : undefined,
7070
})),
7171
),
72-
{
73-
value: "github-copilot",
74-
label: "GitHub Copilot",
75-
},
7672
{
7773
value: "other",
7874
label: "Other",

0 commit comments

Comments
 (0)