From 2ad69083d22ed013b0b5aa8cd067dfedf5eeebb7 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Fri, 3 Apr 2026 22:54:22 +0900 Subject: [PATCH] refactor(feishu): narrow reply dispatcher exports --- extensions/feishu/src/reply-dispatcher-runtime-api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/feishu/src/reply-dispatcher-runtime-api.ts b/extensions/feishu/src/reply-dispatcher-runtime-api.ts index 05809bb511b..7a26b9b6406 100644 --- a/extensions/feishu/src/reply-dispatcher-runtime-api.ts +++ b/extensions/feishu/src/reply-dispatcher-runtime-api.ts @@ -1,2 +1,2 @@ export type { ClawdbotConfig, OutboundIdentity, ReplyPayload, RuntimeEnv } from "../runtime-api.js"; -export { createReplyPrefixContext } from "../runtime-api.js"; +export { createReplyPrefixContext } from "openclaw/plugin-sdk/feishu";