fix: escape pipe chars in mermaid TUI diagram

This commit is contained in:
2026-03-24 13:07:15 +00:00
parent 7f5c27a868
commit b7dfdb18e0

View File

@@ -133,9 +133,9 @@ Choosing "yes, always allow" upgrades the permission to `always` for the rest of
```mermaid ```mermaid
flowchart TD flowchart TD
subgraph Layout subgraph Layout
title[Title Bar<br/>project | branch | model | tokens | connection] title["Title Bar<br/>project, branch, model, tokens, connection"]
conversation[Conversation Area<br/>user + assistant messages,<br/>tool output, status] conversation["Conversation Area<br/>user + assistant messages,<br/>tool output, status"]
input[Input Bar<br/>current line] input["Input Bar<br/>current line"]
end end
title --> conversation title --> conversation