mateclaw/mateclaw-ui/src/views
matevip 1522009aec feat(agent): one-sentence AI employee creation wizard
Turn a single natural-language requirement into a ready-to-review
employee: the model proposes name, persona, runtime type and a
validated set of skills/tools/knowledge base, which the user confirms
or tweaks before the agent is created.

- backend: POST /api/v1/agents/generate builds a draft from the
  workspace's real capability catalog; every suggested tool/skill/KB is
  re-validated against the catalog so nothing hallucinated is offered
- frontend: 3-step wizard at /agents/create reusing the existing
  create + binding endpoints; reusable capability picker shows selected
  items as compact chips with an on-demand searchable catalog
2026-06-17 17:38:42 +08:00
..
Agents/components feat(agents): open AGENTS.md editor in a modal, as a settings row, with section reordering 2026-06-08 21:00:07 +08:00
Docs feat(docs): expose bundled help docs via in-app viewer 2026-06-15 07:48:49 +08:00
Doctor refactor(ui): share drawer chrome via MateDrawer, migrate Doctor and skill drawers 2026-05-15 10:19:16 +08:00
Enterprise fix(ui/enterprise): type filter keys so computed arrays match ref unions 2026-05-13 11:30:52 +08:00
layout feat(docs): expose bundled help docs via in-app viewer 2026-06-15 07:48:49 +08:00
mcp fix(mcp): refresh agent cache on MCP connection change + non-blocking connect (#289) 2026-06-09 14:14:08 +08:00
Memory feat(agents): open AGENTS.md editor in a modal, as a settings row, with section reordering 2026-06-08 21:00:07 +08:00
Onboarding feat(ui): dashboard model-config card + onboarding provider enablement 2026-05-16 14:51:41 +08:00
Scheduler feat(scheduler): unify cron jobs and triggers into a tabbed Scheduler page 2026-05-19 21:23:18 +08:00
Security polish(approval-grants-ui): fix active-count pill + reuse mcConfirm for revoke 2026-05-27 15:54:47 +08:00
Settings fix(chat): 工具框乱序 + 流式/调试开关失效 + 思考堆积修复 2026-06-09 16:04:41 +08:00
Wiki feat(wiki): entity-level knowledge graph extraction (#336) 2026-06-17 14:17:54 +08:00
AcpEndpoints.vue refactor(ui): swap ElMessage for project-native mcToast, finish mcConfirm migration 2026-05-15 10:19:24 +08:00
AgentContext.vue refactor(ui): unify employee selector into shared AgentPickerDialog 2026-05-16 22:17:58 +08:00
AgentCreateWizard.vue feat(agent): one-sentence AI employee creation wizard 2026-06-17 17:38:42 +08:00
Agents.vue feat(agent): one-sentence AI employee creation wizard 2026-06-17 17:38:42 +08:00
Channels.vue refactor(ui): swap ElMessage for project-native mcToast, finish mcConfirm migration 2026-05-15 10:19:24 +08:00
ChatConsole.vue feat(agent): loop-engineering robustness — goal continuation, plan re-plan, stall detection 2026-06-17 06:37:08 +08:00
Dashboard.vue feat(dashboard): show the connected database on the dashboard 2026-06-15 08:47:53 +08:00
Datasources.vue refactor(ui): swap ElMessage for project-native mcToast, finish mcConfirm migration 2026-05-15 10:19:24 +08:00
Forbidden.vue feat(ui,router): gate routes and sidebar by workspace capability 2026-05-15 10:18:38 +08:00
Login.vue fix(chat): 工具框乱序 + 流式/调试开关失效 + 思考堆积修复 2026-06-09 16:04:41 +08:00
McpServers.vue feat(tool,skill,ui): progressive tool/skill disclosure (load_skill + enable_tool + tier UI) 2026-05-23 09:07:45 +08:00
Plugins.vue refactor(ui): swap ElMessage for project-native mcToast, finish mcConfirm migration 2026-05-15 10:19:24 +08:00
Sessions.vue feat(sessions): paginate admin list, add back-nav, redesign with depth 2026-05-20 20:58:05 +08:00
SkillMarket.vue feat(tool,skill,ui): progressive tool/skill disclosure (load_skill + enable_tool + tier UI) 2026-05-23 09:07:45 +08:00
SkillTemplates.vue refactor(ui): swap ElMessage for project-native mcToast, finish mcConfirm migration 2026-05-15 10:19:24 +08:00
TokenUsage.vue refactor(ui): swap ElMessage for project-native mcToast, finish mcConfirm migration 2026-05-15 10:19:24 +08:00
Tools.vue fix(tool): show runtime names in tools admin 2026-05-23 22:54:57 +08:00
Workflows.vue fix(workflow): keep the editor canvas and status correct after publish 2026-05-18 17:34:53 +08:00