Skip to content

Commit ef5672d

Browse files
authored
1.5.11 (#175)
* 1.5.11 * fixes * fixes * wip * wip * fix * docs * docs * utility method refactor * wip * Update settings.gradle.kts
1 parent df8cfc0 commit ef5672d

File tree

200 files changed

+22528
-9811
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

200 files changed

+22528
-9811
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- VCS menu integration with AI Coder options in the VCS log context menu
1313

1414
### Changed
15-
- Updated dependencies: skyenet_version to 1.0.79 and jo-penai to 1.0.62
15+
- Updated dependencies: skyenet_version to 1.0.80 and jo-penai to 1.0.63
1616
- Removed kotlinx-coroutines-core dependency
1717
- Added Git4Idea and GitHub plugins to the intellij block
1818
- Refactored CommandAutofixAction for more modular and extensible code

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ version = properties("pluginVersion")
2626
val kotlin_version = "2.0.0-Beta5" // This line can be removed if not used elsewhere
2727
val jetty_version = "11.0.18"
2828
val slf4j_version = "2.0.9"
29-
val skyenet_version = "1.0.79"
29+
val skyenet_version = "1.0.81"
3030
val remoterobot_version = "0.11.21"
3131
val jackson_version = "2.17.0"
3232

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

44-
implementation(group = "com.simiacryptus", name = "jo-penai", version = "1.0.62")
44+
implementation(group = "com.simiacryptus", name = "jo-penai", version = "1.0.63")
4545
{
4646
exclude(group = "org.jetbrains.kotlin", module = "")
4747
}

docs/action_documentation.md

Lines changed: 0 additions & 1730 deletions
This file was deleted.

docs/action_readme.md

Lines changed: 0 additions & 1679 deletions
This file was deleted.

docs/actions.md

Lines changed: 0 additions & 1544 deletions
This file was deleted.

docs/aicoder_adddocs.png

-132 KB
Binary file not shown.

docs/aicoder_edit.png

-161 KB
Binary file not shown.

docs/aicoder_editresult.png

-139 KB
Binary file not shown.

docs/aicoder_final.png

-133 KB
Binary file not shown.

docs/aicoder_implement.png

-116 KB
Binary file not shown.

0 commit comments

Comments
 (0)