mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-02 07:03:45 +00:00
fix: apply provider filtering to /connect endpoint (#5233)
This commit is contained in:
@@ -143,7 +143,10 @@ export const AuthLoginCommand = cmd({
|
||||
map((x) => ({
|
||||
label: x.name,
|
||||
value: x.id,
|
||||
hint: priority[x.id] <= 1 ? "recommended" : undefined,
|
||||
hint: {
|
||||
opencode: "recommended",
|
||||
anthropic: "Claude Max or API key",
|
||||
}[x.id],
|
||||
})),
|
||||
),
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user