-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: ai fix feedback [IDE-634] (#615)
* feat: get Code Diff from LS * debug: test Language Server response * feat: display AI suggestions ⚡️ * fix: responsive UI during AI Fix call with LS async request * fix: added support for navigating between AI Fixes * fix: fix flow for regenerating ai fixes after error * tidy: replace hardcoded colors with JBUI theme colors * tidy: remove println's and disable devtools * chore: updating logging and error handling, changing threading to runAsync * fix: solved a problem with applying patch * chore: replace colors with colors from JBUI * fix: improve error handling and added balloon notifier for failing to apply patch * tidy: refactor functions to a new patcher * feat: send ai fix feedback * chore: clean up color schema, remove unused functions * chore: update changelog with ai fix feedback * chore: remove console logging and add error and log handling --------- Co-authored-by: Catalina Oyaneder <[email protected]> Co-authored-by: Bastian Doetsch <[email protected]>
- Loading branch information
1 parent
2c09695
commit 7de4b87
Showing
8 changed files
with
54 additions
and
58 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
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
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
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