fix(regression): restore signal cold-runtime chunking

This commit is contained in:
Tak Hoffman
2026-03-27 21:27:05 -05:00
parent bd7375f84a
commit 42ecfffbff
3 changed files with 15 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ export { SignalConfigSchema } from "../config/zod-schema.providers-core.js";
export { normalizeE164 } from "../utils.js";
export { resolveChannelMediaMaxBytes } from "../channels/plugins/media-limits.js";
export { chunkText } from "../auto-reply/chunk.js";
export {
createCliPathTextInput,
createDelegatedTextInputShouldPrompt,