-
Name Previous Value Current Value Assignee
robin
cwh
-
-
State changed as build OD-7751 is successful
-
OneDev
changed state to 'Closed' 1 week ago
Previous Value Current Value Open
Closed
| Type |
Improvement
|
| Priority |
Normal
|
| Assignee | |
| Labels |
No labels
|
Issue Votes (0)
The chat interface does not provide a way to copy AI-generated responses to the clipboard as raw Markdown. Users must manually select and copy text, which strips formatting or requires extra effort to preserve it.
This was observed when an AI response containing structured Markdown (headers, bold fields, inline code labels) was rendered in the chat UI with no copy action available.
Steps to Reproduce
Expected Behavior
A "Copy as Markdown" button (or equivalent) is available on each AI-generated message, allowing the user to copy the response as raw Markdown source to the clipboard in one click.
Actual Behavior
No copy button exists. The user must manually select and copy text from the rendered output, losing Markdown formatting in the process.
Additional Context