diff --git a/plugin/index.ts b/plugin/index.ts index 0245c08..3e63cd4 100644 --- a/plugin/index.ts +++ b/plugin/index.ts @@ -200,7 +200,7 @@ export default { try { // Dynamic import — resolved at runtime by OpenClaw's module system - const sdkPath = 'openclaw/plugin-sdk/reply-dispatch-runtime'; + const sdkPath = 'openclaw/plugin-sdk/reply-runtime'; const { dispatchInboundMessageWithDispatcher } = await import( /* webpackIgnore: true */ sdkPath );