Files
openclaw/src/plugin-sdk/runtime-doctor.ts
2026-05-05 01:51:23 +01:00

21 lines
795 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";
export type { DoctorSessionRouteStateOwner } from "../plugins/doctor-session-route-state-owner-types.js";