Skip to content

Commit

Permalink
1.6.3 (#186)
Browse files Browse the repository at this point in the history
* wip

* Update settings.gradle.kts
  • Loading branch information
acharneski authored Sep 16, 2024
1 parent 54446a3 commit f276217
Show file tree
Hide file tree
Showing 167 changed files with 138 additions and 21,679 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
- GPT4 enabled by default
- Fixed bug to allow selected model (GPT4/3.5Turbo) for all actions

## [1.1.2]
## [1.1.3]

### Improved

Expand Down Expand Up @@ -503,7 +503,7 @@

[1.1.3]: https://github.com/SimiaCryptus/intellij-aicoder/compare/v1.1.2...v1.1.3

[1.1.2]: https://github.com/SimiaCryptus/intellij-aicoder/compare/v1.1.1...v1.1.2
[1.1.3]: https://github.com/SimiaCryptus/intellij-aicoder/compare/v1.1.1...v1.1.2

[1.1.1]: https://github.com/SimiaCryptus/intellij-aicoder/compare/v1.1.0...v1.1.1

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,6 @@ plugin for developers. 🌟
organization. The plugin is provided free of charge, as-is, with no warranty or guarantee of any kind, and is the work
of a sole developer working on a hobby project.*

<!-- Plugin description end -->
<!-- Plugin description end -->
npm start
To set up the project, run `npm install`.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ version = properties("pluginVersion")
val kotlin_version = "2.0.20" // This line can be removed if not used elsewhere
val jetty_version = "11.0.24"
val slf4j_version = "2.0.16"
val skyenet_version = "1.2.2"
val skyenet_version = "1.2.3"
val remoterobot_version = "0.11.21"
val jackson_version = "2.17.2"

Expand All @@ -41,7 +41,7 @@ dependencies {
exclude(group = "org.jetbrains.kotlin", module = "")
}

implementation(group = "com.simiacryptus", name = "jo-penai", version = "1.1.2")
implementation(group = "com.simiacryptus", name = "jo-penai", version = "1.1.4")
{
exclude(group = "org.jetbrains.kotlin", module = "")
}
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit f276217

Please sign in to comment.