AgentEvalTool/.scratch/v1.0/POST_V1_IMPROVEMENTS.md
sinohqb 9cdbc41808 docs(intelligent-eval): commit v1.0 spec, tickets, and post-v1.0 improvements
All 8 tickets' acceptance criteria checked off (incl. the real OpenClaw
E2E verified on t480). Trivial import-sort fix from ruff included.
2026-08-05 14:01:24 +08:00

22 lines
954 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 智能评估 v1.0 后续优化点
## 前端体验优化
### 1. 详情页自动刷新 ✅ 已修复
**问题**:详情页在 `planning``executing` 状态下不会自动刷新OpenClaw 改变状态后 UI 仍显示旧状态,需要返回列表再进入才能看到更新。
**修复**:详情页在 `planning`/`executing`/`pending_approval` 状态下每 5 秒静默轮询评估详情IntelligentEvals.tsx
### 2. 执行期会话列表展示 ✅ 已修复
**问题**:详情页在 `executing` 状态下只显示汇总数字(`completed_sessions / session_count`),无法看到具体哪些会话已创建、进行中、已完成。
**修复**:详情页新增「会话进度」卡片,逐会话展示人设/状态/维度/目标/轮数/创建时间;`executing` 状态下同样每 5 秒轮询会话列表EvalDetail.tsx
---
## 记录时间
2026-08-05
## 优先级
P2v1.0 功能已完整,这些是体验优化)