refactor(plugins): single-source interactive dispatch and its auth downgrade via plugin SDK (#120062)

This commit is contained in:
Peter Steinberger
2026-08-06 16:31:04 -07:00
committed by GitHub
parent d64f5b6a09
commit 0b849a316d
10 changed files with 377 additions and 371 deletions
+4 -2
View File
@@ -221,7 +221,8 @@ export function readPluginSdkSurfaceBudgets(env = process.env) {
// +1: bounded external-content sanitizer for plugin-owned untrusted projections.
// +1: auth-profile preservation decision for native model pickers.
// +2: shared channel question-reaction store and preflight-audio factories.
4833,
// +1: shared channel interactive dispatcher with canonical binding authorization.
4834,
env,
),
publicFunctionExports: readPluginSdkSurfaceBudgetEnv(
@@ -270,7 +271,8 @@ export function readPluginSdkSurfaceBudgets(env = process.env) {
// +1: bounded external-content sanitizer for plugin-owned untrusted projections.
// +1: auth-profile preservation decision for native model pickers.
// +2: shared channel question-reaction store and preflight-audio factories.
2910,
// +1: shared channel interactive dispatcher with canonical binding authorization.
2911,
env,
),
publicDeprecatedExports: readPluginSdkSurfaceBudgetEnv(