refactor: add shared setup sdk subpath

This commit is contained in:
Peter Steinberger
2026-03-16 20:17:03 -07:00
parent 77d6274624
commit 2497b8147e
32 changed files with 183 additions and 128 deletions

View File

@@ -1,10 +1,11 @@
import {
applyAccountNameToChannelSection,
DEFAULT_ACCOUNT_ID,
migrateBaseNameToDefaultAccount,
} from "../../../src/channels/plugins/setup-helpers.js";
import type { ChannelSetupAdapter } from "../../../src/channels/plugins/types.adapters.js";
import { normalizeSecretInputString } from "../../../src/config/types.secrets.js";
import { DEFAULT_ACCOUNT_ID, normalizeAccountId } from "../../../src/routing/session-key.js";
normalizeAccountId,
normalizeSecretInputString,
type ChannelSetupAdapter,
} from "openclaw/plugin-sdk/setup";
import type { CoreConfig } from "./types.js";
const channel = "matrix" as const;