fix(v02): add workspace scroll follow and markdown renderer (#839)

Co-authored-by: Codex Agent <codex@hwlab.local>
This commit is contained in:
Lyon
2026-06-04 17:50:47 +08:00
committed by GitHub
parent 2fc3972ddd
commit 3f26ec0b16
9 changed files with 347 additions and 90 deletions
+3 -1
View File
@@ -14,7 +14,9 @@
},
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1"
"react-dom": "18.3.1",
"react-markdown": "10.1.0",
"remark-gfm": "4.0.1"
},
"devDependencies": {
"@types/react": "18.3.12",