Commit Graph

2466 Commits

Author SHA1 Message Date
Lyon deef52bdc6 fix(workbench): emit session message outbox snapshots (#2065) 2026-06-24 21:14:52 +08:00
Lyon e98b3e2f17 fix: add workbench aggregate event stream (#2064) 2026-06-24 20:04:21 +08:00
Lyon d877380900 Merge pull request #2063 from pikasTech/fix/remove-ui-timing-cache-20260624
fix(workbench): remove UI timing display caches
2026-06-24 19:33:25 +08:00
lyon 2277329abd fix(workbench): remove UI timing display caches 2026-06-24 19:32:34 +08:00
Lyon 83b562e375 Merge pull request #2056 from pikasTech/fix/revert-ui-timing-fabrication-20260624
revert(workbench): remove UI timing smoothing repairs
2026-06-24 19:24:14 +08:00
lyon fa8d7bf6e0 Revert "fix(workbench): smooth visible agent timing labels (#2005)"
This reverts commit d4bcf7deb5.
2026-06-24 19:23:29 +08:00
lyon 452524f80a Revert "fix(workbench): cap visible timing ticker steps (#2007)"
This reverts commit b61fb4e65c.
2026-06-24 19:23:29 +08:00
Lyon e390becd72 fix(workbench): keep projected trace times monotonic (#2054) 2026-06-24 17:49:04 +08:00
Lyon 6c253b97d5 fix(workbench): remove implicit completed fallback (#2053) 2026-06-24 17:35:26 +08:00
Lyon b49f2a5ed2 fix(workbench): surface projection fallback failures (#2052) 2026-06-24 17:10:07 +08:00
Lyon 5ff705c23c fix(workbench): block steer after unsealed terminal errors (#2050) 2026-06-24 16:44:40 +08:00
Lyon d1bb34c360 fix(workbench): use single timing source for code agent duration (#2048) 2026-06-24 15:53:54 +08:00
Lyon e0ad20edc9 fix(workbench): fail visibly on projection fact write errors (#2046) 2026-06-24 15:29:12 +08:00
Lyon fbc23d20a9 fix(workbench): persist user message through event projection (#2045) 2026-06-24 15:01:46 +08:00
Lyon 8bdab4ac56 fix(workbench): require explicit terminal trace authority (#2043) 2026-06-24 14:35:14 +08:00
Lyon 10e892ce95 fix(workbench): preserve terminal final text and timing (#2042) 2026-06-24 14:21:21 +08:00
Lyon 3e33eb5803 fix(workbench): require terminal authority before sealing turn (#2041) 2026-06-24 14:05:43 +08:00
Lyon 50734e5117 fix(workbench): keep projected turn start time stable (#2039) 2026-06-24 13:08:27 +08:00
Lyon 20bc5066c7 fix(workbench): reset thread on provider switch (#2037) 2026-06-24 10:25:47 +08:00
Lyon 808fddb976 fix(workbench): remove provider from session id callsite (#2036) 2026-06-24 10:07:41 +08:00
Lyon 0ef13fbd6f fix(workbench): scope agentrun pvc by hwlab session (#2035) 2026-06-24 10:02:10 +08:00
Lyon 7d80770e40 fix(gitops): allow direct ssh git mirror egress (#2034)
* fix(workbench): keep sealed turn timing immutable

* fix(gitops): allow direct ssh git mirror egress
2026-06-24 09:47:11 +08:00
Lyon 8274a31f37 fix(workbench): keep sealed turn timing immutable (#2033) 2026-06-24 09:25:31 +08:00
Lyon 6e3d6f8aa6 fix(workbench): seal terminal timing without projection (#2032) 2026-06-24 09:04:12 +08:00
Lyon df8249eb9b fix(workbench): filter assistant trace row body duplicates (#2031) 2026-06-24 08:51:56 +08:00
Lyon 21aceda665 fix(workbench): seal terminal message status timing (#2030) 2026-06-24 08:43:48 +08:00
Lyon 99589938a8 fix(workbench): disable terminal turn diagnostic fetches (#2029) 2026-06-24 08:32:34 +08:00
Lyon 024ecf3032 fix(workbench): stop realtime terminal rest refresh (#2028) 2026-06-24 08:25:14 +08:00
Lyon b22fd72119 fix(workbench): bound turn status polling to active request (#2027) 2026-06-24 08:19:12 +08:00
Lyon 1018f1ef37 fix(workbench): seal timing to source event time (#2025) 2026-06-24 06:47:49 +08:00
Lyon 9e094a6697 fix(workbench): do not derive final response while running (#2024) 2026-06-24 06:36:49 +08:00
Lyon 1cfb09cc08 fix(workbench): classify runtime dependency outages as retryable (#2021) 2026-06-24 06:05:14 +08:00
Lyon a7e4de6910 fix(workbench): keep turn last event timing latest (#2019) 2026-06-24 05:53:43 +08:00
Lyon 0b4cec3bb6 fix(workbench): stop projection resume after terminal trace (#2018) 2026-06-24 05:38:48 +08:00
Lyon 6f02aa095d fix(workbench): query latest message facts by default (#2016) 2026-06-24 05:20:57 +08:00
Lyon 7ad24b56c8 fix(workbench): return latest messages by default (#2015) 2026-06-24 05:15:01 +08:00
Lyon d0a00abfce fix(workbench): 用 agent session 上下文补齐 durable 投影 sessionId (#2013)
* fix(workbench): pass projection context to message writer

* fix(workbench): resolve session id from agent session context
2026-06-24 05:02:06 +08:00
Lyon db6e889009 fix(workbench): pass projection context to message writer (#2012) 2026-06-24 04:38:15 +08:00
Lyon da86d56821 fix(workbench): dedupe final assistant trace rows (#2009) 2026-06-24 03:11:16 +08:00
Lyon b61fb4e65c fix(workbench): cap visible timing ticker steps (#2007) 2026-06-24 02:40:35 +08:00
Lyon 6dcf833f8a fix(workbench): stabilize visible trace timing rows (#2006) 2026-06-24 02:23:10 +08:00
Lyon d4bcf7deb5 fix(workbench): smooth visible agent timing labels (#2005) 2026-06-24 02:15:50 +08:00
Lyon e2813e8a27 fix(v03): route prestop drain through v1 dispatcher (#2004) 2026-06-24 01:59:19 +08:00
Lyon ebb9580c57 fix(v03): drain workbench sse before pod termination (#2003) 2026-06-24 01:55:01 +08:00
Lyon 8a382d45ae fix(v03): forward sigterm from env reuse launcher (#2002) 2026-06-24 01:43:34 +08:00
Lyon f7db5e7cc2 fix(v03): drain workbench sse on shutdown (#2001) 2026-06-24 01:34:45 +08:00
Lyon 0a8da60bd9 fix(v03): keep cloud api available during rollout (#2000) 2026-06-24 01:22:11 +08:00
Lyon b2b6d200fc fix(workbench): seal terminal timing display seconds (#1998) 2026-06-24 01:07:32 +08:00
Lyon 0faea26d9c fix(workbench): keep turn timing monotonic at completion (#1997) 2026-06-24 00:55:09 +08:00
Lyon 21f349f3b1 fix(workbench): stream terminal message snapshots (#1996) 2026-06-23 23:56:08 +08:00