From d04c27989034d16bbdf36bf9ff2f36369d5d5123 Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 19 Feb 2026 23:34:20 +0800 Subject: [PATCH] chore(ui): hide proxy/pricing config for OpenCode/OpenClaw providers --- src/components/providers/forms/ProviderForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/providers/forms/ProviderForm.tsx b/src/components/providers/forms/ProviderForm.tsx index af1540744..79b7a21db 100644 --- a/src/components/providers/forms/ProviderForm.tsx +++ b/src/components/providers/forms/ProviderForm.tsx @@ -1517,7 +1517,7 @@ export function ProviderForm({ )} - {category !== "omo" && ( + {category !== "omo" && appId !== "opencode" && appId !== "openclaw" && (