Files
openclaw/src/plugin-sdk/runtime-doctor.ts
2026-04-20 23:34:19 +01:00

20 lines
689 B
TypeScript

export { collectProviderDangerousNameMatchingScopes } from "../config/dangerous-name-matching.js";
export {
asObjectRecord,
hasLegacyAccountStreamingAliases,
hasLegacyStreamingAliases,
normalizeLegacyChannelAliases,
normalizeLegacyDmAliases,
normalizeLegacyStreamingAliases,
} from "../config/channel-compat-normalization.js";
export type {
CompatMutationResult,
LegacyStreamingAliasOptions,
NormalizeLegacyChannelAccountParams,
} from "../config/channel-compat-normalization.js";
export {
detectPluginInstallPathIssue,
formatPluginInstallPathIssue,
} from "../infra/plugin-install-path-warnings.js";
export { removePluginFromConfig } from "../plugins/uninstall.js";