fix(ci): repair extension and discord test gates

This commit is contained in:
Peter Steinberger
2026-03-27 19:26:25 +00:00
parent febcb01128
commit 605c9306ab
10 changed files with 159 additions and 16 deletions

View File

@@ -1,6 +1,24 @@
// Private runtime barrel for the bundled Feishu extension.
// Keep this barrel thin and aligned with the local extension surface.
export type {
ChannelMessageActionName,
ChannelMeta,
ChannelOutboundAdapter,
OpenClawConfig as ClawdbotConfig,
OpenClawConfig,
OpenClawPluginApi,
PluginRuntime,
RuntimeEnv,
} from "openclaw/plugin-sdk/feishu";
export {
DEFAULT_ACCOUNT_ID,
PAIRING_APPROVED_MESSAGE,
buildChannelConfigSchema,
buildProbeChannelStatusSummary,
createActionGate,
createDefaultChannelRuntimeState,
} from "openclaw/plugin-sdk/feishu";
export * from "openclaw/plugin-sdk/feishu";
export {
isRequestBodyLimitError,