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
flowchart TD
subgraph Layout
title[Title Bar<br/>project | branch | model | tokens | connection]
conversation[Conversation Area<br/>user + assistant messages,<br/>tool output, status]
input[Input Bar<br/>current line]
title["Title Bar<br/>project, branch, model, tokens, connection"]
conversation["Conversation Area<br/>user + assistant messages,<br/>tool output, status"]
input["Input Bar<br/>current line"]
end
title --> conversation