Skip to content

Commit

Permalink
1.7.1 (#193)
Browse files Browse the repository at this point in the history
* 1.7.1

* 1.7.1

* 1.7.1

* fix
  • Loading branch information
acharneski authored Oct 16, 2024
1 parent 12c9939 commit dbe1d94
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repositories {

val jetty_version = "11.0.24"
val slf4j_version = "2.0.16"
val skyenet_version = "1.2.10"
val skyenet_version = "1.2.11"
val remoterobot_version = "0.11.23"
val jackson_version = "2.17.2"

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pluginName=intellij-aicoder
pluginRepositoryUrl=https://github.com/SimiaCryptus/intellij-aicoder
pluginVersion=1.7.1
pluginVersion=1.7.2

jvmArgs=-Xmx8g
org.gradle.jvmargs=-Xmx8g -XX:MaxMetaspaceSize=1g
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ import com.intellij.openapi.ui.DialogWrapper
import com.intellij.ui.CheckBoxList
import com.intellij.ui.components.JBScrollPane
import com.intellij.ui.components.JBTextArea
import javax.swing.JComboBox
import javax.swing.DefaultComboBoxModel
import com.simiacryptus.diff.FileValidationUtils.Companion.isLLMIncludable
import com.simiacryptus.diff.addApplyFileDiffLinks
import com.simiacryptus.jopenai.API
Expand Down Expand Up @@ -45,6 +43,8 @@ import java.util.concurrent.Semaphore
import java.util.concurrent.atomic.AtomicReference
import javax.swing.Box
import javax.swing.BoxLayout
import javax.swing.DefaultComboBoxModel
import javax.swing.JComboBox
import javax.swing.JComponent
import javax.swing.JLabel
import javax.swing.JPanel
Expand Down Expand Up @@ -328,4 +328,4 @@ class MassPatchServer(
companion object {
val log = org.slf4j.LoggerFactory.getLogger(MassPatchServer::class.java)
}
}
}

0 comments on commit dbe1d94

Please sign in to comment.