全部
🦊 Hermes {{ stats.by_agent?.Hermes || 0 }}
🦞 OpenClaw {{ stats.by_agent?.OpenClaw || 0 }}
总任务数
{{ stats.total }}
Hermes + OpenClaw 协作产出
Bug 修复
{{ stats.by_type?.bug || 0 }}
占总量 {{ stats.total ? ((stats.by_type?.bug||0)/stats.total*100).toFixed(0) : 0 }}%
新功能开发
{{ stats.by_type?.功能 || 0 }}
功能迭代与需求实现
优化项
{{ (stats.by_type?.优化||0) + (stats.by_type?.部署||0) }}
优化 + 部署
项目类别分布
按项目维度统计
每日解决趋势
近 14 天
最近动态
查看全部 →
{{ item.title }}
暂无数据
← 返回问题列表
{{ detail.title }}
💬 智能体备注
{{ detail.agent_notes }}
📝 问题详情
{{ detail.description }}
🔍 根因分析
{{ detail.root_cause }}
💡 解决方案
{{ detail.solution }}
暂无详细描述
📁 涉及文件
{{ detail.files_changed }}
🏷️ 标签
⏱️ 时间线
创建
{{ formatDate(detail.created_at) }}
问题记录创建
提交
{{ detail.commit_id }}{{ detail.branch ? '分支: ' + detail.branch : '代码提交' }}
解决
{{ formatDate(detail.resolved_date) }}
问题已解决并关闭