File tree
5 files changed
+37
-59
lines changed- .github/workflows
5 files changed
+37
-59
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | 6 | | |
11 | 7 | | |
12 | 8 | | |
| |||
15 | 11 | | |
16 | 12 | | |
17 | 13 | | |
18 | | - | |
| 14 | + | |
19 | 15 | | |
20 | 16 | | |
21 | 17 | | |
22 | 18 | | |
23 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
24 | 33 | | |
25 | 34 | | |
26 | 35 | | |
27 | | - | |
28 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
29 | 41 | | |
30 | 42 | | |
31 | 43 | | |
32 | 44 | | |
33 | 45 | | |
34 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
35 | 50 | | |
36 | 51 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
50 | 59 | | |
51 | 60 | | |
52 | 61 | | |
53 | 62 | | |
54 | 63 | | |
55 | 64 | | |
56 | 65 | | |
57 | | - | |
| 66 | + | |
| 67 | + | |
58 | 68 | | |
59 | 69 | | |
60 | 70 | | |
| |||
64 | 74 | | |
65 | 75 | | |
66 | 76 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
Submodule aicoder-demotest updated 15 files
- .gitignore+2
- build.gradle.kts+3-6
- docs/best_practices.md+117
- src/main/kotlin/com/github/simiacryptus/aicoder/demotest/BaseActionTest.kt+75-3
- src/main/kotlin/com/github/simiacryptus/aicoder/demotest/CodeChatActionTest.kt+73-47
- src/main/kotlin/com/github/simiacryptus/aicoder/demotest/CommandAutofixActionTest.kt+58-45
- src/main/kotlin/com/github/simiacryptus/aicoder/demotest/CreateFileFromDescriptionActionTest.kt+45-37
- src/main/kotlin/com/github/simiacryptus/aicoder/demotest/GenerateDocumentationActionTest.kt+118-85
- src/main/kotlin/com/github/simiacryptus/aicoder/demotest/GenerateRelatedFileActionTest.kt+70-36
- src/main/kotlin/com/github/simiacryptus/aicoder/demotest/MassPatchActionTest.kt+61-49
- src/main/kotlin/com/github/simiacryptus/aicoder/demotest/MultiCodeChatActionTest.kt+62-45
- src/main/kotlin/com/github/simiacryptus/aicoder/demotest/MultiDiffChatActionTest.kt+75-58
- src/main/kotlin/com/github/simiacryptus/aicoder/demotest/PlanAheadActionTest.kt+67-51
- src/main/kotlin/com/github/simiacryptus/aicoder/demotest/ScreenRec.kt+3-7
- src/main/kotlin/com/github/simiacryptus/aicoder/demotest/TestUtil.kt+9-5
Submodule intellij-aicoder updated 13 files
- src/main/kotlin/com/github/simiacryptus/aicoder/actions/FileContextAction.kt+1-1
- src/main/kotlin/com/github/simiacryptus/aicoder/actions/generic/CreateFileFromDescriptionAction.kt+2-2
- src/main/kotlin/com/github/simiacryptus/aicoder/actions/generic/DocumentedMassPatchAction.kt+2-2
- src/main/kotlin/com/github/simiacryptus/aicoder/actions/generic/DocumentedMassPatchServer.kt+1-1
- src/main/kotlin/com/github/simiacryptus/aicoder/actions/generic/MassPatchAction.kt+7-2
- src/main/kotlin/com/github/simiacryptus/aicoder/actions/generic/MultiCodeChatAction.kt+3-3
- src/main/kotlin/com/github/simiacryptus/aicoder/actions/generic/SessionProxyApp.kt+1
- src/main/kotlin/com/github/simiacryptus/aicoder/config/AppSettingsComponent.kt+1
- src/main/kotlin/com/github/simiacryptus/aicoder/config/AppSettingsConfigurable.kt+1-1
- src/main/kotlin/com/github/simiacryptus/aicoder/config/StaticAppSettingsConfigurable.kt+1
- src/main/kotlin/com/github/simiacryptus/aicoder/config/UIAdapter.kt+1-1
- src/main/kotlin/com/github/simiacryptus/aicoder/ui/SettingsWidgetFactory.kt+12-27
- src/main/kotlin/com/github/simiacryptus/aicoder/util/UITools.kt+8-4
0 commit comments