openclaw/extensions/matrix/src
Tyler Yust 4e4ff506da feat: add chunking mode for outbound messages
- Introduced `chunkMode` option in various account configurations to allow splitting messages by "length" or "newline".
- Updated message processing to handle chunking based on the selected mode.
- Added tests for new chunking functionality, ensuring correct behavior for both modes.
2026-01-25 00:40:41 +00:00
..
matrix refactor: standardize channel logging 2026-01-23 23:34:30 +00:00
actions.ts refactor: migrate extensions to plugin sdk 2026-01-18 02:55:07 +00:00
channel.directory.test.ts rewrite(matrix): use matrix-bot-sdk as base to enable e2ee encryption, strictly follow location + typing + group concepts, fix room bugs 2026-01-20 11:59:11 +00:00
channel.ts Channels: add per-group tool policies 2026-01-24 05:49:39 +00:00
config-schema.ts feat: add chunking mode for outbound messages 2026-01-25 00:40:41 +00:00
directory-live.ts refactor: migrate extensions to plugin sdk 2026-01-18 02:55:07 +00:00
group-mentions.ts Channels: add per-group tool policies 2026-01-24 05:49:39 +00:00
onboarding.ts rewrite(matrix): use matrix-bot-sdk as base to enable e2ee encryption, strictly follow location + typing + group concepts, fix room bugs 2026-01-20 11:59:11 +00:00
outbound.ts refactor: migrate extensions to plugin sdk 2026-01-18 02:55:07 +00:00
resolve-targets.ts refactor: migrate extensions to plugin sdk 2026-01-18 02:55:07 +00:00
runtime.ts refactor: migrate extensions to plugin sdk 2026-01-18 02:55:07 +00:00
tool-actions.ts refactor: migrate extensions to plugin sdk 2026-01-18 02:55:07 +00:00
types.ts feat: add chunking mode for outbound messages 2026-01-25 00:40:41 +00:00