test(regression): cover cold-runtime plugin-sdk chunking exports

This commit is contained in:
Tak Hoffman 2026-03-27 22:12:27 -05:00
parent 277af32485
commit 08cd52b7c6
No known key found for this signature in database
1 changed files with 13 additions and 0 deletions

View File

@ -193,7 +193,20 @@ describe("plugin-sdk subpath exports", () => {
"parseChatTargetPrefixesOrThrow",
"resolveServicePrefixedAllowTarget",
"resolveServicePrefixedTarget",
"chunkTextForOutbound",
]);
for (const subpath of [
"feishu",
"googlechat",
"matrix",
"mattermost",
"msteams",
"zalo",
"zalouser",
]) {
expectSourceMentions(subpath, ["chunkTextForOutbound"]);
}
expectSourceMentions("signal", ["chunkText"]);
expectSourceMentions("reply-history", [
"buildPendingHistoryContextFromMap",
"clearHistoryEntriesIfEnabled",