mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
refactor(commands): share native plugin command merging (#120972)
This commit is contained in:
committed by
GitHub
parent
0dbdf994b3
commit
6ee409ca7b
@@ -250,7 +250,8 @@ export function readPluginSdkSurfaceBudgets(env: NodeJS.ProcessEnv = process.env
|
||||
// +3: channel streaming config reader re-exports and session-agent scope resolver.
|
||||
// +3: session-catalog terminal-start provider request and Gateway params/result contracts.
|
||||
// +1: worker desktop endpoint contract for desktop-capable worker leases.
|
||||
4848,
|
||||
// +1: native command spec merger through the native-command-registry facade.
|
||||
4849,
|
||||
env,
|
||||
),
|
||||
publicFunctionExports: readPluginSdkSurfaceBudgetEnv(
|
||||
@@ -303,7 +304,8 @@ export function readPluginSdkSurfaceBudgets(env: NodeJS.ProcessEnv = process.env
|
||||
// +1: simple channel secret contract factory replacing repeated collectors.
|
||||
// +4: focused agent scope functions for doctor migration enumeration.
|
||||
// +3: channel streaming config reader functions and session-agent scope resolver.
|
||||
2920,
|
||||
// +1: native command spec merger through the native-command-registry facade.
|
||||
2921,
|
||||
env,
|
||||
),
|
||||
publicDeprecatedExports: readPluginSdkSurfaceBudgetEnv(
|
||||
|
||||
Reference in New Issue
Block a user