• Joined on 2026-06-26
solahqb pushed to main at solahqb/AgentEvalTool 2026-08-18 02:36:31 +00:00
57951f7940 fix(intelligent-eval): task queue pagination + column widths align with eval list
solahqb pushed to main at solahqb/AgentEvalTool 2026-08-17 15:53:56 +00:00
47804f2df3 refactor(ui): extract SectionHeader + drop deprecated CronPoolMonitor (audit P2)
fa5e3b8d5d refactor(ui): consolidate state maps + colors to tokens (audit P1)
3626ab288b fix(intelligent-eval): P0 UI/UX refresh defects (audit)
Compare 3 commits »
solahqb pushed to main at solahqb/AgentEvalTool 2026-08-17 12:04:38 +00:00
00ad929d68 feat(intelligent-eval): v4.2 UI — stat bar + single-line table + unified detail drawer
solahqb pushed to main at solahqb/AgentEvalTool 2026-08-17 08:40:41 +00:00
a69fa8a797 refactor(intelligent-eval): split list page into dedicated pages
solahqb pushed to main at solahqb/AgentEvalTool 2026-08-17 08:16:58 +00:00
2dd023fdd9 docs(intelligent-eval): align domain language with trigger-driven execution (ADR-0009)
solahqb pushed to main at solahqb/AgentEvalTool 2026-08-17 06:09:58 +00:00
cc2ac8da89 feat(intelligent-eval): paginate the eval list
solahqb pushed to main at solahqb/AgentEvalTool 2026-08-17 05:57:45 +00:00
b4f9c887f4 feat(intelligent-eval): task queue monitor (方案③可视化)
solahqb pushed to main at solahqb/AgentEvalTool 2026-08-17 05:07:06 +00:00
b0969ae582 feat(intelligent-eval): backfill decision logs for completed evals
solahqb pushed to main at solahqb/AgentEvalTool 2026-08-16 21:12:12 +00:00
32f63e80ae style: ruff format (decision-log backfill)
solahqb pushed to main at solahqb/AgentEvalTool 2026-08-16 21:11:21 +00:00
25920280f6 feat(intelligent-eval): platform audit backfill for decision logs + disable legacy cron workers
solahqb pushed to main at solahqb/AgentEvalTool 2026-08-16 19:30:46 +00:00
71c7cd3d39 fix(intelligent-eval): requeue stale assigned tasks (worker crash recovery)
solahqb pushed to main at solahqb/AgentEvalTool 2026-08-16 19:13:08 +00:00
df57af9e85 fix(deploy/t480): remove OPENCLAW_GATEWAY_TOKEN (trusted-proxy conflicts with shared token)
solahqb pushed to main at solahqb/AgentEvalTool 2026-08-16 18:57:11 +00:00
8e65e2e7b0 fix(intelligent-eval): worker trigger message must demand immediate execution
solahqb pushed to main at solahqb/AgentEvalTool 2026-08-16 18:37:41 +00:00
775b070bab feat(intelligent-eval): platform triggers OpenClaw agent as worker (avoid external IM channel)
solahqb pushed to main at solahqb/AgentEvalTool 2026-08-16 18:08:46 +00:00
5836b84681 fix(intelligent-eval): add lifespan scan-loop for worker task enqueue
solahqb pushed to main at solahqb/AgentEvalTool 2026-08-16 18:01:50 +00:00
6309b6abca fix(frontend): report overall NaN + header card styling
solahqb pushed to main at solahqb/AgentEvalTool 2026-08-14 07:57:11 +00:00
0c1e4578c9 refactor(frontend): unify polling via usePolling + visibility pause (S6)
solahqb pushed to main at solahqb/AgentEvalTool 2026-08-14 07:34:37 +00:00
deaeabcf74 docs: v1.1.0 post-release patches + scan §6 resolved tracking
solahqb pushed to main at solahqb/AgentEvalTool 2026-08-14 07:23:40 +00:00
3376caca7b fix(decision-logs): remove unused context_json + json import (ruff F841/F401)
solahqb pushed to main at solahqb/AgentEvalTool 2026-08-14 07:14:51 +00:00
4bcab065f1 fix(decision-logs): dedupe on (eval_id, decision_type, context) (resolves T8)