From 1e2f918c2963a4dbb6fac95b6afe09b56ce75dc8 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 27 Jul 2026 21:00:45 -0400 Subject: [PATCH] chore(sdk): record flushLogger in the deprecated surface budgets (#114827) --- scripts/plugin-sdk-surface-report.mjs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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(