Add Mermaid Diagram Rendering to Agent Pane #40554
Closed
sebas-developer
started this conversation in
LLMs and Zed Agent
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Right now, Mermaid diagrams just show up as plain code blocks in the agent pane, which isn't very useful. Users can't actually see the diagrams they're trying to share or view.
The solution: rendering Mermaid diagrams directly in the chat interface instead of just showing code blocks:
```mermaid
code blocksBenefits
Example
This should show as a real diagram, not text.
Beta Was this translation helpful? Give feedback.
All reactions