fix(ci): route feishu bot helpers through local barrel

This commit is contained in:
Peter Steinberger
2026-04-03 13:36:49 +01:00
parent 0ca2a91213
commit 899fe6ffa5

View File

@@ -5,5 +5,5 @@ export { resolveChannelContextVisibilityMode } from "openclaw/plugin-sdk/config-
export {
evaluateSupplementalContextVisibility,
filterSupplementalContextItems,
} from "openclaw/plugin-sdk/feishu";
export { normalizeAgentId } from "openclaw/plugin-sdk/routing";
normalizeAgentId,
} from "../runtime-api.js";