From 4c6abc99583f6bfcb921cb361de53cef7d37ebe9 Mon Sep 17 00:00:00 2001 From: Glucksberg Date: Fri, 27 Feb 2026 13:11:09 +0000 Subject: [PATCH] fix(release-check): add 4 missing plugin-sdk exports to align with check script --- scripts/release-check.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/release-check.ts b/scripts/release-check.ts index 4d1efd31361..b97f9fd595f 100755 --- a/scripts/release-check.ts +++ b/scripts/release-check.ts @@ -175,11 +175,15 @@ const requiredPluginSdkExports = [ "createTypingCallbacks", "logInboundDrop", "logTypingFailure", + "buildPendingHistoryContextFromMap", + "clearHistoryEntriesIfEnabled", + "recordPendingHistoryEntryIfEnabled", "resolveControlCommandGate", "resolveDmGroupAccessWithLists", "resolveAllowlistProviderRuntimeGroupPolicy", "resolveDefaultGroupPolicy", "resolveChannelMediaMaxBytes", + "warnMissingProviderGroupPolicyFallbackOnce", "emptyPluginConfigSchema", "normalizePluginHttpPath", "registerPluginHttpRoute",