OoO
|
239b773288
|
V10.613 高可見頁面繁中化
CD Pipeline / deploy (push) Successful in 1m14s
|
2026-06-16 09:54:27 +08:00 |
|
OoO
|
14d645b4b1
|
fix: 清理系統頁舊色碼殘留
CD Pipeline / deploy (push) Successful in 1m2s
|
2026-05-17 21:29:36 +08:00 |
|
OoO
|
87a83aed64
|
統一系統工具頁新版殼層
CD Pipeline / deploy (push) Successful in 1m3s
|
2026-05-14 18:02:03 +08:00 |
|
OoO
|
cc2b1f576c
|
修正 Code Review 手機排版
CD Pipeline / deploy (push) Successful in 56s
|
2026-05-13 23:53:31 +08:00 |
|
OoO
|
42de2e4d3f
|
擴大全站響應式守門範圍
CD Pipeline / deploy (push) Successful in 57s
|
2026-05-13 23:17:57 +08:00 |
|
ogt
|
1cc8190bfc
|
fix(code-review): 修復頁面空白的 race condition
CD Pipeline / deploy (push) Successful in 1m24s
loadHistory() 完成後才是自動載入最新記錄的正確時機;
原本放在 poll() 的觸發點在 _historyData 還未填充時就已執行,
導致條件永遠不成立,頁面一直顯示佔位符。
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-04-22 09:22:10 +08:00 |
|
ogt
|
b11789db77
|
fix(telegram+review): 修復 PPT 按鈕無反應 + Code Review 頁面空白
CD Pipeline / deploy (push) Successful in 1m28s
PPT 按鈕:
- telegram_bot_service.py 新增 cmd:* handler,透過 Thread 轉發到
OpenClaw Flask 內部 API(/bot/internal/cmd)
- openclaw_bot_routes.py 新增 /bot/internal/cmd 端點,背景執行 handle_cmd()
Code Review 頁面:
- get_history() 補回 findings / openclaw_report 欄位
- code_review.html history 項目可點擊,自動載入詳細內容
- poll() 無 active pipeline 時自動顯示最新歷史記錄
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-04-22 08:56:10 +08:00 |
|
ogt
|
2e0de960ce
|
feat(code-review): 重建為 Post-Deploy AI Agent Pipeline
CD Pipeline / deploy (push) Successful in 1m21s
架構重建:
- 移除 pre-commit hook(本機 commit 不再阻塞)
- 改為 CD 健康檢查通過後自動觸發 webhook
新建 services/code_review_pipeline_service.py:
5-Step Pipeline(後台 daemon thread)
Step1 system 讀取部署後變更檔案內容
Step2 Hermes 程式碼掃描(bugs/security/perf,hermes3:latest)
Step3 OpenClaw 架構品質評估(Gemini 2.5 Flash)
Step4 ElephantAlpha 決策協調(severity + auto_fix 裁量)
Step5 NemoTron action_plans 寫入 + AiderHeal 觸發
全程 Telegram 告警(啟動/完成/錯誤)+ ai_insights DB 持久化
重建 routes/code_review_routes.py:
POST /code-review/api/internal/trigger CD webhook(X-Internal-Token)
GET /code-review/api/status 前端即時 polling
GET /code-review/api/history 歷史清單
GET /code-review/ 前端儀表板
重建 templates/code_review.html:
深色儀表板,Pipeline 即時進度 + Severity 分佈 + 問題清單 + EA 決策
3s polling(running)/ 30s(idle)
.gitea/workflows/cd.yaml:
健康檢查通過後注入「觸發 AI Code Review」step
continue-on-error: true(不影響部署結果)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-04-21 20:55:23 +08:00 |
|