refactor: trim extension runtime reexports

This commit is contained in:
Peter Steinberger
2026-05-01 14:27:17 +01:00
parent bae211f72a
commit 5fdde9353e
12 changed files with 4 additions and 44 deletions

View File

@@ -6,7 +6,6 @@ export {
errorShape,
isLoopbackHost,
isNodeCommandAllowed,
rawDataToString,
respondUnavailableOnNodeInvokeError,
resolveGatewayAuth,
resolveNodeCommandAllowlist,
@@ -17,7 +16,6 @@ export type {
GatewayRpcOpts,
NodeSession,
} from "openclaw/plugin-sdk/gateway-runtime";
export { runExec } from "openclaw/plugin-sdk/process-runtime";
export { runCommandWithRuntime } from "openclaw/plugin-sdk/cli-runtime";
export type { OpenClawPluginService } from "openclaw/plugin-sdk/plugin-entry";
export {