Commit Graph
6 Commits
Author SHA1 Message Date
jiantw83 ee97848b7a fix(gitea workflows): 修正 CI 權限與 CD release-tag 版本設定 2026-06-25 10:42:38 +00:00
jiantw83 91f86369c4 fix(workflows): 修正 Gitea Actions workflow 路徑 2026-06-25 10:34:52 +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