refactor: trim extension helper runtime seams

This commit is contained in:
Peter Steinberger
2026-03-28 02:11:40 +00:00
parent 4cc8f8a1c6
commit 185668f5c5
8 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
import { resolveMergedAccountConfig } from "openclaw/plugin-sdk/account-resolution";
import { tryReadSecretFileSync } from "openclaw/plugin-sdk/infra-runtime";
import { tryReadSecretFileSync } from "openclaw/plugin-sdk/core";
import {
createAccountListHelpers,
DEFAULT_ACCOUNT_ID,

View File

@@ -1,4 +1,4 @@
import { fetchWithSsrFGuard } from "openclaw/plugin-sdk/infra-runtime";
import { fetchWithSsrFGuard } from "../runtime-api.js";
import { resolveNextcloudTalkAccount } from "./accounts.js";
import { stripNextcloudTalkTargetPrefix } from "./normalize.js";
import { getNextcloudTalkRuntime } from "./runtime.js";