diff options
| author | Dax Raad <[email protected]> | 2025-06-22 19:13:25 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-06-22 19:13:25 -0400 |
| commit | 00c4d4f9f8ecd09eae425dbd64fb4c752f032f0d (patch) | |
| tree | 1719f6b7c7553e47064a73b0977461ad53558c72 | |
| parent | 6e6fe6e013d5ab7bc452ecb79dbb8374d43d4dfa (diff) | |
| download | opencode-00c4d4f9f8ecd09eae425dbd64fb4c752f032f0d.tar.gz opencode-00c4d4f9f8ecd09eae425dbd64fb4c752f032f0d.zip | |
fix double entry of github copilot in auth login
| -rw-r--r-- | packages/opencode/src/cli/cmd/auth.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/opencode/src/cli/cmd/auth.ts b/packages/opencode/src/cli/cmd/auth.ts index 0b8809ed9..a9f01f230 100644 --- a/packages/opencode/src/cli/cmd/auth.ts +++ b/packages/opencode/src/cli/cmd/auth.ts @@ -70,10 +70,6 @@ export const AuthLoginCommand = cmd({ })), ), { - value: "github-copilot", - label: "GitHub Copilot", - }, - { value: "other", label: "Other", }, |
