mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-13 14:12:57 -06:00
refactor(plugins): single-source interactive dispatch and its auth downgrade via plugin SDK (#120062)
This commit is contained in:
committed by
GitHub
parent
d64f5b6a09
commit
0b849a316d
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user