test(regression): cover bluebubbles plugin-sdk facade exports

This commit is contained in:
Tak Hoffman
2026-03-27 22:14:29 -05:00
parent 8ed25f95dd
commit c1abf7c8c0

View File

@@ -195,6 +195,30 @@ describe("plugin-sdk subpath exports", () => {
"resolveServicePrefixedTarget",
"chunkTextForOutbound",
]);
expectSourceMentions("imessage-core", [
"normalizeIMessageAcpConversationId",
"matchIMessageAcpConversation",
"resolveIMessageConversationIdFromTarget",
"parseChatAllowTargetPrefixes",
"parseChatTargetPrefixesOrThrow",
"resolveServicePrefixedAllowTarget",
"resolveServicePrefixedTarget",
]);
expectSourceMentions("bluebubbles", [
"normalizeBlueBubblesAcpConversationId",
"matchBlueBubblesAcpConversation",
"resolveBlueBubblesConversationIdFromTarget",
"resolveAckReaction",
"resolveChannelMediaMaxBytes",
"collectBlueBubblesStatusIssues",
"createChannelPairingController",
"createChannelReplyPipeline",
"resolveRequestUrl",
"buildProbeChannelStatusSummary",
"extractToolSend",
"createFixedWindowRateLimiter",
"withResolvedWebhookRequestPipeline",
]);
for (const subpath of [
"feishu",
"googlechat",