feat(web): render assistant Markdown

This commit is contained in:
Yichen Jiang
2026-07-23 00:39:27 +08:00
parent c5f5b29588
commit 6f624c67c4
15 changed files with 712 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
// MessageText: the single text-block rendering point (Markdown support later = swap this component's internals, zero card-structure changes).
// MessageText is the literal-text primitive for user and steering content; assistant output uses MarkdownText.
import css from './MessageText.module.css'