mateclaw/mateclaw-ui/src
matevip d9a9d07704 fix(wiki): broken-link rescan precision, slug/title resolution, and dangling-link reconcile (#333)
- rescan: keep the KB id as a string end to end so the 19-digit snowflake id
  isn't truncated past Number.MAX_SAFE_INTEGER (rescan no longer 404s)
- lint: resolve [[...]] targets against page slugs AND titles like the viewer,
  so a title reference to an existing page is no longer reported broken
- ingest: derive the slug deterministically from the title (no inconsistent
  romanization), auto-recompute broken links once a KB finishes importing,
  and reconcile dangling [[concept]] links — redirect to the covering page via
  declared aliases, or demote to plain text when uncovered
- add the page aliases column migration for h2 / mysql / kingbase
2026-06-15 16:14:25 +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 fix(wiki): broken-link rescan precision, slug/title resolution, and dangling-link reconcile (#333) 2026-06-15 16:14:25 +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