mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 16:20:23 +00:00
fix(ci): restore plugin manifests and boundary tests
This commit is contained in:
@@ -27,7 +27,7 @@ describe("buildRandomTempFilePath", () => {
|
||||
const resolved = path.resolve(result);
|
||||
const rel = path.relative(tmpRoot, resolved);
|
||||
expect(rel === ".." || rel.startsWith(`..${path.sep}`)).toBe(false);
|
||||
expect(path.basename(result)).toBe("line-media-123-abc.jpg");
|
||||
expect(path.basename(result)).toBe("channels-media-123-abc.jpg");
|
||||
expect(result).not.toContain("..");
|
||||
});
|
||||
});
|
||||
|
||||
@@ -468,6 +468,28 @@ export const GENERATED_BUNDLED_PLUGIN_METADATA = [
|
||||
],
|
||||
},
|
||||
},
|
||||
{
|
||||
dirName: "deepgram",
|
||||
idHint: "deepgram",
|
||||
source: {
|
||||
source: "./index.ts",
|
||||
built: "index.js",
|
||||
},
|
||||
packageName: "@openclaw/deepgram-provider",
|
||||
packageVersion: "2026.3.14",
|
||||
packageDescription: "OpenClaw Deepgram media-understanding provider",
|
||||
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",
|
||||
source: {
|
||||
source: "./index.ts",
|
||||
built: "index.js",
|
||||
},
|
||||
packageName: "@openclaw/groq-provider",
|
||||
packageVersion: "2026.3.14",
|
||||
packageDescription: "OpenClaw Groq media-understanding provider",
|
||||
packageManifest: {
|
||||
extensions: ["./index.ts"],
|
||||
},
|
||||
manifest: {
|
||||
id: "groq",
|
||||
configSchema: {
|
||||
type: "object",
|
||||
additionalProperties: false,
|
||||
properties: {},
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
dirName: "huggingface",
|
||||
idHint: "huggingface",
|
||||
|
||||
Reference in New Issue
Block a user