Commit Graph

52 Commits

Author SHA1 Message Date
root a3da2d51b1 fix: 渐进加载 AgentRun 分页快照 2026-07-16 07:50:02 +02:00
root 5a12ac05f1 fix: 恢复全量 AgentRun 观察链 2026-07-16 05:20:29 +02:00
root 89ef9cdbfb fix: 展示真实文件编辑事件 2026-07-12 18:06:39 +02:00
root 4bad6ceeb5 fix(workbench): consume assistant progress lifecycle 2026-07-12 10:26:47 +02:00
root 31cf89c07c fix: 工具摘要只显示时间和命令 2026-07-11 20:21:19 +02:00
root ed6d41ce2e feat: 增加 Kafka 会话顺序单步诊断 2026-07-11 20:06:53 +02:00
root 51ce93b9be fix: 精简工具调用摘要状态展示 2026-07-11 19:22:42 +02:00
root 412caf795c fix: 按助手 item 生命周期收敛 Trace 2026-07-11 18:28:02 +02:00
root 5520ee6b71 feat: 披露 Kafka Trace 重复层 2026-07-11 17:23:03 +02:00
root 2cb3d3aaa6 feat: 实现纯 Kafka 页面刷新重放交接 2026-07-11 05:15:35 +02:00
root 55f85a164d fix: 保持纯 Kafka 终态与扫描完整性 2026-07-11 00:27:24 +02:00
root 9f45d52120 fix: 修复纯 Kafka Trace 实时可见性 2026-07-10 21:59:04 +02:00
Lyon 13b10c0f14 Merge pull request #2479 from pikasTech/fix/2474-trace-raw-inspector
Pipelines as Code CI / hwlab-nc01-v03-ci-poll- Success
[v0.3][#2474] 修复纯 Kafka Trace 并增加原始事件观察窗
2026-07-10 22:05:07 +08:00
root 70c5c43012 fix: 强化 Kafka 重放 barrier 完整性 2026-07-10 15:58:59 +02:00
root 3a4912906b fix: 修复纯 Kafka Trace 与原始事件观察窗 2026-07-10 15:42:54 +02:00
root 92e9345309 fix: 增加隔离 Kafka 重放分层诊断 2026-07-10 15:33:42 +02:00
root 23c11b5849 fix: 强制隔离 Kafka 调试配置 2026-07-10 13:48:15 +02:00
root 18a3da5247 feat: 增加 AgentRun 到 HWLAB 的 Kafka 调试 CLI 2026-07-10 13:31:13 +02:00
Lyon c474a19de6 fix: keep terminal completion trace sealed (#2122) 2026-06-25 13:32:50 +08:00
Lyon a693e40b1e fix: render projected trace events only (#2088) 2026-06-25 06:29:51 +08:00
Lyon d818aad6d5 fix: keep workbench cancel on durable projection (#2086) 2026-06-25 06:10:05 +08:00
Lyon da86d56821 fix(workbench): dedupe final assistant trace rows (#2009) 2026-06-24 03:11:16 +08:00
Lyon 6dcf833f8a fix(workbench): stabilize visible trace timing rows (#2006) 2026-06-24 02:23:10 +08:00
Lyon 0faea26d9c fix(workbench): keep turn timing monotonic at completion (#1997) 2026-06-24 00:55:09 +08:00
Lyon c323fbdce5 fix(workbench): keep trace timing monotonic (#1975) 2026-06-23 16:36:01 +08:00
Lyon 44019f229e feat: PJ2026-0104010803 P4 前端/CLI 单读源收敛 - 删除 events.at(-1) 读侧推理 (#1758)
workbench.ts (stores):
- applyTraceHydrationResult: activityLabel 只读 result.lastEventLabel,不读 events.at(-1)
- lastEventLabel: 只读 result.lastEventLabel,不 fallback 到 events.at(-1)
- normalizeTraceSnapshot: lastEventLabel 只读 source.lastEventLabel
- mergeRunnerTrace: lastEventLabel 不从 events.at(-1) 推断

useTraceSubscription.ts:
- lastEventLabel 只读 snapshot.lastEventLabel,不读 events.at(-1)

trace-renderer.ts (CLI):
- traceNoiseSummaryRow: status 只读 trace.status/traceStatus,不 fallback 到 lastEvent.status
- 保持 lastLabel 用于展示,但不参与 lifecycle 推断

api/workbench.ts:
- 添加注释标记 observedAt/lastEventAgeMs 为 diagnostic-only,不作用户可见相对时间权威

Closes #1750
Refs #1742
2026-06-20 19:37:35 +08:00
lyon 766f41d415 fix: render workbench trace clocks with display timezone 2026-06-20 14:07:16 +08:00
Lyon acd9831149 Fix workbench trace projection authority (#1696) 2026-06-20 12:47:18 +08:00
lyon c2629c5ebf fix: improve code agent trace visibility 2026-06-20 00:04:23 +08:00
lyon 02989a8237 fix: preserve workbench message whitespace 2026-06-19 15:40:12 +08:00
lyon 08b2e3077a fix: converge workbench session authority 2026-06-18 15:24:16 +08:00
lyon 78a6b82751 fix: remove workspace session fallback from hwlab cli 2026-06-17 15:53:44 +08:00
lyon 7fcc83e692 fix: avoid protocol-only tool trace summaries 2026-06-16 01:00:54 +08:00
lyon ce9ec444df fix: prefer completed mcp tool trace rows 2026-06-16 00:32:09 +08:00
lyon 96b4557b0a fix(web): show tool command preview in trace rows 2026-06-15 20:50:27 +08:00
lyon f24f39bb3e fix: tighten agent trace workbench UI 2026-06-15 16:44:12 +08:00
lyon f2614ad521 fix: align trace rendering stream 2026-06-15 15:41:47 +08:00
lyon 53f8d94471 fix: tighten web trace reading 2026-06-15 14:44:47 +08:00
lyon 1bf3023009 fix: reduce trace rendering noise 2026-06-15 10:26:12 +08:00
Codex Agent 19161b5f82 fix: preserve full web trace details 2026-06-08 13:13:48 +08:00
Codex Agent a309f06867 fix: polish caserun aggregate trace markdown 2026-06-08 13:04:29 +08:00
Codex Agent 916838bde4 feat: update caserun aggregation and v02 deploy config 2026-06-08 12:21:09 +08:00
Codex Agent a94b76b94c fix: keep Cloud Web alive on client disconnect 2026-06-06 13:34:34 +08:00
Codex dd0121c93c fix: stabilize AgentRun trace replay and final rows 2026-06-06 10:33:26 +08:00
Lyon ec4ab46411 fix(v02): collapse duplicate assistant trace snapshots (#863)
Co-authored-by: Codex Agent <codex@hwlab.local>
2026-06-04 22:10:23 +08:00
Lyon c4ff24f60a fix(v02): dedupe replayed trace tool rows (#860)
Co-authored-by: Codex Agent <codex@hwlab.local>
2026-06-04 21:49:57 +08:00
Lyon 412f95f1a5 fix(v02): unify web trace markdown rendering (#858)
Co-authored-by: Codex Agent <codex@hwlab.local>
2026-06-04 21:33:01 +08:00
Lyon 2129cebfef fix(v02): improve trace and sidebar web ui (#854)
Co-authored-by: Codex Agent <codex@hwlab.local>
2026-06-04 20:56:43 +08:00
Lyon be557c09bc fix(v02): repair final response status (#837)
Co-authored-by: Codex Agent <codex@hwlab.local>
2026-06-04 17:45:25 +08:00
Codex Agent 7a58695318 fix(v02): unify web trace final response 2026-06-04 17:29:28 +08:00