fix: break bundled channel bootstrap cycles

This commit is contained in:
Peter Steinberger
2026-04-05 14:12:48 +01:00
parent 4fedc5c105
commit 89e8c8672c
87 changed files with 476 additions and 212 deletions

View File

@@ -1,4 +1,4 @@
import { defineSetupPluginEntry } from "openclaw/plugin-sdk/core";
import { defineSetupPluginEntry } from "openclaw/plugin-sdk/channel-core";
import { feishuPlugin } from "./src/channel.js";
export default defineSetupPluginEntry(feishuPlugin);