fix(ci): route remaining feishu runtime seams locally

This commit is contained in:
Peter Steinberger 2026-04-03 13:52:26 +01:00
parent 1a75fc9e05
commit 88bc6d852f
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
export { buildAgentMediaPayload } from "openclaw/plugin-sdk/media-runtime";
export { resolveChannelContextVisibilityMode } from "openclaw/plugin-sdk/config-runtime";
export type { ClawdbotConfig, RuntimeEnv } from "openclaw/plugin-sdk/feishu";
export type { ClawdbotConfig, RuntimeEnv } from "../runtime-api.js";
export {
evaluateSupplementalContextVisibility,
filterSupplementalContextItems,
normalizeAgentId,
} from "openclaw/plugin-sdk/feishu";
} from "../runtime-api.js";

View File

@ -3,4 +3,4 @@ export {
type ClawdbotConfig,
type ReplyPayload,
type RuntimeEnv,
} from "openclaw/plugin-sdk/feishu";
} from "../runtime-api.js";