jiantw83
|
21fb9c1d94
|
fix: 改回 git commit/push,強制 Dockerfile rebuild 確保 git binary 存在
|
2026-05-11 10:15:36 +00:00 |
|
jiantw83
|
607c9b82ea
|
debug: log content_len,改用 JSON.stringify
|
2026-05-11 10:13:57 +00:00 |
|
jiantw83
|
5f77b83a0f
|
debug: commitFile 加上詳細 log
|
2026-05-11 10:09:16 +00:00 |
|
jiantw83
|
710cd7308e
|
fix: 改用 Gitea API commit findings.json,不依賴 git binary
|
2026-05-11 09:57:49 +00:00 |
|
jiantw83
|
e183e31ce0
|
fix: 忽略 SSL 憑證驗證(支援自簽憑證的 Ollama/Gitea)
|
2026-05-11 08:34:04 +00:00 |
|
jiantw83
|
ec1f6c96e7
|
feat: 階段一 - 改用 Node.js 實作基本流程骨架
- Dockerfile: 改用 node:20-slim
- entrypoint.sh: 執行 app/main.js
- app/package.json: axios + js-yaml + openai
- app/config.js: 環境變數與 LLM 自動偵測(10 種服務)
- app/llm.js: OpenAI-compatible 統一介面
- app/gitea.js: PR diff 取得與 comment 發布
- app/roles.js: 從 prompts/roles/*.yaml 載入角色
- app/main.js: pipeline 骨架,log 每個主要階段
|
2026-05-11 07:24:47 +00:00 |
|