Jeffery
|
caebd2b112
|
feat: 嚴重問題改用 Gitea 行內 review comment 標註檔案行數
AI / 計算版本號 (pull_request) Successful in 4s
AI / Code Review (pull_request) Successful in 1m35s
每個新的嚴重問題改以行內 review comment 標註在問題所在的檔案與行數上,
留言內容為等級/審查員/建議;無法解析出行號(未標行號或一次列出多個
檔案),或行內留言失敗(該行不在 diff 範圍)時,降級為原本的一般 PR comment。
- gitea.js:新增 postPullReviewComment,呼叫 pull reviews API,以 new_position
對應新版檔案行號、commit_id 帶 PR_HEAD_SHA
- comments.js:新增 parseLocation(支援 file:19 / file:70-82,取起始行)與
行內留言內容組裝;postNewCriticalComments 先試行內、失敗降級,deps 可注入
- 補 11 個測試(API payload、parseLocation 各情境、行內成功與兩種降級路徑)
- README 更新流程第 7 步說明
app/ 測試 123 pass。
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
2026-06-16 14:40:36 +08:00 |
|
Jeffery
|
e99236b893
|
feat: implement git repository synchronization and automated commit functionality for AI review findings
|
2026-05-21 10:17:01 +08:00 |
|
jiantw83
|
066b21aa5c
|
feat: encode ai review outcome in commit marker
|
2026-05-15 14:47:02 +00:00 |
|
jiantw83
|
4fd9a22aa0
|
feat: report ai review commit status
|
2026-05-15 14:39:15 +00:00 |
|
jiantw83
|
82ecbd3463
|
fix: detect ai review bot commits via api
|
2026-05-15 14:17:55 +00:00 |
|
jiantw83
|
1ad87ac4a4
|
fix: address triaged review findings
|
2026-05-14 02:18:17 +00:00 |
|
jiantw83
|
098d4aea97
|
feat: expand diff exclusions
|
2026-05-14 02:13:08 +00:00 |
|
jiantw83
|
fade942267
|
refactor: add new suggestion for comments.js and enhance filterDiff tests for better coverage
|
2026-05-13 01:18:21 +00:00 |
|
jiantw83
|
c751a53d43
|
feat: enhance exclusions.json with new suggestions and refactor roles.js for dynamic path resolution
|
2026-05-12 09:57:33 +00:00 |
|