@@ -28,7 +28,6 @@ permalink: /
28
28
- IntelliJ IDEA version: Android Studio, PyCharm, WebStorm, GoLand, RubyMine, AppCode and more.
29
29
- VSCode Version: [ https://github.com/unit-mesh/auto-dev-vscode ] ( https://github.com/unit-mesh/auto-dev-vscode )
30
30
31
-
32
31
🆕🆕🆕: New AI agent language: [ https://github.com/phodal/shire ] ( https://github.com/phodal/shire )
33
32
34
33
## AutoDev 2.0 Sketch - the Cursor Composer in Intellij IDEA
@@ -37,7 +36,8 @@ Video demo (YouTube) — English
37
36
38
37
[ ![ Watch the video] ( https://img.youtube.com/vi/b1pO641-A54/sddefault.jpg )] ( https://youtu.be/b1pO641-A54 )
39
38
40
- ** AutoDev Sketch** is an IDE canvas feature provided by [ Shire] ( https://github.com/phodal/shire ) , designed to simplify interactions and enhance the
39
+ ** AutoDev Sketch** is an IDE canvas feature provided by [ Shire] ( https://github.com/phodal/shire ) , designed to simplify
40
+ interactions and enhance the
41
41
developer experience within the IDE.
42
42
43
43
| Sketch Name | Description | Screenshots |
@@ -79,15 +79,16 @@ Here is the AutoDev architecture:
79
79
80
80
Features:
81
81
82
- - Languages support: Java, Kotlin, JavaScript/TypeScript, Rust, Python, Golang, C/C++/OC (TBC), or others...
82
+ - Sketch coding Agent
83
+ - Agentic drive coding workflow with Sketch viewer.
83
84
- Auto development mode
84
85
- ~~ AutoCRUD (Spring framework). With DevTi Protocol (like ` devti://story/github/1102 ` ) will auto
85
86
generate Model-Controller-Service-Repository code.~~
86
87
- AutoSQL (required Database plugin). Context-aware SQL generation.
87
88
- AutoPage (React). Context-aware Web Page generation.
88
- - AutoArkUI (HarmonyOS). Auto generate HarmonyOS ArkUI code.
89
- - AutoTesting . create unit test intention, auto run unit test and try to fix test.
90
- - AutoDocument . Auto generate document.
89
+ - ~~ AutoArkUI (HarmonyOS). Auto generate HarmonyOS ArkUI code.~~
90
+ - Auto Testing . create unit test intention, auto run unit test and try to fix test.
91
+ - Auto Document . Auto generate document.
91
92
- Copilot mode
92
93
- AutoDev will help you find bug, explain code, trace exception, generate commits, and more.
93
94
- Pattern specific. Based on your code context like (Controller, Service ` import ` ), AutoDev will suggest the best
@@ -128,10 +129,10 @@ AutoDev fine-tune models:
128
129
129
130
We follow [ Chapi] ( https://github.com/phodal/chapi ) AST analysis engine for language support tier.
130
131
131
- | Features | Java | Python | Go | Kotlin | JS/TS | C/C++ | C# | Scala | Rust | ArkTS |
132
- | ---------------------------| ------| --------| ----| --------| -------| -------| ----| -------| ------| ------- |
133
- | Chat Language Context | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | ✅ | ✅ |
134
- | Structure AST | ✅ | | ✅ | ✅ | ✅ | ✅ | | | | |
135
- | Doc Generation | ✅ | ✅ | ✅ | ✅ | ✅ | | | | ✅ | ✅ |
136
- | Precision Test Generation | ✅ | ✅ | ✅ | ✅ | ✅ | | | | ✅ | |
137
- | Precision Code Generation | ✅ | | | ✅ | | | | | | |
132
+ | Features | Java | Python | Go | Kotlin | JS/TS | C/C++ | C# | Scala | Rust |
133
+ | ---------------------------| ------| --------| ----| --------| -------| -------| ----| -------| ------|
134
+ | Chat Language Context | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | ✅ |
135
+ | Structure AST | ✅ | | ✅ | ✅ | ✅ | ✅ | | | |
136
+ | Doc Generation | ✅ | ✅ | ✅ | ✅ | ✅ | | | | ✅ |
137
+ | Precision Test Generation | ✅ | ✅ | ✅ | ✅ | ✅ | | | | ✅ |
138
+ | Precision Code Generation | ✅ | | | ✅ | | | | | |
0 commit comments