mateclaw/mateclaw-ui/src
matevip 6a13cc2f50 perf(chat): throttle streaming markdown render and defer chart mounts
- add useStreamingMarkdown: cap mid-stream markdown re-render to ~140ms,
  full-fidelity render once the segment completes
- skip code-block language auto-detection while streaming (escaped plain
  text), restore full highlighting on the final render
- defer echarts/mermaid blocks to a lightweight loading placeholder while
  streaming so their parsers never run on truncated source
- bypass the render cache for streaming-mode output
- wire into ContentSegment and MessageBubble (content + thinking)
2026-06-15 11:39:24 +08:00
..
api feat(docs): expose bundled help docs via in-app viewer 2026-06-15 07:48:49 +08:00
assets perf(chat): throttle streaming markdown render and defer chart mounts 2026-06-15 11:39:24 +08:00
components perf(chat): throttle streaming markdown render and defer chart mounts 2026-06-15 11:39:24 +08:00
composables perf(chat): throttle streaming markdown render and defer chart mounts 2026-06-15 11:39:24 +08:00
i18n feat(dashboard): show the connected database on the dashboard 2026-06-15 08:47:53 +08:00
router feat(docs): expose bundled help docs via in-app viewer 2026-06-15 07:48:49 +08:00
stores feat(wiki): split KB management vs reading into separate workspace views (#309) 2026-06-10 13:40:57 +08:00
types feat(agent): add knowledge base binding tab to agent editor (#237) 2026-05-29 06:00:52 +08:00
utils feat(ui): add the xAI (Grok) provider brand icon 2026-05-18 10:01:05 +08:00
views feat(dashboard): show the connected database on the dashboard 2026-06-15 08:47:53 +08:00
App.vue fix(chat): 工具框乱序 + 流式/调试开关失效 + 思考堆积修复 2026-06-09 16:04:41 +08:00
main.ts feat(model3d): Tencent Hunyuan 3D provider — Pro/Rapid action routing + <model-viewer> preview 2026-05-01 22:39:13 +08:00
vite-env.d.ts Initial commit: MateClaw — Java + Vue 3 AI Assistant System 2026-04-04 19:03:49 +08:00