327 Commits

Author SHA1 Message Date
jiantw83 7b5decf46a feat: update AI Code Review step to use vars instead of secrets for improved flexibility v0.0.1-beta.6 2026-05-11 08:31:02 +00:00
jiantw83 0609e7fe7f feat: update OLLAMA configuration to use vars instead of secrets for improved flexibility v0.0.1-beta.5 2026-05-11 08:29:59 +00:00
jiantw83 d20300eec7 feat: format AI Code Review step for improved readability v0.0.1-beta.4 2026-05-11 08:27:51 +00:00
jiantw83 a9163cdfda feat: update AI Code Review action inputs to use OLLAMA configuration and set default OpenAI base URL 2026-05-11 08:24:47 +00:00
jiantw83 06303f784a feat: update workflow configurations for version calculation and API integration v0.0.1-beta.3 2026-05-11 08:20:57 +00:00
jiantw83 8fbdaadca3 feat: add target_commitish to version tagging step for improved accuracy v0.0.1-beta.2 2026-05-11 08:14:41 +00:00
jiantw83 3d9700ade7 feat: refactor version tagging step in review workflow for improved clarity 2026-05-11 08:13:13 +00:00
jiantw83 88b326ba3c feat: refactor version handling in code review workflow for consistency 2026-05-11 08:12:12 +00:00
jiantw83 597fcf1f73 feat: refactor code review workflow to include version calculation step 2026-05-11 08:09:30 +00:00
jiantw83 0fae1f383c feat: add cache cleaning step to code review workflow 2026-05-11 08:03:19 +00:00
jiantw83 9ff521955f feat: add completion note to stage one in TODO 2026-05-11 07:59:30 +00:00
jiantw83 46dd8320d1 feat: 階段二 - Findings 產生與合併
- app/findings.js: 各角色分析 diff、讀取舊 findings、合併去重、等級排序
- app/main.js: 實作 Step2/Step3,log findings 統計
2026-05-11 07:52:21 +00:00
jiantw83 cdac64e224 feat: refactor code review workflow to remove tagging step and use dynamic branch reference 2026-05-11 07:46:59 +00:00
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