Commit 7063536
committed
feat: improve AI reviewer assumption handling to reduce spam
Update the prompt to prevent the AI from spamming users with questions
about unverifiable issues. Changes:
- Default to skipping issues that can't be verified from the diff
- Only ask for clarification on critical issues (security, breaking bugs, data loss)
- Require explicit labeling of inferences as "Inference (not verified)"
- Emphasize focusing on directly visible issues in the diff
This makes reviews more honest and actionable while avoiding noise
from assumptions about code not shown in the diff.1 parent 508d037 commit 7063536
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
222 | 226 | | |
223 | 227 | | |
224 | 228 | | |
| |||
0 commit comments