fix: refactor deepseek bundled plugin (#48762) (thanks @07akioni)

This commit is contained in:
Peter Steinberger
2026-03-23 05:04:08 -07:00
parent a0cb443aa3
commit 9f2330363e
21 changed files with 347 additions and 1 deletions

View File

@@ -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",