Problem
In project-level Ask mode, long URLs in assistant replies wrap incorrectly in the left chat pane. The text can be split in the middle of a word or hostname.
Example from the screenshot:
https://github.com/nexu-io/open-design is split as https://githu plus b.com/nexu-io/open-design on the next line.
- The official site link,
https://open-design.ai/, is also squeezed into the same paragraph, making the response harder to read.
Steps to Reproduce
- Open any project.
- Switch the chat composer to Ask mode.
- Ask something like
open design 是什么.
- Check the left chat pane when the assistant response includes long links such as GitHub or official website URLs.
Actual Result
Long URLs are broken awkwardly within the narrow chat pane, including in the middle of domains or words. Visually, the link looks broken.
Expected Result
Long links should render in a more readable way, for example:
- Wrap as complete clickable links without splitting the hostname into hard-to-read fragments.
- Or render as Markdown/shortened display links while preserving the full target URL.
- At minimum, the narrow chat pane should not show unnatural splits such as
githu / b.com.
Impact
This affects readability and link trust in Ask mode answers, especially for common responses that include project introductions, documentation links, official websites, or GitHub URLs.
Environment
- Open Design local Electron
- PR runtime:
pr4862
- Page: project chat + Design Files split view

Problem
In project-level Ask mode, long URLs in assistant replies wrap incorrectly in the left chat pane. The text can be split in the middle of a word or hostname.
Example from the screenshot:
https://github.com/nexu-io/open-designis split ashttps://githuplusb.com/nexu-io/open-designon the next line.https://open-design.ai/, is also squeezed into the same paragraph, making the response harder to read.Steps to Reproduce
open design 是什么.Actual Result
Long URLs are broken awkwardly within the narrow chat pane, including in the middle of domains or words. Visually, the link looks broken.
Expected Result
Long links should render in a more readable way, for example:
githu/b.com.Impact
This affects readability and link trust in Ask mode answers, especially for common responses that include project introductions, documentation links, official websites, or GitHub URLs.
Environment
pr4862