mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 19:00:45 +00:00
refactor: pin remaining extension api surfaces
This commit is contained in:
@@ -10,10 +10,21 @@ export {
|
||||
handleFeishuSubagentEnded,
|
||||
handleFeishuSubagentSpawning,
|
||||
} from "./src/subagent-hooks.js";
|
||||
export * from "./src/conversation-id.js";
|
||||
export * from "./src/setup-core.js";
|
||||
export * from "./src/setup-surface.js";
|
||||
export * from "./src/thread-bindings.js";
|
||||
export {
|
||||
buildFeishuConversationId,
|
||||
buildFeishuModelOverrideParentCandidates,
|
||||
type FeishuGroupSessionScope,
|
||||
parseFeishuConversationId,
|
||||
parseFeishuDirectConversationId,
|
||||
parseFeishuTargetId,
|
||||
} from "./src/conversation-id.js";
|
||||
export { feishuSetupAdapter, setFeishuNamedAccountEnabled } from "./src/setup-core.js";
|
||||
export { feishuSetupWizard, runFeishuLogin } from "./src/setup-surface.js";
|
||||
export {
|
||||
__testing,
|
||||
createFeishuThreadBindingManager,
|
||||
getFeishuThreadBindingManager,
|
||||
} from "./src/thread-bindings.js";
|
||||
export { __testing as feishuThreadBindingTesting } from "./src/thread-bindings.js";
|
||||
export { createClackPrompter } from "openclaw/plugin-sdk/setup-runtime";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user