From 543ebf5b558b7741f8c005f32c90f5b74f2f2849 Mon Sep 17 00:00:00 2001 From: operator Date: Sun, 19 Apr 2026 08:03:55 +0000 Subject: [PATCH] fix: correct import path to reply-runtime --- plugin/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );