fix: remove duplicate plugin sdk exports

This commit is contained in:
Peter Steinberger
2026-03-20 16:52:10 +00:00
parent 18fa2992f9
commit fcabecc9a4
2 changed files with 0 additions and 3 deletions

View File

@@ -2,7 +2,6 @@
export { getAcpSessionManager } from "../acp/control-plane/manager.js";
export { AcpRuntimeError, isAcpRuntimeError } from "../acp/runtime/errors.js";
export { registerAcpRuntimeBackend, unregisterAcpRuntimeBackend } from "../acp/runtime/registry.js";
export type { AcpRuntimeErrorCode } from "../acp/runtime/errors.js";
export {
getAcpRuntimeBackend,

View File

@@ -58,8 +58,6 @@ export type {
PluginCommandContext,
PluginLogger,
PluginInteractiveTelegramHandlerContext,
OpenClawPluginToolContext,
OpenClawPluginToolFactory,
} from "../plugins/types.js";
export type { OpenClawConfig } from "../config/config.js";
export { isSecretRef } from "../config/types.secrets.js";