From 04ff4a0c267f39a1a8bed83d8ea74947a78865a0 Mon Sep 17 00:00:00 2001 From: Gustavo Madeira Santana Date: Wed, 4 Mar 2026 02:32:55 -0500 Subject: [PATCH] Plugins/copilot-proxy: migrate to scoped plugin-sdk imports --- extensions/copilot-proxy/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/copilot-proxy/index.ts b/extensions/copilot-proxy/index.ts index 990752782e7..6fad48228cd 100644 --- a/extensions/copilot-proxy/index.ts +++ b/extensions/copilot-proxy/index.ts @@ -3,7 +3,7 @@ import { type OpenClawPluginApi, type ProviderAuthContext, type ProviderAuthResult, -} from "openclaw/plugin-sdk/core"; +} from "openclaw/plugin-sdk/copilot-proxy"; const DEFAULT_BASE_URL = "http://localhost:3000/v1"; const DEFAULT_API_KEY = "n/a";