OG T
53e1ae7ad7
CD Pipeline / Deploy Prometheus Alert Rules (push) Has been cancelled
CD Pipeline / build-and-deploy (push) Has been cancelled
fix(phase25): I2 NIM system prompt + I4 field_path 正則匹配修正
I2: nemotron.analyze() 補上 system role (NIM 標準 message format)
- 舊: messages=[{role:user, ...}]
- 新: messages=[{role:system, ...}, {role:user, ...}]
- 效果: K8s operator 角色定義,改善 tool calling 品質
I4: drift_detector._is_allowlisted/_is_critical 用正則取代 strip
- 舊: replace('[*]','') 後 startswith/in → 無法匹配 containers[0]
- 新: [*] → \[\d+\] 正則,正確匹配所有索引
- 修復: containers[*].image 現在能匹配 containers[0].image
2026-04-05 12:11:05 +08:00
..
2026-03-25 23:14:24 +08:00
2026-03-29 16:00:46 +08:00
2026-04-05 11:53:49 +08:00
2026-04-05 01:49:06 +08:00
2026-04-04 12:35:05 +08:00
2026-04-05 11:47:00 +08:00
2026-03-29 16:23:30 +08:00
2026-04-04 12:35:05 +08:00
2026-03-24 09:20:56 +08:00
2026-03-25 23:14:24 +08:00
2026-04-05 12:11:05 +08:00
2026-03-31 22:47:54 +08:00
2026-03-31 22:33:08 +08:00
2026-03-28 23:47:18 +08:00
2026-03-23 23:51:37 +08:00
2026-04-05 11:10:40 +08:00