Plugins: internalize medium extension SDK imports

This commit is contained in:
Vincent Koc
2026-03-17 23:07:58 -07:00
parent df79113593
commit 6e723dfd69
13 changed files with 30 additions and 27 deletions

View File

@@ -1,3 +1,4 @@
import { createAllowFromSection, createTopLevelChannelDmPolicy } from "openclaw/plugin-sdk/setup";
import {
DEFAULT_ACCOUNT_ID,
formatDocsLink,
@@ -6,8 +7,7 @@ import {
splitSetupEntries,
type ChannelSetupDmPolicy,
type ChannelSetupWizard,
} from "openclaw/plugin-sdk/line-core";
import { createAllowFromSection, createTopLevelChannelDmPolicy } from "openclaw/plugin-sdk/setup";
} from "../runtime-api.js";
import {
isLineConfigured,
listLineAccountIds,