From a4fd45ca318624d88dc3112785c1abb7b7bd034e Mon Sep 17 00:00:00 2001 From: Shakker Date: Fri, 1 May 2026 14:14:45 +0100 Subject: [PATCH] fix: declare stepfun setup auth metadata --- extensions/stepfun/openclaw.plugin.json | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/extensions/stepfun/openclaw.plugin.json b/extensions/stepfun/openclaw.plugin.json index a8f21cb4461..4af669e89fc 100644 --- a/extensions/stepfun/openclaw.plugin.json +++ b/extensions/stepfun/openclaw.plugin.json @@ -6,6 +6,20 @@ "enabledByDefault": true, "providers": ["stepfun", "stepfun-plan"], "autoEnableWhenConfiguredProviders": ["stepfun", "stepfun-plan"], + "setup": { + "providers": [ + { + "id": "stepfun", + "authMethods": ["api-key"], + "envVars": ["STEPFUN_API_KEY"] + }, + { + "id": "stepfun-plan", + "authMethods": ["api-key"], + "envVars": ["STEPFUN_API_KEY"] + } + ] + }, "modelCatalog": { "providers": { "stepfun": { @@ -68,10 +82,6 @@ "stepfun-plan": "static" } }, - "providerAuthEnvVars": { - "stepfun": ["STEPFUN_API_KEY"], - "stepfun-plan": ["STEPFUN_API_KEY"] - }, "providerAuthChoices": [ { "provider": "stepfun",