From f70f268bc5e8b01ffb2bad005e9f31f41c02b726 Mon Sep 17 00:00:00 2001 From: Dallin Romney Date: Tue, 14 Jul 2026 03:56:25 -0700 Subject: [PATCH] chore(plugin-sdk): refresh v6 surface budget --- scripts/plugin-sdk-surface-report.mjs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/plugin-sdk-surface-report.mjs b/scripts/plugin-sdk-surface-report.mjs index f7ec82e5bda6..860be49a3250 100644 --- a/scripts/plugin-sdk-surface-report.mjs +++ b/scripts/plugin-sdk-surface-report.mjs @@ -158,8 +158,8 @@ const defaultPublicDeprecatedExportsByEntrypointBudget = Object.freeze({ "channel-mention-gating": 7, "channel-lifecycle": 23, "channel-ingress": 8, - "channel-message": 228, - "channel-message-runtime": 225, + "channel-message": 229, + "channel-message-runtime": 226, "channel-pairing-paths": 1, "channel-policy": 8, "channel-route": 5, @@ -206,7 +206,7 @@ try { publicFunctionExports: readBudgetEnv("OPENCLAW_PLUGIN_SDK_MAX_PUBLIC_FUNCTION_EXPORTS", 5206), publicDeprecatedExports: readBudgetEnv( "OPENCLAW_PLUGIN_SDK_MAX_PUBLIC_DEPRECATED_EXPORTS", - 3247, + 3249, ), publicWildcardReexports: readBudgetEnv( "OPENCLAW_PLUGIN_SDK_MAX_PUBLIC_WILDCARD_REEXPORTS",