Skip to content

Commit 6f2ef8c

Browse files
committed
docs(README): add PlanSketch to supported features list
``` Add PlanSketch to the list of supported features in the README, including its description and image link. This feature displays AutoDev Planner planning for resolving code issues.
1 parent 091631f commit 6f2ef8c

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@
1717
> 🧙‍AutoDev: The AI-powered coding wizard with multilingual support 🌐, auto code generation 🏗️, and a helpful
1818
> bug-slaying assistant 🐞! Customizable prompts 🎨 and a magic Auto Dev/Testing/Document/Agent feature 🧪 included! 🚀
1919
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-
2620
## AutoDev 2.0 Sketch - the Cursor Composer in Intellij IDEA
2721

2822
Video demo (YouTube) — English
@@ -43,12 +37,19 @@ developer experience within the IDE.
4337
| **Go Playground Sketch`*`** | Go Playground with bidirectional code preview/edit | ![](https://unitmesh.cc/auto-dev/sketch-go-playground.png) |
4438
| **Mermaid Sketch`*`** | Real-time flowchart preview/edit with bidirectional binding | ![](https://shire.run/images/shire-sketch-mermaid.png) |
4539
| **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) |
4641

4742
`*` means requires additional plugin installation.
4843

4944
### Unite Your Dev Ecosystem, Create Your AI Copilot
5045

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)
5253

5354
### Demos
5455

core/src/main/resources/genius/zh/code/plan.devin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Here is the rule you should follow:
5353

5454
For each step, document your reasoning process inside `plan` code block. Include:
5555

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).
5757
2. No code should be written inside the plan, just the task and steps summary.
5858

5959
For example:

0 commit comments

Comments
 (0)