openclaw / openclaw/openclaw-windows-node
Chat pane truncates bulleted list lines mid-word, no wrap, no ellipsis
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 2.1k
- Forks
- 295
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 99
Description
In the Windows Companion chat pane, long bulleted list lines get cut off mid-word instead of wrapping (e.g. "...canonical-argv/custom-env comp" with the rest of the line simply gone, no ellipsis).
Reproduced twice, both cutoffs landed at roughly the same character offset (~105-110 chars), consistent with a fixed-width overflow or line-clamp bug on the
Browser-based Control UI does not show this same symptom with identical content, pointing to the native chat pane's list rendering specifically.
Version: v2026.7.1-4
Platform: Windows Companion desktop app (native chat window)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Windows Companion native chat pane's list-item renderer and compare its handling of long bulleted lines with the browser-based Control UI, which does not reproduce the issue. Verify the behavior using content longer than 105–110 characters, and consider the issue done when long list lines wrap fully without mid-word truncation or missing text.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100