fix(ci): restore extension runtime seams

This commit is contained in:
Vincent Koc
2026-04-03 22:57:21 +09:00
parent 9b83e462cf
commit d2427c19e0
5 changed files with 45 additions and 8 deletions

View File

@@ -1,2 +1,7 @@
export type { ClawdbotConfig, OutboundIdentity, ReplyPayload, RuntimeEnv } from "../runtime-api.js";
export { createReplyPrefixContext } from "openclaw/plugin-sdk/feishu";
export {
createReplyPrefixContext,
type ClawdbotConfig,
type OutboundIdentity,
type ReplyPayload,
type RuntimeEnv,
} from "../runtime-api.js";