fix(feishu): keep channel auth on local api barrel

This commit is contained in:
Vincent Koc
2026-04-13 11:30:07 +01:00
parent 78448c0a26
commit 268824ff3a
2 changed files with 2 additions and 1 deletions

View File

@@ -15,5 +15,6 @@ export * from "./src/setup-core.js";
export * from "./src/setup-surface.js";
export * from "./src/thread-bindings.js";
export { __testing as feishuThreadBindingTesting } from "./src/thread-bindings.js";
export { createClackPrompter } from "openclaw/plugin-sdk/feishu";
export const feishuSessionBindingAdapterChannels = ["feishu"] as const;