Jeffery jiantw83
93be261b90 fix(OpenCode 呼叫): 降低並行請求並重試暫時性錯誤
6c3e7b9d37 fix(LLM 審查流程): 避免單一角色失敗中止 pipeline
jiantw83 created pull request old-docker-actions/ai-code-review#13 2026-06-26 09:21:41 +00:00
修復 Dockerfile TLS 風險並套用憑證忽略設定
a62bfbd4b8 chore(ai-review 狀態): 移除已解決 findings
2fe03e94f0 test(TLS 驗證): 補上憑證忽略行為測試
bc0df06445 fix(TLS 驗證): 套用全域憑證忽略設定
4431f2fec5 fix(Dockerfile): 移除不安全套件憑證忽略並釘選 Alpine
Compare 4 commits »
jiantw83 created pull request old-docker-actions/ai-code-review#12 2026-06-26 08:48:08 +00:00
fix(llm): OpenCode 呼叫加逾時並讓失敗優雅降級(修正 Step5 卡住)
14ef273f1a test(llm): 補 OpenCode 逾時設定與失敗丟例外(不再 process.exit)的測試
98da4d4143 fix(llm): OpenCode 呼叫加逾時、失敗改丟例外以優雅降級
Compare 2 commits »
jiantw83 created pull request old-docker-actions/ai-code-review#11 2026-06-26 07:47:12 +00:00
fix(dockerfile): 移除 --no-check-certificate 並釘選 alpine:3.20
e36ce75d5f chore(ai-review): 移除已解決的 Dockerfile findings
d4d02638b9 fix(dockerfile): 移除 --no-check-certificate 並釘選 alpine:3.20
Compare 2 commits »
3ea2b29ab8 chore(ai-review): 更新 findings.json
35396f9a11 chore(ci): AI 程式碼審查步驟改用 token/TOKEN 輸入
adc3cc340e docs(README): 新增 delete-utils 三個功能並更新行號
a0ef76d9d2 test(delete-utils): 新增重試、狀態分流與併發上限測試
9e88f5a9d5 fix(release-cleanup): 清理改用重試+有上限併發+best-effort 續行
Compare 6 commits »
1cd47171b4 chore(ai-review): 清空已解決 findings 並補登誤報
6c0ed33ac5 chore(ci): 新增單元測試 job 並更新 AI review token 參數
264be4de30 test(app): 新增 node:test 單元與整合測試並加入 test 指令
20b0387b4d refactor(index): 匯出純函式並僅在直接執行時跑主流程
Compare 4 commits »
9ec221ebfd chore(ci/ai-review): ci.yaml token 改用 secrets.TOKEN,更新 findings 並登記誤報至 exclusions
f0a42cd98d test(git): 補 commitAndPush 在 push 失敗時不中斷流程的測試
998b5ca5ac perf(config/findings): getOpenCodeHttpsAgent 改模組單例、normalizeText 加 memoization 快取
402630fa69 fix(json/comments): validateJSONArrayFile 先驗證再寫入避免毀損原檔、findingRow 對空值防呆
fbb74092cb Merge remote-tracking branch 'origin/develop' into ai-review-resolve/develop-20260626-141504
Compare 7 commits »
a06257a0bc chore(ai-review 狀態): 更新 findings.json
2289b298ba chore(ci): 調整 OpenCode 審查 action 輸入為 token
e6ac2a09f6 test(calculate-version): 補 truncateString 多位元組字元截斷測試
bc4cea6daf refactor(calculate-version): 抽出 truncateString 並明確化 repository 驗證命名
Compare 4 commits »
ad54073690 chore(ai-review): 自 findings 移除已解決的 Dockerfile 供應鏈問題
4045fc0073 chore(Dockerfile): 釘住 opencode-ai 版本至 1.17.11
Compare 2 commits »
jiantw83 created pull request old-composite-act…/release-tag-version#15 2026-06-26 07:13:27 +00:00
更新 .gitea/workflows/ci.yaml
b8a15883ab 新增 token 參數
74086e5f23 chore(ai-review): 更新 findings 並登記誤報至 exclusions
55b5c6f68e docs(comments): 移除與 isUnclassified JSDoc 重複的冗餘行內註解
775cc575ae test(app): 補齊 isSafeRepoPath/extractBalancedJSON/normalizeText/repairJSONArrayWithAI/格式化函式測試
fc10ab7266 fix(git): bot commit 改用 comment token (PAT) 推送以重新觸發 workflow
ef8a0d61c8 update: 更新 ci 工作流
Compare 5 commits »
jiantw83 created pull request old-docker-actions/ai-code-review#10 2026-06-26 06:16:57 +00:00
docs: 補齊 JSDoc 與指令檔註解、測試移至 app/test 並重建 README