diff --git a/scripts/plugin-sdk-surface-report.mjs b/scripts/plugin-sdk-surface-report.mjs index df0fb0dab7f0..6fc7682eaa90 100644 --- a/scripts/plugin-sdk-surface-report.mjs +++ b/scripts/plugin-sdk-surface-report.mjs @@ -115,7 +115,8 @@ const defaultPublicDeprecatedExportsByEntrypointBudget = Object.freeze({ "agent-media-payload": 3, // +2: deprecated media projection type and builder. "reply-payload": 2, - "text-runtime": 191, + // +1: flushLogger projected through the deprecated text-runtime barrel. + "text-runtime": 192, "agent-runtime": 2, "channel-secret-runtime": 23, "agent-harness-runtime": 4, @@ -225,7 +226,8 @@ export function readPluginSdkSurfaceBudgets(env = process.env) { // +2: shipped Slack and Discord setup compatibility helpers. // +10: named media legacy projection deprecations across public compatibility barrels. // +2: channel prompt-context type and metadata builder compatibility aliases. - 1700, + // +1: flushLogger projected through the deprecated text-runtime barrel. + 1701, env, ), publicWildcardReexports: readPluginSdkSurfaceBudgetEnv(