#Truncated responses in Discord

1 messages · Page 1 of 1 (latest)

pseudo glacier
#

I just updated to 5.12 and I’m noticing that my main agent’s responses are all being truncated and ending with …

Also every message is showing edited?

I have screenshots

plucky perchBOT
#

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

glacial thunderBOT
# pseudo glacier I just updated to 5.12 and I’m noticing that my main agent’s responses are all b...

Cris, this looks like Discord preview streaming rather than the model itself truncating.

In 5.12 Discord can post a draft preview and then edit/finalize it, so the edited label is expected when channels.discord.streaming is enabled. The suspicious part is the final text ending in ; that suggests the live preview/finalization path is leaving the preview text behind or hitting Discord’s 2000-char/line chunking path.

Quick workaround to confirm:

openclaw config set channels.discord.streaming '"off"' --strict-json
openclaw gateway restart

Then try the same prompt again. If the response is no longer truncated and no longer shows every message as edited, it’s the Discord preview streaming path.

Please also share:

openclaw --version
openclaw status --all