Skip to content

Commit 95a69ac

Browse files
suryaiyer95claude
andcommitted
fix: move Altimate after Google in Popular, show "(API key)" description
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9c64438 commit 95a69ac

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

packages/opencode/src/cli/cmd/tui/component/dialog-provider.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ import { useToast } from "../ui/toast"
1616
import { DialogAltimateLogin } from "./dialog-altimate-login"
1717

1818
const PROVIDER_PRIORITY: Record<string, number> = {
19-
"altimate-backend": 0,
20-
opencode: 1,
21-
"opencode-go": 2,
22-
openai: 3,
23-
"github-copilot": 4,
24-
anthropic: 5,
25-
google: 6,
19+
opencode: 0,
20+
"opencode-go": 1,
21+
openai: 2,
22+
"github-copilot": 3,
23+
anthropic: 4,
24+
google: 5,
25+
"altimate-backend": 6,
2626
}
2727

2828
export function createDialogProviderOptions() {
@@ -37,7 +37,7 @@ export function createDialogProviderOptions() {
3737
title: provider.name,
3838
value: provider.id,
3939
description: {
40-
"altimate-backend": "(Instance + API key)",
40+
"altimate-backend": "(API key)",
4141
opencode: "(Recommended)",
4242
anthropic: "(API key)",
4343
openai: "(ChatGPT Plus/Pro or API key)",

0 commit comments

Comments
 (0)