[Dev UI] Smart rendering for "xml" tags
Open
Nobody has claimed this yet.
devui
- Dominant language
- TypeScript
- Stars
- 6.5k
- Forks
- 845
- Avg merge
- 4d 4h
- Merged PRs (30d)
- 58
Description
This is an emerging pattern we see in agent harnesses.
- We might want to wrap them in a collapsible container like we do for code blocks.
- Other special formatting, like a subtle background
e.g.
This is a prompt...
...
<skills>
- skill 1
- skill 2
- skill 3
</skills>
...
Contributor guide
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
The issue names the Dev UI and existing code-block rendering, but no files or tests. Start by locating the Dev UI entry point that renders message content and the code-block renderer, then determine how XML tags should be recognized and displayed. Done means the requested tags have a clear, consistent rendering treatment, with behavior covered by the relevant UI tests if they exist.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100