Skip to content

Commit 851de35

Browse files
committed
refactor(feishu): split comment dispatcher seam
1 parent 349d3e8 commit 851de35

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
export {
2+
createReplyPrefixContext,
3+
type ClawdbotConfig,
4+
type ReplyPayload,
5+
type RuntimeEnv,
6+
} from "openclaw/plugin-sdk/feishu";

extensions/feishu/src/comment-dispatcher.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import { resolveSendableOutboundReplyParts } from "openclaw/plugin-sdk/reply-payload";
2+
import { resolveFeishuRuntimeAccount } from "./accounts.js";
3+
import { createFeishuClient } from "./client.js";
24
import {
35
createReplyPrefixContext,
46
type ClawdbotConfig,
57
type ReplyPayload,
68
type RuntimeEnv,
7-
} from "../runtime-api.js";
8-
import { resolveFeishuRuntimeAccount } from "./accounts.js";
9-
import { createFeishuClient } from "./client.js";
9+
} from "./comment-dispatcher-runtime-api.js";
1010
import type { CommentFileType } from "./comment-target.js";
1111
import { deliverCommentThreadText } from "./drive.js";
1212
import { getFeishuRuntime } from "./runtime.js";

0 commit comments

Comments
 (0)