OpenClaw Version: 2026.4.21 (f788c88)
Bug Description:
When receiving a relatively long reply from the model:
- During streaming output, the entire content of the message is fully displayed normally on the web chat interface.
- Immediately after the streaming response is fully completed, the web frontend automatically truncates the latter part of the message.
- Only the beginning content is retained, followed by
...(truncated)....
Additional Important Observation:
The complete full response message can be viewed normally without any truncation on third-party client integrations such as Telegram and Discord.
This confirms that the backend has received and generated the complete response successfully. The truncation issue exists only on the official web frontend interface.
Expected Behavior
The full message content should remain fully visible on the web UI after streaming completes, and should not be truncated automatically.