File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public void Exec()
4949 if ( rs . IsSuccess )
5050 {
5151 _service . Chat (
52- _service . AnalyzeDiffPrompt ,
52+ _service . AnalyzeDiffPrompt ,
5353 $ "Here is the `git diff` output: { rs . StdOut } ",
5454 _cancelToken ,
5555 update =>
@@ -72,8 +72,8 @@ public void Exec()
7272 var responseBody = responseBuilder . ToString ( ) ;
7373 var subjectBuilder = new StringBuilder ( ) ;
7474 _service . Chat (
75- _service . GenerateSubjectPrompt ,
76- $ "Here are the summaries changes:\n { summaryBuilder } ",
75+ _service . GenerateSubjectPrompt ,
76+ $ "Here are the summaries changes:\n { summaryBuilder } ",
7777 _cancelToken ,
7878 update =>
7979 {
Original file line number Diff line number Diff line change 22using System . Collections . Generic ;
33using System . Threading ;
44using System . Threading . Tasks ;
5-
65using Avalonia ;
76using Avalonia . Controls ;
87using Avalonia . Controls . Primitives ;
98using Avalonia . Interactivity ;
109using Avalonia . Media ;
1110using Avalonia . Threading ;
12-
11+ using AvaloniaEdit ;
1312using AvaloniaEdit . Document ;
1413using AvaloniaEdit . Editing ;
1514using AvaloniaEdit . TextMate ;
16- using AvaloniaEdit ;
1715
1816namespace SourceGit . Views
1917{
You can’t perform that action at this time.
0 commit comments