jiantw83
0b59ca6023
refactor(LLM CLI): 明確化 CLI 參數與驗證輸出
2026-06-29 10:49:22 +00:00
jiantw83
68ce92b0e5
fix(TLS 驗證): 移除 git 與 OpenRouter 的不安全憑證略過設定
2026-06-29 10:49:22 +00:00
jiantw83
ea2ac46d6c
chore(ci): 傳入 Antigravity OAuth secret
CI / Release Tag Version (pull_request) Successful in 4s
CI / AI Code Review (pull_request) Failing after 15m19s
2026-06-27 15:56:12 +00:00
jiantw83
d0c1bb0c20
chore(ci): 改用 composite-actions 的 antigravity action
CI / Release Tag Version (pull_request) Successful in 3s
CI / AI Code Review (pull_request) Successful in 3m50s
2026-06-27 15:35:03 +00:00
jiantw83
6f997083ef
feat(ai-code-review): 支援 Antigravity CLI
CI / AI Code Review (pull_request) Failing after 17s
CI / Release Tag Version (pull_request) Successful in 4s
2026-06-27 13:47:44 +00:00
jiantw83
5457e68065
chore(ci): 改回自動偵測已安裝 AI 助理工具
CI / Release Tag Version (pull_request) Successful in 3s
CI / AI Code Review (pull_request) Failing after 17s
2026-06-27 13:41:15 +00:00
jiantw83
4818e82d76
chore(ci): 支援設定 AI 助理 CLI 候選工具
CI / Release Tag Version (pull_request) Successful in 3s
CI / AI Code Review (pull_request) Failing after 16s
2026-06-27 13:39:04 +00:00
jiantw83
df34376d95
chore(ci): 增加 AI 助理 CLI 工具檢查
CI / Release Tag Version (pull_request) Successful in 3s
CI / AI Code Review (pull_request) Failing after 18s
2026-06-27 13:38:31 +00:00
jiantw83
e17c25ce39
chore(ci): 調整 AI 審查工作流程與根目錄測試指令
CI / Release Tag Version (pull_request) Successful in 3s
CI / AI Code Review (pull_request) Failing after 2s
2026-06-27 13:30:50 +00:00
jiantw83
4fcb240208
test(ai-code-review): 更新 CLI 呼叫與前置驗證測試
2026-06-27 13:30:45 +00:00
jiantw83
08a72a8c7f
feat(ai-code-review): 改用 AI 助理 CLI 執行審查
2026-06-27 13:30:40 +00:00
jiantw83
93be261b90
fix(OpenCode 呼叫): 降低並行請求並重試暫時性錯誤
CI / AI Code Review (pull_request) Failing after 3s
2026-06-26 09:36:33 +00:00
jiantw83
6c3e7b9d37
fix(LLM 審查流程): 避免單一角色失敗中止 pipeline
CI / AI Code Review (pull_request) Failing after 7s
2026-06-26 09:26:12 +00:00
jiantw83
a62bfbd4b8
chore(ai-review 狀態): 移除已解決 findings
CI / AI Code Review (pull_request) Failing after 18s
2026-06-26 09:20:57 +00:00
jiantw83
2fe03e94f0
test(TLS 驗證): 補上憑證忽略行為測試
2026-06-26 09:20:57 +00:00
jiantw83
bc0df06445
fix(TLS 驗證): 套用全域憑證忽略設定
2026-06-26 09:20:57 +00:00
jiantw83
4431f2fec5
fix(Dockerfile): 移除不安全套件憑證忽略並釘選 Alpine
2026-06-26 09:20:57 +00:00
jiantw83
8272166fde
fix(review publish): 降級處理 Gitea review 批次發布失敗
2026-06-25 15:26:09 +00:00
jiantw83
afec5a9387
fix(action image): 安裝 git 供前置遠端驗證使用
2026-06-25 15:17:51 +00:00
jiantw83
a4a0f75ebc
更新 action.yaml
2026-06-25 14:56:19 +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
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