Commit 0723fe0
fix(v9): Skip AI calls in report formatter for EXISTING_REST issues
SESSION 92: Report formatter was making duplicate AI calls:
- Now uses pre-generated fix from enrichWithAI if available
- Skips AI generation for EXISTING_REST issues
- Only generates new fixes for actionable issues without existing fixes
This significantly reduces API calls by:
1. Avoiding duplicate AI calls for already-enriched issues
2. Skipping AI for EXISTING_REST (unchanged on both branches)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent cde12cb commit 0723fe0
1 file changed
Lines changed: 12 additions & 2 deletions
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
663 | 663 | | |
664 | 664 | | |
665 | 665 | | |
666 | | - | |
667 | | - | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
668 | 678 | | |
669 | 679 | | |
670 | 680 | | |
| |||
0 commit comments