jiantw83
|
fa5a734166
|
fix: ensure 'name' parameter is included in the tag step of the code review workflow
Co-authored-by: Copilot <copilot@github.com>
|
2026-05-11 07:39:29 +00:00 |
|
jiantw83
|
43e21d07cd
|
feat: update AI code review workflow to use specific action URL and add tagging step
Co-authored-by: Copilot <copilot@github.com>
|
2026-05-11 07:37:04 +00:00 |
|
jiantw83
|
bccf0e5b0b
|
feat: add AI code review workflow configuration
Co-authored-by: Copilot <copilot@github.com>
|
2026-05-11 07:29:52 +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 |
|
jiantw83
|
1324f1575d
|
feat: 階段一 - 基本流程串接骨架
- 重寫 action.yaml:支援所有 LLM providers 的 inputs
- 重寫 Dockerfile:python:3.11-slim + git
- 重寫 entrypoint.sh:啟動 app/main.py
- app/config.py:環境變數與 LLM 自動偵測
- app/llm.py:OpenAI-compatible 統一介面
- app/gitea.py:PR diff 取得與 comment 發布
- app/roles.py:從 prompts/roles/*.yaml 載入角色
- app/main.py:pipeline 骨架,log 每個主要階段
- app/prompts/roles/:五個角色定義(Aria/Rex/Zara/Leo/Maya)
|
2026-05-11 07:23:06 +00:00 |
|
jiantw83
|
6e8b6492da
|
Add initial TODO documentation for development phases and workflow processes
Co-authored-by: Copilot <copilot@github.com>
|
2026-05-11 07:09:37 +00:00 |
|
jiantw83
|
2ec18843a3
|
Update README.md to clarify workflow behavior when severe issues are present
|
2026-05-11 07:08:59 +00:00 |
|
jiantw83
|
713289737a
|
Update README.md to include instruction for placing prompts in ./app/prompts
|
2026-05-11 07:02:48 +00:00 |
|
jiantw83
|
d7ef864458
|
Refactor README.md to update section headers and enhance application setup instructions
|
2026-05-11 06:52:51 +00:00 |
|
jiantw83
|
86f30f3158
|
Refactor README.md to clarify workflow process and additional notes
|
2026-05-11 06:50:33 +00:00 |
|
jiantw83
|
02247899a3
|
Update README.md to clarify instructions for ai-review.yaml configuration
|
2026-05-11 06:42:30 +00:00 |
|
jiantw83
|
f158182229
|
Enhance README.md with detailed configuration examples for various AI Code Review services
Co-authored-by: Copilot <copilot@github.com>
|
2026-05-11 06:40:55 +00:00 |
|
jiantw83
|
1a45c53aa2
|
Add README.md for AI Code Review Action documentation
|
2026-05-11 06:22:59 +00:00 |
|
jiantw83
|
419404dcb6
|
Initial commit
v0.0.1-beta.1
|
2026-05-07 13:58:22 +00:00 |
|