-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move AI autofix logic into transformers so suggestions can be cached (#…
…1519) My original attempt at this implementation was manually caching the autofix() step, but it seemed very messy (that impl is not provided in this PR). This approach feels a lot cleaner because it utilizes IssueTransformer to mutate the issue. We can also hook directly into progress to provide a much more understandable inline UX.
- Loading branch information
Showing
6 changed files
with
95 additions
and
223 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.