New request
#3317: Feature request: HTML outputs
We'll provision a sandbox, run an agent against the issue, and open a draft PR. You can pull the branch and iterate from there.
Issue
enhancementrenderer
If models generate HTML and webui shows it safely, we can be much more productive
https://www.reddit.com/r/LocalLLaMA/comments/1tter4t/use_html_as_the_primary_chat_language_of_your/
The code could run within browser as soon as generation completes.
Assessmentadvisory
feature●●● hard80% confidence
Safely rendering generated HTML in chat requires architectural frontend sandboxing/iframe work plus backend sanitization, touching the renderer pipeline across UI and API layers.
Likely files
- static/index.html
- static/app.js
- static/commands.js
- api/routes.py
- api/streaming.py
- static/styles.css
Create the request