Commit Graph

1178 Commits

Author SHA1 Message Date
Codex 4e0f1cba21 feat(web-probe): add multi-sentinel registry 2026-06-26 12:48:32 +00:00
Codex 92f20ed978 feat: Web哨兵监控面板桌面端视图改进三栏布局·低噪声·渐进披露 (#1025)
- 桌面端(≥1024px)三栏 master-detail:Runs | Detail | Findings,点击 run 无需滚动
- 状态摘要条替换 4 metric cards,单行 ~48px,合并 status-pill/overall 重复值
- overview checks 全绿折叠为单 pill,点击展开明细
- runs/findings filter 默认折叠为单行摘要 chip,展开功能不变
- Detail 分 5 tab(概要/发现项/多轮摘要/Trace/证据与命令),URL 支持 ?run=&tab=
- Finding 默认显示聚合,点击 chip drill-down 到列表;item 默认折叠只显示 title+severity+count
- Runs 行级 severity 色条(red/amber/info 左 border),一眼定位问题行
- Timeline 升级为底部紧凑条,加相对时间刻度,可折叠
- auto-refresh 交互暂停:hover runs/detail 时暂停刷新
- CLI 命令改可复制按钮+toast,detailCommands 不再纯文本
- 快捷键 j/k 上下选 run、Enter 打开、r 刷新、/ 聚焦搜索
- 降权标签:减少 uppercase/font-weight:800 滥用,只在 red/blocked 强调
- 去冗余 box-shadow:panel 用 1px border,只在 modal/overlay 用阴影
- contract version 升级 draft-2026-06-26-p9-desktop-view-density
- 保持纯 vanilla JS + 原生 CSS,无框架/无构建步骤,API 契约不变
2026-06-26 12:30:42 +00:00
Codex 497055d8cf fix: roll egress proxy on config template changes 2026-06-26 12:18:04 +00:00
Codex 0fcdd12c83 feat: add mdtodo web-probe commands 2026-06-26 12:14:26 +00:00
Codex a75c2da56b feat: add egress proxy traffic sampling 2026-06-26 12:11:38 +00:00
Codex dee36326b9 feat: add web sentinel session invariance checks 2026-06-26 12:00:30 +00:00
Codex 970b7ff468 fix: handle web-probe screenshot transport parse failures 2026-06-26 11:53:36 +00:00
Codex bab5e95f54 fix: compact sentinel dashboard mobile density 2026-06-26 11:45:32 +00:00
Codex a376ce5d9d fix: pass no-cache mode to ci benchmark 2026-06-26 11:40:37 +00:00
Codex 4cc6ae460a fix: bound ci benchmark logs 2026-06-26 11:24:02 +00:00
Lyon 3b62351831 Merge pull request #1015 from pikasTech/fix/webprobe-screenshot-summary-1012
fix: 收紧 web-probe screenshot 摘要和移动端运行表
2026-06-26 19:20:44 +08:00
Codex 1567082d39 fix: keep web-probe screenshot summaries bounded 2026-06-26 11:19:48 +00:00
Codex 80f61dbabc feat: add HWLAB ci build benchmark 2026-06-26 11:17:28 +00:00
Codex 49ce6c41be fix: add web-probe screenshot and tighten sentinel dashboard 2026-06-26 11:06:09 +00:00
Codex 7d3b0b2cf8 fix: support shared egress proxy source refs 2026-06-26 10:49:40 +00:00
Codex 0ef9129bef feat: add yaml egress proxy benchmark 2026-06-26 10:32:43 +00:00
Codex b1a3a94d7b fix: wait for sentinel submit readiness 2026-06-26 10:22:14 +00:00
Lyon 1179184c05 Merge pull request #1006 from pikasTech/fix/sentinel-quick-verify-tail
fix: 放宽哨兵 quick verify 阻塞口径
2026-06-26 17:47:30 +08:00
Codex ba5ee809da fix: relax sentinel quick verify blockers 2026-06-26 09:45:48 +00:00
Codex 61d618f97b fix: warn on ad hoc web-probe scripts 2026-06-26 09:45:30 +00:00
Codex 2a8f279575 fix: restore web-probe severe timeout threshold
Also records instruction hygiene, YAML-first config split guidance, and Sub2API D601 recovery notes from the recovered worktree state.
2026-06-26 09:34:04 +00:00
Lyon c79d1f1a86 Merge pull request #1002 from pikasTech/fix/998-test-accounts-db-mode
fix: 让 HWLAB test-accounts 按 DB mode 选择执行面
2026-06-26 15:54:47 +08:00
Codex f60741b98c fix: make HWLAB test accounts DB mode aware 2026-06-26 07:53:14 +00:00
Codex 6535e6d6a6 feat: add skill health size check 2026-06-26 07:52:30 +00:00
Codex c4059b13d7 fix: avoid blocking sentinel on non-red quick verify findings 2026-06-26 07:50:11 +00:00
Codex f0d207b420 fix: capture gateway apply native warnings 2026-06-26 07:26:54 +00:00
Codex 49100f99af fix: end D601 gateway tasks before apply 2026-06-26 07:22:36 +00:00
Lyon 4238b23d17 feat: manage D601 hwpod gateway from yaml (#995)
Co-authored-by: Codex <codex@noreply.local>
2026-06-26 15:17:12 +08:00
Codex cfd4f623af fix: default pr create next to merge 2026-06-26 07:14:14 +00:00
Lyon 5fa5708fe1 fix: avoid blocking sentinel on terminal timing correction (#992)
Co-authored-by: Codex <codex@noreply.local>
2026-06-26 15:06:19 +08:00
Lyon e51a2e8edf feat: add yaml-driven gc cleanup scopes (#988)
Co-authored-by: Codex <codex@noreply.local>
2026-06-26 14:46:31 +08:00
Lyon 4a58eb2da1 fix: restart d601 v03 db secret consumers (#986)
Co-authored-by: Codex <codex@noreply.local>
2026-06-26 14:37:49 +08:00
Lyon 5dd0cc2d7d fix: decouple sentinel rollout status from target validation (#984)
Co-authored-by: Codex <codex@noreply.local>
2026-06-26 14:21:48 +08:00
Lyon 51a5be019f fix: parse d601 v03 cloud api db secret status (#981)
Co-authored-by: Codex <codex@noreply.local>
2026-06-26 14:09:12 +08:00
Lyon bdec05729d fix: restore web sentinel recovery diagnostics (#980)
Co-authored-by: Codex <codex@noreply.local>
2026-06-26 14:04:37 +08:00
Lyon fc6d3bdaf9 fix: gate d601 v03 postgres mode by yaml switch (#972)
Co-authored-by: Codex <codex@noreply.local>
2026-06-26 14:01:49 +08:00
Lyon d3d542fbd3 fix: improve egress and job diagnostics (#969)
Co-authored-by: Codex <codex@noreply.local>
2026-06-26 12:51:58 +08:00
Lyon 754789c43c fix: route D601 PK01 postgres through master relay (#967)
Co-authored-by: Codex <codex@noreply.local>
2026-06-26 12:22:30 +08:00
Codex 2ee039d39f fix: skip codex-pool sentinel validation for disabled targets 2026-06-26 04:09:31 +00:00
Codex f2d4180c8e fix: render python boolean for codex-pool target sentinel flag 2026-06-26 04:06:04 +00:00
Codex 203b3e208a fix: scope codex-pool sentinel image to enabled targets 2026-06-26 04:04:42 +00:00
Codex 02800263bc fix: warn on slow sentinel confirm operations 2026-06-26 03:58:01 +00:00
Lyon f3358d6ee2 Merge pull request #958 from pikasTech/fix/sub2api-d518-api2-source-truth
修复 D518/api2 Sub2API source-truth 漂移
2026-06-26 11:54:34 +08:00
Lyon 2980e675c4 fix(hwlab): route d601 v03 postgres through gateway (#957)
Co-authored-by: Codex <codex@noreply.local>
2026-06-26 11:53:59 +08:00
Codex 74751550be fix: restore D518 Sub2API api2 source truth 2026-06-26 03:53:09 +00:00
Codex 514d8c2905 fix: gate sentinel publish on source mirror sync 2026-06-26 03:42:45 +00:00
Lyon a8e28d80b1 feat: add sentinel dashboard trace frame reader (#952)
Co-authored-by: Codex <codex@noreply.local>
2026-06-26 11:22:45 +08:00
Lyon 22294fd43b feat: enhance sentinel dashboard findings detail (#949)
Co-authored-by: Codex <codex@noreply.local>
2026-06-26 11:16:21 +08:00
Codex 15f117a292 feat: add web sentinel overview and runs views 2026-06-26 03:03:19 +00:00
Codex 05b998c326 feat: add web sentinel dashboard frontend shell 2026-06-26 02:57:41 +00:00