#Configure openclaw to never split codeblocks into different messages on signal

1 messages · Page 1 of 1 (latest)

heady flower
#

How to configure openclaw to never split codeblocks into different messages on signal

south muralBOT
zenith chasmBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

south muralBOT
lone fulcrumBOT
#

I checked the current docs/code, and there is not a dedicated Signal setting for “keep fenced code blocks atomic”.

What exists:

{
  channels: {
    signal: {
      textChunkLimit: 4000, // raise this if you want fewer splits
      streaming: {
        chunkMode: "length", // or "newline"
      },
    },
  },
}