mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 04:10:24 +00:00
fix: refactor deepseek bundled plugin (#48762) (thanks @07akioni)
This commit is contained in:
@@ -490,6 +490,47 @@ export const GENERATED_BUNDLED_PLUGIN_METADATA = [
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
dirName: "deepseek",
|
||||
idHint: "deepseek",
|
||||
source: {
|
||||
source: "./index.ts",
|
||||
built: "index.js",
|
||||
},
|
||||
packageName: "@openclaw/deepseek-provider",
|
||||
packageVersion: "2026.3.14",
|
||||
packageDescription: "OpenClaw DeepSeek provider plugin",
|
||||
packageManifest: {
|
||||
extensions: ["./index.ts"],
|
||||
},
|
||||
manifest: {
|
||||
id: "deepseek",
|
||||
configSchema: {
|
||||
type: "object",
|
||||
additionalProperties: false,
|
||||
properties: {},
|
||||
},
|
||||
providers: ["deepseek"],
|
||||
providerAuthEnvVars: {
|
||||
deepseek: ["DEEPSEEK_API_KEY"],
|
||||
},
|
||||
providerAuthChoices: [
|
||||
{
|
||||
provider: "deepseek",
|
||||
method: "api-key",
|
||||
choiceId: "deepseek-api-key",
|
||||
choiceLabel: "DeepSeek API key",
|
||||
groupId: "deepseek",
|
||||
groupLabel: "DeepSeek",
|
||||
groupHint: "API key",
|
||||
optionKey: "deepseekApiKey",
|
||||
cliFlag: "--deepseek-api-key",
|
||||
cliOption: "--deepseek-api-key <key>",
|
||||
cliDescription: "DeepSeek API key",
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
{
|
||||
dirName: "diagnostics-otel",
|
||||
idHint: "diagnostics-otel",
|
||||
|
||||
Reference in New Issue
Block a user