Commit Graph
24 Commits
Author SHA1 Message Date
admin cfe0bf9dd8 Merge pull request 'chore(CI): 更新 OpenCode 程式碼審查工作流程' (#9) from develop into master
CD / Release Tag Version (push) Successful in 4s
Reviewed-on: docker-actions/ai-code-review#9
Reviewed-by: 系統管理員 <1+admin@noreply.localhost>
2026-06-25 17:02:21 +00:00
admin 51fd223b48 更新 .gitea/workflows/ci.yaml 2026-06-25 16:32:11 +00:00
admin c2eaee0011 Merge pull request 'fix(review publish): 降級處理 Gitea review 批次發布失敗' (#8) from develop into master
CD / Release Tag Version (push) Failing after 0s
Reviewed-on: docker-actions/ai-code-review#8
Reviewed-by: 系統管理員 <1+admin@noreply.localhost>
2026-06-25 15:29:22 +00:00
jiantw83 8272166fde fix(review publish): 降級處理 Gitea review 批次發布失敗 2026-06-25 15:26:09 +00:00
admin 203e74bd90 Merge pull request 'fix(action image): 安裝 git 供前置遠端驗證使用' (#7) from develop into master
CD / Release Tag Version (push) Failing after 0s
Reviewed-on: docker-actions/ai-code-review#7
Reviewed-by: 系統管理員 <1+admin@noreply.localhost>
2026-06-25 15:20:51 +00:00
jiantw83 afec5a9387 fix(action image): 安裝 git 供前置遠端驗證使用 2026-06-25 15:17:51 +00:00
admin f11338d5d8 Merge pull request '更新 action.yaml' (#6) from develop into master
CD / Release Tag Version (push) Failing after 1s
Reviewed-on: docker-actions/ai-code-review#6
Reviewed-by: 系統管理員 <1+admin@noreply.localhost>
2026-06-25 14:58:18 +00:00
jiantw83 a4a0f75ebc 更新 action.yaml 2026-06-25 14:56:19 +00:00
admin baeb36052c Merge pull request 'fix(action entrypoint): 修正 Docker action 啟動時的 app 路徑' (#5) from develop into master
CD / Release Tag Version (push) Failing after 0s
Reviewed-on: docker-actions/ai-code-review#5
Reviewed-by: 系統管理員 <1+admin@noreply.localhost>
2026-06-25 14:45:06 +00:00
jiantw83 1a0d2b7b9b fix(action entrypoint): 修正 Docker action 啟動時的 app 路徑 2026-06-25 14:42:59 +00:00
jiantw83 acec3f2837 更新 .gitea/workflows/cd.yaml 2026-06-25 14:10:46 +00:00
jiantw83 6666cfeaa2 更新 .gitea/workflows/ci.yaml 2026-06-25 14:09:19 +00:00
jiantw83 deb35dce15 更新 .gitea/workflows/ci.yaml 2026-06-25 14:04:38 +00:00
jiantw83 108f3cb58a 更新 .gitea/workflows/cd.yaml 2026-06-25 13:59:53 +00:00
admin 88fb088eb4 更新 action.yaml 2026-06-25 13:48:44 +00:00
jiantw83 ee97848b7a fix(gitea workflows): 修正 CI 權限與 CD release-tag 版本設定 2026-06-25 10:42:38 +00:00
admin fc18a48da0 Merge pull request '修正 Gitea Actions workflow 路徑' (#4) from develop into master
CD / Release Tag (push) Failing after 1s
Reviewed-on: docker-actions/ai-code-review#4
Reviewed-by: 系統管理員 <1+admin@noreply.localhost>
2026-06-25 10:36:24 +00:00
jiantw83 91f86369c4 fix(workflows): 修正 Gitea Actions workflow 路徑 2026-06-25 10:34:52 +00:00
admin 282dfb6b9f Merge pull request '調整 OpenCode 與 Gitea action 設定' (#3) from develop into master
Reviewed-on: docker-actions/ai-code-review#3
Reviewed-by: 系統管理員 <1+admin@noreply.localhost>
2026-06-25 10:30:14 +00:00
jiantw83 8315e1da2a fix(gitea TLS): 固定略過憑證驗證並改用 Gitea context 2026-06-25 10:28:30 +00:00
jiantw83 65f27f544b Refactor LLM verification and update dependencies
- Removed OpenAI and related dependencies from package.json and package-lock.json.
- Simplified LLM verification logic to focus on OpenCode server.
- Updated tests to reflect changes in LLM provider handling.
- Added CI and CD workflows for automated processes in Gitea.
2026-06-25 10:17:08 +00:00
admin 2411369acd Merge pull request 'feat: add role management and usage tracking for AI code review' (#2) from develop into master
Reviewed-on: docker-actions/ai-code-review#2
Reviewed-by: 系統管理員 <1+admin@noreply.localhost>
2026-06-25 09:36:22 +00:00
jiantw83 525f6f9350 feat: add role management and usage tracking for AI code review
- Implemented role parsing and loading from markdown files, including attributes like name, side, focus, badge, color, and personality.
- Created functions to build prompts for analysis, line location, and verdicts based on roles.
- Added tests for role management functionalities to ensure correct parsing and loading of roles.
- Developed usage tracking for AI assistant interactions, including token usage and rate limits.
- Implemented functions to extract and record usage data from various LLM providers.
- Added tests for usage tracking functionalities to validate correct accumulation and reporting of usage statistics.
2026-06-25 09:34:59 +00:00
jiantw83 120b83c904 Initial commit 2026-06-25 09:31:16 +00:00