fix(plugins): clean first channel lint batch

This commit is contained in:
Vincent Koc
2026-04-06 14:27:34 +01:00
parent 9afcbbec5e
commit c3edcfd46e
15 changed files with 23 additions and 53 deletions

View File

@@ -3,7 +3,6 @@ import { createChatChannelPlugin } from "openclaw/plugin-sdk/channel-core";
import { buildPassiveProbedChannelStatusSummary } from "openclaw/plugin-sdk/extension-shared";
import { createLazyRuntimeModule } from "openclaw/plugin-sdk/lazy-runtime";
import { sanitizeForPlainText } from "openclaw/plugin-sdk/outbound-runtime";
import { resolveOutboundSendDep } from "openclaw/plugin-sdk/outbound-runtime";
import { buildOutboundBaseSessionKey, type RoutePeer } from "openclaw/plugin-sdk/routing";
import {
createComputedAccountStatusAdapter,
@@ -32,7 +31,6 @@ import type { IMessageProbe } from "./probe.js";
import { imessageSetupAdapter } from "./setup-core.js";
import {
createIMessagePluginBase,
imessageConfigAdapter,
imessageSecurityAdapter,
imessageSetupWizard,
} from "./shared.js";

View File

@@ -18,11 +18,7 @@ import type {
ChannelSetupWizardTextInput,
} from "openclaw/plugin-sdk/setup-runtime";
import { formatDocsLink } from "openclaw/plugin-sdk/setup-tools";
import {
listIMessageAccountIds,
resolveDefaultIMessageAccountId,
resolveIMessageAccount,
} from "./accounts.js";
import { resolveDefaultIMessageAccountId, resolveIMessageAccount } from "./accounts.js";
import { normalizeIMessageHandle } from "./targets.js";
const channel = "imessage" as const;

View File

@@ -4,7 +4,7 @@ import {
type ChannelSetupWizard,
} from "openclaw/plugin-sdk/setup";
import { detectBinary } from "openclaw/plugin-sdk/setup-tools";
import { listIMessageAccountIds, resolveIMessageAccount } from "./accounts.js";
import { resolveIMessageAccount } from "./accounts.js";
import {
createIMessageCliPathTextInput,
imessageCompletionNote,