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
+2 -1
View File
@@ -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";