fix: compact progress draft lines

This commit is contained in:
Peter Steinberger
2026-05-04 03:50:11 +01:00
parent f632f5e60b
commit a3c36a0931
6 changed files with 69 additions and 5 deletions

View File

@@ -217,6 +217,12 @@ Limit how many lines stay visible:
}
```
Progress lines are compacted automatically to reduce chat-bubble reflow while the draft is edited.
OpenClaw truncates long progress lines by default so repeated draft edits do not
wrap differently on every update. The prefix stays readable, and long details
such as paths or raw commands are shortened with an ellipsis.
Keep the single progress draft but hide tool and task lines:
```json5