@@ -29,7 +29,7 @@ permalink: /
29
29
</p >
30
30
31
31
> 🧙AutoDev: The AI-powered coding wizard with multilingual support 🌐, auto code generation 🏗️, and a helpful
32
- > bug-slaying assistant 🐞! Customizable prompts 🎨 and a magic Auto Dev/Testing feature 🧪 included! 🚀
32
+ > bug-slaying assistant 🐞! Customizable prompts 🎨 and a magic Auto Dev/Testing/Document feature 🧪 included! 🚀
33
33
34
34
AutoDev Overview:
35
35
@@ -39,12 +39,13 @@ AutoDev Overview:
39
39
40
40
Features:
41
41
42
- - Languages support: Java, Kotlin, JavaScript/TypeScript, Rust, Python, Golang, or others...
42
+ - Languages support: Java, Kotlin, JavaScript/TypeScript, Rust, Python, Golang, or others...
43
43
- Auto development mode.
44
44
- With DevTi Protocol (like ` devti://story/github/1102 ` ) will auto generate
45
45
Model-Controller-Service-Repository code.
46
46
- AutoCRUD mode (Java/Kotlin Language only). Auto generate CRUD code.
47
47
- Auto Testing. create unit test intention, auto run unit test and try to fix test.
48
+ - Auto Document. Auto generate document.
48
49
- Copilot mode
49
50
- Pattern specific.Based on your code context like (Controller, Service ` import ` ), AutoDev will suggest you the best
50
51
code.
@@ -53,12 +54,14 @@ Features:
53
54
- Chat mode
54
55
- Chat with AI.
55
56
- Chat with selection code.
57
+ - Chat with code context-aware (To be implemented).
56
58
- Customize.
57
59
- Custom specification of prompt.
58
60
- Custom intention action. You can add your own intention action.
59
61
- Custom LLM Server. You can customize your LLM Server in ` Settings ` -> ` Tools ` -> ` AutoDev `
60
62
- Custom Living documentation.
61
63
- Team prompts. Customize your team prompts in codebase, and distribute to your team.
64
+ - Prompt override. You can override AutoDev's prompt in your codebase.
62
65
- Miscellaneous
63
66
- CI/CD support. AutoDev will auto generate CI/CD config file.
64
67
- Dockerfile support. AutoDev will auto generate Dockerfile.
@@ -68,7 +71,6 @@ Features:
68
71
69
72
AutoDev fine-tune models:
70
73
71
-
72
74
| name | model download (HuggingFace) | finetune Notebook | model download (OpenBayes) |
73
75
| ---------------| -----------------------------------------------------------------| --------------------------------------| -------------------------------------------------------------------------------------|
74
76
| DeepSeek 6.7B | [ AutoDev Coder] ( https://huggingface.co/unit-mesh/autodev-coder ) | [ finetune.ipynb] ( finetunes/deepseek ) | [ AutoDev Coder] ( https://openbayes.com/console/phodal/models/rCmer1KQSgp/9/overview ) |
0 commit comments