mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-16 07:33:46 -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
@@ -14,6 +14,8 @@ export {
|
||||
export { createInteractiveConversationBindingHelpers } from "../plugins/interactive-binding-helpers.js";
|
||||
export {
|
||||
clearPluginInteractiveHandlers,
|
||||
createChannelInteractiveDispatcher,
|
||||
dispatchPluginInteractiveHandler,
|
||||
registerPluginInteractiveHandler,
|
||||
} from "../plugins/interactive.js";
|
||||
export { startLazyPluginServiceModule } from "../plugins/lazy-service-module.js";
|
||||
@@ -28,7 +30,6 @@ export type {
|
||||
export { getPluginRuntimeGatewayRequestScope } from "../plugins/runtime/gateway-request-scope.js";
|
||||
export type { PluginRuntime, RuntimeLogger } from "../plugins/runtime/types.js";
|
||||
|
||||
export { dispatchPluginInteractiveHandler } from "../plugins/interactive.js";
|
||||
export { getGlobalHookRunner } from "../plugins/hook-runner-global.js";
|
||||
export { getPluginCommandSpecs } from "../plugins/command-specs.js";
|
||||
export type { OpenClawPluginConfigSchema } from "../plugins/types.js";
|
||||
|
||||
Reference in New Issue
Block a user