fix(ci): route remaining feishu helper barrels locally

This commit is contained in:
Peter Steinberger
2026-04-03 13:41:24 +01:00
parent 77c04ec29c
commit 2a54a7f7cd
2 changed files with 2 additions and 2 deletions

View File

@@ -12,4 +12,4 @@ export {
buildProbeChannelStatusSummary,
PAIRING_APPROVED_MESSAGE,
} from "openclaw/plugin-sdk/channel-status";
export { chunkTextForOutbound, createDefaultChannelRuntimeState } from "openclaw/plugin-sdk/feishu";
export { chunkTextForOutbound, createDefaultChannelRuntimeState } from "../runtime-api.js";

View File

@@ -1,2 +1,2 @@
export { chunkTextForOutbound } from "openclaw/plugin-sdk/feishu";
export { chunkTextForOutbound } from "../runtime-api.js";
export type { ChannelOutboundAdapter } from "../runtime-api.js";