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-26 16:06:20 +08:00
2026-04-04 12:35:05 +08:00
2026-03-29 21:16:50 +08:00
2026-04-05 12:11:05 +08:00
2026-04-05 11:22:00 +08:00
2026-04-05 01:00:31 +08:00
2026-03-22 18:57:44 +08:00
2026-03-22 18:57:44 +08:00
2026-04-01 16:22:21 +08:00
2026-03-29 15:27:49 +08:00
2026-04-01 16:05:19 +08:00
2026-04-02 00:23:29 +08:00
2026-03-22 18:57:44 +08:00
2026-04-02 00:23:29 +08:00