AgentEvalTool/frontend/web
sinohqb 60c545ab78
All checks were successful
CI / test (push) Successful in 4m0s
fix(intelligent-eval): task queue all-count + unresolved filter
任务队列全部任务计数把派生的 unresolved 字段也求和了(stats 含
pending/assigned/completed/failed/unresolved),导致显示 9 而实际 8 条。
- 全部任务 = 四态之和(排除 unresolved),与后端 stats 对齐
- 改为一次拉取全部 + 前端过滤(unresolved 是 pending+assigned 并集,
  后端 status 单选无法表达);筛选/分页为前端状态,筛选变化重置到第 1 页
tsc 0 错误 vitest 16 passed
2026-08-18 10:48:13 +08:00
..
src fix(intelligent-eval): task queue all-count + unresolved filter 2026-08-18 10:48:13 +08:00
index.html v0.2.0-dev: 文件管理 + 页面布局统一 + 6 个 bug 修复 2026-07-16 15:25:22 +08:00
package-lock.json fix(release): commit package-lock.json version sync (1.1.1) 2026-08-13 14:49:34 +08:00
package.json chore(release): bump version to 1.1.1 2026-08-13 14:25:38 +08:00
tsconfig.json v0.2.0-dev: 文件管理 + 页面布局统一 + 6 个 bug 修复 2026-07-16 15:25:22 +08:00
tsconfig.node.json v0.2.0-dev: 文件管理 + 页面布局统一 + 6 个 bug 修复 2026-07-16 15:25:22 +08:00
vite.config.ts refactor(architecture): deepen evaluation lifecycle and read model 2026-08-07 03:11:37 +08:00