fix(regression): restore matrix cold-runtime chunking

This commit is contained in:
Tak Hoffman
2026-03-27 21:14:25 -05:00
parent e83b1d7c43
commit 23d5bad3ae
5 changed files with 20 additions and 3 deletions

View File

@@ -34,3 +34,4 @@ export type {
WizardPrompter,
} from "openclaw/plugin-sdk/matrix";
export { formatZonedTimestamp } from "openclaw/plugin-sdk/matrix";
export { chunkTextForOutbound } from "openclaw/plugin-sdk/matrix";