feat: implement git repository synchronization and automated commit functionality for AI review findings

This commit is contained in:
Jeffery
2026-05-21 10:17:01 +08:00
parent 43ebc81f1d
commit e99236b893
6 changed files with 17 additions and 3 deletions
+2
View File
@@ -26,12 +26,14 @@ export async function getPRDiff() {
const resp = await axios.get(api(`/repos/${GITEA_REPOSITORY}/pulls/${PR_NUMBER}.diff`), { headers: headers(), timeout: 60000, httpsAgent });
return filterDiff(resp.data, [
'.amazonq/',
'.agents/',
'.antigravity/',
'.claude/',
'.codex/',
'.gemini/',
'.gitea/',
'.github/',
'AGENTS.md',
'ANTIGRAVITY.md',
'CLAUDE.md',
'GEMINI.md',