fix(regression): restore feishu cold-runtime chunking

This commit is contained in:
Tak Hoffman
2026-03-27 21:17:08 -05:00
parent 5426bdf391
commit c0c32445ab
4 changed files with 15 additions and 3 deletions

View File

@@ -13,6 +13,7 @@ export { logTypingFailure } from "../channels/logging.js";
export type { AllowlistMatch } from "../channels/plugins/allowlist-match.js";
export { buildChannelConfigSchema } from "../channels/plugins/config-schema.js";
export { createActionGate } from "../agents/tools/common.js";
export { chunkTextForOutbound } from "./text-chunking.js";
export {
buildSingleChannelSecretPromptState,
addWildcardAllowFrom,