fix(ci): repair zalouser sdk path and exec timeout kill

This commit is contained in:
Peter Steinberger
2026-04-04 04:51:16 +01:00
parent ca99ad0af8
commit f4fa53de3f
2 changed files with 11 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ export type {
ChannelGroupContext,
ChannelMessageActionAdapter,
} from "openclaw/plugin-sdk/channel-contract";
export { buildChannelConfigSchema } from "openclaw/plugin-sdk/channel-plugin-common";
export { buildChannelConfigSchema } from "openclaw/plugin-sdk/channel-config-schema";
export type { ChannelPlugin } from "openclaw/plugin-sdk/core";
export {
DEFAULT_ACCOUNT_ID,