fix(regression): restore irc cold-runtime chunking

This commit is contained in:
Tak Hoffman
2026-03-27 22:24:18 -05:00
parent 71795c5323
commit 83adbc840c
4 changed files with 24 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ export type { BaseProbeResult } from "../channels/plugins/types.js";
export type { ChannelPlugin } from "../channels/plugins/types.plugin.js";
export { getChatChannelMeta } from "../channels/registry.js";
export { createChannelReplyPipeline } from "./channel-reply-pipeline.js";
export { chunkTextForOutbound } from "./text-chunking.js";
export type { OpenClawConfig } from "../config/config.js";
export { isDangerousNameMatchingEnabled } from "../config/dangerous-name-matching.js";
export {