Commit Graph
11 Commits
Author SHA1 Message Date
Jeffery b3878b9860 feat(Dockerfile): 固定版本號
CI / Release Tag Version (pull_request) Successful in 7s
CI / AI Code Review (pull_request) Failing after 6s
2026-07-01 09:44:53 +08:00
Jeffery 5a07f03abb feat(Dockerfile): 修改映像檔來源
CI / Release Tag Version (pull_request) Successful in 2m23s
CI / AI Code Review (pull_request) Failing after 34s
2026-06-30 13:50:58 +08:00
jiantw83 45b6abacc8 chore(Docker action): 整理 Docker action 執行設定 2026-06-29 10:49:22 +00:00
jiantw83 08a72a8c7f feat(ai-code-review): 改用 AI 助理 CLI 執行審查 2026-06-27 13:30:40 +00:00
Jeffery b8a15883ab 新增 token 參數
CI / AI Code Review (pull_request) Failing after 5m51s
2026-06-26 15:00:17 +08:00
jiantw83 a4a0f75ebc 更新 action.yaml 2026-06-25 14:56:19 +00:00
admin 88fb088eb4 更新 action.yaml 2026-06-25 13:48:44 +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
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