mateclaw/mateclaw-ui/src/composables/chat
matevip d390935763 feat(delegation): 子 Agent 成本透出 + 单任务/计划步骤委派结构化
- 子执行改走 chatWithUsage,捕获并透出每个子 Agent 的 prompt/completion token
  (单任务回复、并行机读头+逐行、delegation_end/child_complete/单路 broadcastEnd 事件)
- 新增 delegateByAgentIdStructured 返回结构化 ChildResult;计划步骤委派改按
  success()/isBlank() 判定成败,替掉脆弱的错误前缀匹配
- 前端委派段与嵌套节点显示紧凑成本后缀/徽标
- 测试:子执行 stub 迁移到 chatWithUsage + 新增 token 回归用例
2026-06-30 11:06:19 +08:00
..
useChat.ts feat(delegation): 子 Agent 成本透出 + 单任务/计划步骤委派结构化 2026-06-30 11:06:19 +08:00
useMessageQueue.ts Initial commit: MateClaw — Java + Vue 3 AI Assistant System 2026-04-04 19:03:49 +08:00
useMessages.ts refactor(chat): replace external-project comment refs with functional descriptions 2026-06-26 17:04:06 +08:00
useStickToBottom.ts refactor(chat): replace external-project comment refs with functional descriptions 2026-06-26 17:04:06 +08:00
useStream.ts refactor(chat): replace external-project comment refs with functional descriptions 2026-06-26 17:04:06 +08:00
useTyping.ts refactor(chat): replace external-project comment refs with functional descriptions 2026-06-26 17:04:06 +08:00