refactor: generate plugin sdk facades

This commit is contained in:
Peter Steinberger
2026-03-27 20:16:07 +00:00
parent 888be707cf
commit 5d3d54ee36
109 changed files with 2566 additions and 501 deletions

View File

@@ -67,7 +67,7 @@ export type { RuntimeEnv } from "../runtime.js";
export { formatDocsLink } from "../terminal/links.js";
export { evaluateSenderGroupAccessForPolicy } from "./group-access.js";
export type { WizardPrompter } from "../wizard/prompts.js";
export { feishuSetupWizard, feishuSetupAdapter } from "../../extensions/feishu/setup-api.js";
export { feishuSetupWizard, feishuSetupAdapter } from "./feishu-setup.js";
export { buildAgentMediaPayload } from "./agent-media-payload.js";
export { readJsonFileWithFallback } from "./json-store.js";
export { createChannelPairingController } from "./channel-pairing.js";
@@ -85,7 +85,7 @@ export {
parseFeishuDirectConversationId,
parseFeishuConversationId,
parseFeishuTargetId,
} from "../../extensions/feishu/api.js";
} from "./feishu-conversation.js";
export {
createWebhookAnomalyTracker,
createFixedWindowRateLimiter,