From 7c96d821129ad46e0a4f61e6e2d97923d95b9693 Mon Sep 17 00:00:00 2001 From: Gustavo Madeira Santana Date: Wed, 4 Mar 2026 02:33:14 -0500 Subject: [PATCH] Plugins/thread-ownership: migrate to scoped plugin-sdk imports --- extensions/thread-ownership/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/thread-ownership/index.ts b/extensions/thread-ownership/index.ts index 1960b067f..f0d2cb629 100644 --- a/extensions/thread-ownership/index.ts +++ b/extensions/thread-ownership/index.ts @@ -1,4 +1,4 @@ -import type { OpenClawConfig, OpenClawPluginApi } from "openclaw/plugin-sdk/core"; +import type { OpenClawConfig, OpenClawPluginApi } from "openclaw/plugin-sdk/thread-ownership"; type ThreadOwnershipConfig = { forwarderUrl?: string;