refactor: expose lazy runtime helper to plugins

This commit is contained in:
Peter Steinberger
2026-03-17 08:37:02 -07:00
parent 4f6955fb11
commit 795f1f438b
15 changed files with 147 additions and 262 deletions

View File

@@ -12,7 +12,7 @@ import {
PAIRING_APPROVED_MESSAGE,
} from "openclaw/plugin-sdk/feishu";
import type { ChannelMessageActionName } from "openclaw/plugin-sdk/feishu";
import { createLazyRuntimeSurface } from "../../../src/shared/lazy-runtime.js";
import { createLazyRuntimeSurface } from "openclaw/plugin-sdk/lazy-runtime";
import {
resolveFeishuAccount,
resolveFeishuCredentials,