mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
refactor(config): retire dead streaming.progress.render key (#122927)
* refactor(config): retire dead streaming.progress.render key The key had zero runtime consumers after #122552. Core doctor now strips it via stripRetiredTuningKnobs, and production LOC is net -13. * fix(tooling): pin plugin SDK surface counts to the reduced export set The retired progress-draft render reader counted twice via channel-outbound and channel-message's wildcard re-export.
This commit is contained in:
committed by
GitHub
parent
5db09954c7
commit
4d54c3f1a1
@@ -270,7 +270,9 @@ export function readPluginSdkSurfaceBudgets(env: NodeJS.ProcessEnv = process.env
|
||||
// +2: narrow channel agent-run terminal reader and outcome contract.
|
||||
// +5: narrow string, record, and error coercion helpers.
|
||||
// +1: normalized Gateway public origin resolver for plugin-generated links.
|
||||
4308,
|
||||
// -2: retire the dead progress-draft render reader; it counted twice via
|
||||
// channel-outbound and channel-message's wildcard re-export of it.
|
||||
4306,
|
||||
env,
|
||||
),
|
||||
publicFunctionExports: readPluginSdkSurfaceBudgetEnv(
|
||||
@@ -337,7 +339,9 @@ export function readPluginSdkSurfaceBudgets(env: NodeJS.ProcessEnv = process.env
|
||||
// +1: narrow channel agent-run terminal reader.
|
||||
// +5: narrow string, record, and error coercion helpers.
|
||||
// +1: normalized Gateway public origin resolver for plugin-generated links.
|
||||
2572,
|
||||
// -2: retire the dead progress-draft render reader; it counted twice via
|
||||
// channel-outbound and channel-message's wildcard re-export of it.
|
||||
2570,
|
||||
env,
|
||||
),
|
||||
publicDeprecatedExports: readPluginSdkSurfaceBudgetEnv(
|
||||
|
||||
Reference in New Issue
Block a user