Skip to content

πŸ§™β€AutoDev: The AI-powered coding wizard with multilingual support 🌐, auto code generation πŸ—οΈ, and a helpful bug-slaying assistant 🐞! Customizable prompts 🎨 and a magic Auto Testing feature πŸ§ͺ included! πŸš€

License

openharmony-dev/auto-dev

Β 
Β 

Repository files navigation

logo

AutoDev

Build Version Downloads Powered By

πŸ§™β€AutoDev: The AI-powered coding wizard with multilingual support 🌐, auto code generation πŸ—οΈ, and a helpful bug-slaying assistant 🐞! Customizable prompts 🎨 and a magic Auto Dev/Testing/Document feature πŸ§ͺ included! πŸš€

Quick Start β†’

AutoDev Overview:

Overview

Features:

  • Languages support: Java, Kotlin, JavaScript/TypeScript, Rust, Python, Golang, C/C++/OC, or others...
  • Auto development mode.
    • AutoCRUD(Spring frameworkοΌ‰. With DevTi Protocol (like devti://story/github/1102) will auto generate Model-Controller-Service-Repository code.
    • AutoSQL. Context-aware SQL generation.
    • AutoPage. Context-aware Page generation.
    • AutoTesting. create unit test intention, auto run unit test and try to fix test.
    • AutoDocument. Auto generate document.
    • AutoArkUI. Auto generate HarmonyOS ArkUI code.
  • Copilot mode
    • Pattern specific.Based on your code context like (Controller, Service import), AutoDev will suggest you the best code.
    • Related code. Based on recent file changes, AutoDev will call calculate similar chunk to generate the best code.
    • AutoDev will help you find bug, explain code, trace exception, generate commits, and more.
  • Chat mode
    • Chat with AI.
    • Chat with selection code.
    • Chat with code context-aware (To be implemented).
  • Customize.
    • Custom specification of prompt.
    • Custom intention action. You can add your own intention action.
    • Custom LLM Server. You can customize your LLM Server in Settings -> Tools -> AutoDev
    • Custom Living documentation.
    • Team prompts. Customize your team prompts in codebase, and distribute to your team.
    • Prompt override. You can override AutoDev's prompt in your codebase.
  • Infrastructure / DevOps
    • CI/CD support. AutoDev will auto generate CI/CD config file.
    • Dockerfile support. AutoDev will auto generate Dockerfile.
  • Built-in LLM Fine-tune

AutoDev fine-tune models:

download from HuggingFace

name model download (HuggingFace) finetune Notebook model download (OpenBayes)
DeepSeek 6.7B AutoDev Coder finetune.ipynb AutoDev Coder

Language Features

Language Support

We follow Chapi for language support tier.

Features Java Python Go Kotlin JS/TS C/C++ C# Scala Rust ArkTS
Chat Language Context βœ… βœ… βœ… βœ… βœ… βœ… βœ…
Structure AST βœ… βœ… βœ… βœ… βœ…
AutoCRUD βœ… βœ…
Doc Generation βœ… βœ… βœ… βœ… βœ… βœ… βœ…
Precision Test Generation βœ… βœ… βœ… βœ… βœ… βœ…
Precision Code Generation βœ… βœ…

Extensions

see in exts

Demo

Video demo (YouTube) β€” English

Watch the video

Video demo (Bilibili) - δΈ­ζ–‡

Watch the video

Useful Links

Who is using AutoDev?

Welcome to add your company here.

  • Thoughtworks, a leading technology consultancy.

License

Known License issues: JetBrain plugin development is no walk in the park! Oops, we cheekily borrowed some code from the JetBrains Community version and the super cool JetBrains AI Assistant plugin in our codebase. But fret not, we are working our magic to clean it up diligently! πŸ§™β€β™‚οΈβœ¨.

Those codes will be removed in the future, you can check it in src/main/kotlin/com/intellij/temporary, if you want to use this plugin in your company, please remove those codes to avoid any legal issues.

This code is distributed under the MPL 2.0 license. See LICENSE in this directory.

About

πŸ§™β€AutoDev: The AI-powered coding wizard with multilingual support 🌐, auto code generation πŸ—οΈ, and a helpful bug-slaying assistant 🐞! Customizable prompts 🎨 and a magic Auto Testing feature πŸ§ͺ included! πŸš€

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 99.5%
  • Other 0.5%