-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
Issue - Unassigned / ActionableClear and approved. Available for contributors to pick up.Clear and approved. Available for contributors to pick up.bugSomething isn't workingSomething isn't working
Description
Which version of the app are you using?
v3.16.5
Which API Provider are you using?
Anthropic
Which Model are you using?
sonnet-3.5
What happened?
When clicking the copy button on an existing task on the main front status page, the XML content structure is lost. Only the values inside the XML tags are copied, not the complete XML structure.
Expected behavior: The copy button should copy the entire original message content provided by the user.
Steps to reproduce
- Create or navigate to a task that contains XML content (such as a write_to_file operation)
- Click the copy button on the task
- Paste the copied content
The pasted content only contains the values from inside the XML tags, not the complete XML structure.
Relevant API REQUEST output
Original content:
<write_to_file>
<path>.txt</path>
<content>test_insert</content>
<line_count>0</line_count>
</write_to_file>
After copying, only the following is retained:
.txt
test_insert
0
Additional context
This issue affects the ability to easily copy and reuse XML tool commands from the task page.
dosubot
Metadata
Metadata
Assignees
Labels
Issue - Unassigned / ActionableClear and approved. Available for contributors to pick up.Clear and approved. Available for contributors to pick up.bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done