mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-22 19:57:33 +00:00
feat: support quick way of including git commit diffs in the prompt (closes #688)
This commit is contained in:
parent
757afeff9e
commit
94d0bcd0a0
11 changed files with 214 additions and 21 deletions
|
|
@ -34,5 +34,7 @@ public final class Icons {
|
|||
IconLoader.getIcon("/icons/openNewTab.svg", Icons.class);
|
||||
public static final Icon AddFile =
|
||||
IconLoader.getIcon("/icons/addFile.svg", Icons.class);
|
||||
public static final Icon VCS =
|
||||
IconLoader.getIcon("/icons/vcs.svg", Icons.class);
|
||||
public static final Icon StatusBarCompletionInProgress = new AnimatedIcon.Default();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue