





















@@ -496,15 +496,12 @@ describe("collectMissingPackPaths", () => {
496496"scripts/lib/package-dist-imports.mjs",
497497"scripts/postinstall-bundled-plugins.mjs",
498498"dist/task-registry-control.runtime.js",
499-bundledDistPluginFile("acpx", "runtime-api.js"),
500-bundledDistPluginFile("acpx", "openclaw.plugin.json"),
501-bundledDistPluginFile("acpx", "package.json"),
502-bundledDistPluginFile("googlechat", "runtime-api.js"),
503-bundledDistPluginFile("googlechat", "openclaw.plugin.json"),
504-bundledDistPluginFile("googlechat", "package.json"),
505-bundledDistPluginFile("line", "runtime-api.js"),
506-bundledDistPluginFile("line", "openclaw.plugin.json"),
507-bundledDistPluginFile("line", "package.json"),
499+bundledDistPluginFile("slack", "runtime-api.js"),
500+bundledDistPluginFile("slack", "openclaw.plugin.json"),
501+bundledDistPluginFile("slack", "package.json"),
502+bundledDistPluginFile("telegram", "runtime-api.js"),
503+bundledDistPluginFile("telegram", "openclaw.plugin.json"),
504+bundledDistPluginFile("telegram", "package.json"),
508505]),
509506);
510507});
@@ -540,9 +537,8 @@ describe("collectMissingPackPaths", () => {
540537it("requires bundled plugin runtime sidecars that dynamic plugin boundaries resolve at runtime", () => {
541538expect(requiredBundledPluginPackPaths).toEqual(
542539expect.arrayContaining([
543-bundledDistPluginFile("acpx", "runtime-api.js"),
544-bundledDistPluginFile("googlechat", "runtime-api.js"),
545-bundledDistPluginFile("line", "runtime-api.js"),
540+bundledDistPluginFile("slack", "runtime-api.js"),
541+bundledDistPluginFile("telegram", "runtime-api.js"),
546542]),
547543);
548544});
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。