Plugin SDK: fix contract seam regressions

This commit is contained in:
Vincent Koc
2026-03-18 00:49:54 -07:00
parent bde4c7995f
commit 0ae3e70a5c
10 changed files with 81 additions and 17 deletions

View File

@@ -1,7 +1,8 @@
/** Shared config-schema primitives for channel plugins with DM/group policy knobs. */
export {
AllowFromListSchema,
buildChannelConfigSchema,
buildCatchallMultiAccountChannelSchema,
buildNestedDmConfigSchema,
} from "../channels/plugins/config-schema.js";
export { DmPolicySchema, GroupPolicySchema } from "../config/zod-schema.core.js";
export { DmPolicySchema, GroupPolicySchema, MarkdownConfigSchema } from "../config/zod-schema.core.js";

View File

@@ -84,7 +84,10 @@ export {
deleteAccountFromConfigSection,
setAccountEnabledInConfigSection,
} from "../channels/plugins/config-helpers.js";
export { formatPairingApproveHint } from "../channels/plugins/helpers.js";
export {
formatPairingApproveHint,
parseOptionalDelimitedEntries,
} from "../channels/plugins/helpers.js";
export { getChatChannelMeta } from "../channels/registry.js";
export { buildOauthProviderAuthResult } from "./provider-auth-result.js";
export {