fix(regression): restore imessage cold-runtime chunking

This commit is contained in:
Tak Hoffman
2026-03-27 20:49:24 -05:00
parent dd78b16cdc
commit a724246547
4 changed files with 19 additions and 2 deletions

View File

@@ -51,6 +51,7 @@ export {
export { IMessageConfigSchema } from "../config/zod-schema.providers-core.js";
export { resolveChannelMediaMaxBytes } from "../channels/plugins/media-limits.js";
export { chunkTextForOutbound } from "./text-chunking.js";
export {
buildComputedAccountStatusSnapshot,
collectStatusIssuesFromLastError,