From 3348b39089be0923dfce7dc503c81e4ed255cd3a Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 26 Feb 2026 21:19:49 +0800 Subject: [PATCH] fix: restore API Key input visibility when creating new Claude providers The hasApiKeyField() gate added for Bedrock AKSK/API Key distinction was incorrectly hiding the API Key input for all new providers with empty env config. Scope the gate to cloud_provider category only. --- src/components/providers/forms/ProviderForm.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/providers/forms/ProviderForm.tsx b/src/components/providers/forms/ProviderForm.tsx index 074872581..bca85dfc4 100644 --- a/src/components/providers/forms/ProviderForm.tsx +++ b/src/components/providers/forms/ProviderForm.tsx @@ -1231,7 +1231,8 @@ export function ProviderForm({