Skip to content

Commit 7565ec5

Browse files
feat: habilitar Claude Code como provider disponível na UI
Remove filtro que escondia o Claude Code do seletor de providers, tornando-o selecionável após o merge do adapter (PR pingdotgg#179). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b3d1b0e commit 7565ec5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/components/ChatView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5436,7 +5436,7 @@ function isAvailableProviderOption(
54365436
label: string;
54375437
available: true;
54385438
} {
5439-
return option.available && option.value !== "claudeCode";
5439+
return option.available;
54405440
}
54415441

54425442
const AVAILABLE_PROVIDER_OPTIONS = PROVIDER_OPTIONS.filter(isAvailableProviderOption);

0 commit comments

Comments
 (0)