diff --git a/src/plugin-sdk/subpaths.test.ts b/src/plugin-sdk/subpaths.test.ts index 124646d15d3..f4246b259ce 100644 --- a/src/plugin-sdk/subpaths.test.ts +++ b/src/plugin-sdk/subpaths.test.ts @@ -219,6 +219,11 @@ describe("plugin-sdk subpath exports", () => { "createFixedWindowRateLimiter", "withResolvedWebhookRequestPipeline", ]); + expectSourceMentions("bluebubbles-policy", [ + "isAllowedBlueBubblesSender", + "resolveBlueBubblesGroupRequireMention", + "resolveBlueBubblesGroupToolPolicy", + ]); for (const subpath of [ "feishu", "googlechat", @@ -612,6 +617,12 @@ describe("plugin-sdk subpath exports", () => { "createTopLevelChannelDmPolicy", "mergeAllowFromEntries", ]); + expectSourceMentions("setup-tools", [ + "formatCliCommand", + "detectBinary", + "installSignalCli", + "formatDocsLink", + ]); expectSourceMentions("lazy-runtime", ["createLazyRuntimeSurface", "createLazyRuntimeModule"]); expectSourceMentions("self-hosted-provider-setup", [ "buildVllmProvider",