mateclaw/mateclaw-ui/src
matevip ae62faee4e fix(chat): refresh agent list on chat page reactivation
The chat page is kept alive by the router so navigating away and back
only fires an activation hook, not a fresh mount. An agent created,
edited, or deleted elsewhere (e.g. the employee management page) never
reached the chat page's own agent list, and stayed invisible or
unselectable in the agent picker until a full page reload forced a
fresh mount. The agent list is now refetched on every reactivation.
2026-07-17 18:15:38 +08:00
..
api fix(wiki): stabilize concurrent raw-material uploads and PostgreSQL-compatible IDs 2026-07-15 14:27:14 +08:00
assets feat(content-studio): 公众号/小红书图文创作场景 + gzh_package 打包与在线预览 2026-07-11 12:01:41 +08:00
components fix(chat): dedupe tool-call segments by toolCallId, not name+args 2026-07-15 14:53:22 +08:00
composables fix(ui): resolve lint errors surfaced by the new ESLint config 2026-07-15 14:26:27 +08:00
i18n feat(wiki): closed relation schema for entity extraction 2026-07-16 17:39:41 +08:00
router feat(workspace): default storage root setting + desktop local-tools whitelist management (#512) 2026-07-14 18:24:58 +08:00
stores feat(wiki): cross-KB wikilinks [[kbId/slug]] and raw-material batch filter/reprocess/delete (#506) 2026-07-10 12:01:48 +08:00
types feat(workspace): default storage root setting + desktop local-tools whitelist management (#512) 2026-07-14 18:24:58 +08:00
utils fix(wiki): stabilize concurrent raw-material uploads and PostgreSQL-compatible IDs 2026-07-15 14:27:14 +08:00
views fix(chat): refresh agent list on chat page reactivation 2026-07-17 18:15:38 +08:00
App.vue feat(chat): glass-themed preview for uploaded & AI-generated docx/xlsx/pdf (#513) 2026-07-13 18:00:54 +08:00
main.ts perf(ui): on-demand Element Plus, tree-shake unused components 2026-07-08 15:54:18 +08:00
vite-env.d.ts Initial commit: MateClaw — Java + Vue 3 AI Assistant System 2026-04-04 19:03:49 +08:00