File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
core/src/main/resources/genius/zh/code Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 17
17
> 🧙AutoDev: The AI-powered coding wizard with multilingual support 🌐, auto code generation 🏗️, and a helpful
18
18
> bug-slaying assistant 🐞! Customizable prompts 🎨 and a magic Auto Dev/Testing/Document/Agent feature 🧪 included! 🚀
19
19
20
- VSCode Version: [ https://github.com/unit-mesh/auto-dev-vscode ] ( https://github.com/unit-mesh/auto-dev-vscode )
21
-
22
- [ Quick Start →] ( https://ide.unitmesh.cc/quick-start )
23
-
24
- 🆕🆕🆕: New AI agent language: [ https://github.com/phodal/shire ] ( https://github.com/phodal/shire )
25
-
26
20
## AutoDev 2.0 Sketch - the Cursor Composer in Intellij IDEA
27
21
28
22
Video demo (YouTube) — English
@@ -43,12 +37,19 @@ developer experience within the IDE.
43
37
| ** Go Playground Sketch` * ` ** | Go Playground with bidirectional code preview/edit | ![ ] ( https://unitmesh.cc/auto-dev/sketch-go-playground.png ) |
44
38
| ** Mermaid Sketch` * ` ** | Real-time flowchart preview/edit with bidirectional binding | ![ ] ( https://shire.run/images/shire-sketch-mermaid.png ) |
45
39
| ** PlantUML Sketch` * ` ** | UML diagram editor with bidirectional code-diagram synchronization | ![ ] ( https://shire.run/images/shire-sketch-plantuml.png ) |
40
+ | ** PlanSketch `** | Display AutoDev Planner planning for resovling code issues | ![ ] ( https://unitmesh.cc/auto-dev/autodev-plan-sketch.png ) |
46
41
47
42
` * ` means requires additional plugin installation.
48
43
49
44
### Unite Your Dev Ecosystem, Create Your AI Copilot
50
45
51
- ![ Inline Chat] ( https://shire.run/images/shire-ecology-system.png )
46
+ VSCode Version: [ https://github.com/unit-mesh/auto-dev-vscode ] ( https://github.com/unit-mesh/auto-dev-vscode )
47
+
48
+ [ Quick Start →] ( https://ide.unitmesh.cc/quick-start )
49
+
50
+ 🆕🆕🆕: New AI agent language: [ https://github.com/phodal/shire ] ( https://github.com/phodal/shire )
51
+
52
+ ![ Dev Ecosystem] ( https://shire.run/images/shire-ecology-system.png )
52
53
53
54
### Demos
54
55
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ Here is the rule you should follow:
53
53
54
54
For each step, document your reasoning process inside `plan` code block. Include:
55
55
56
- 1. Updated plan with step progress indicators (`[✓]` for completed, `[!]` for failed, `[*]` for in-progress).
56
+ 1. Updated plan with step progress indicators (`[✓]` for completed or you are working this step , `[!]` for failed, `[*]` for in-progress).
57
57
2. No code should be written inside the plan, just the task and steps summary.
58
58
59
59
For example:
You can’t perform that action at this time.
0 commit comments