mirror of https://github.com/openclaw/openclaw.git
fix(ci): refresh bundled plugin metadata
This commit is contained in:
parent
a753ee064d
commit
6fde263046
|
|
@ -468,6 +468,28 @@ export const GENERATED_BUNDLED_PLUGIN_METADATA = [
|
|||
],
|
||||
},
|
||||
},
|
||||
{
|
||||
dirName: "deepgram",
|
||||
idHint: "deepgram-media-understanding",
|
||||
source: {
|
||||
source: "./index.ts",
|
||||
built: "index.js",
|
||||
},
|
||||
packageName: "@openclaw/deepgram-media-understanding",
|
||||
packageVersion: "2026.3.14",
|
||||
packageDescription: "OpenClaw Deepgram media-understanding plugin",
|
||||
packageManifest: {
|
||||
extensions: ["./index.ts"],
|
||||
},
|
||||
manifest: {
|
||||
id: "deepgram",
|
||||
configSchema: {
|
||||
type: "object",
|
||||
additionalProperties: false,
|
||||
properties: {},
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
dirName: "diagnostics-otel",
|
||||
idHint: "diagnostics-otel",
|
||||
|
|
@ -1049,6 +1071,28 @@ export const GENERATED_BUNDLED_PLUGIN_METADATA = [
|
|||
channels: ["googlechat"],
|
||||
},
|
||||
},
|
||||
{
|
||||
dirName: "groq",
|
||||
idHint: "groq-media-understanding",
|
||||
source: {
|
||||
source: "./index.ts",
|
||||
built: "index.js",
|
||||
},
|
||||
packageName: "@openclaw/groq-media-understanding",
|
||||
packageVersion: "2026.3.14",
|
||||
packageDescription: "OpenClaw Groq media-understanding plugin",
|
||||
packageManifest: {
|
||||
extensions: ["./index.ts"],
|
||||
},
|
||||
manifest: {
|
||||
id: "groq",
|
||||
configSchema: {
|
||||
type: "object",
|
||||
additionalProperties: false,
|
||||
properties: {},
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
dirName: "huggingface",
|
||||
idHint: "huggingface",
|
||||
|
|
|
|||
Loading…
Reference in New Issue