Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unit-mesh/auto-dev-vscode
AutoDev - ๐งโthe AI-powered coding wizard . Put the most loved AutoDev AI assistant into your VSCode, and have things done quickly
https://github.com/unit-mesh/auto-dev-vscode
ai-assistant genai vscode-extension
Last synced: 12 days ago
JSON representation
AutoDev - ๐งโthe AI-powered coding wizard . Put the most loved AutoDev AI assistant into your VSCode, and have things done quickly
- Host: GitHub
- URL: https://github.com/unit-mesh/auto-dev-vscode
- Owner: unit-mesh
- License: mit
- Created: 2023-04-20T01:19:41.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T15:35:20.000Z (8 months ago)
- Last Synced: 2024-05-23T00:46:24.279Z (8 months ago)
- Topics: ai-assistant, genai, vscode-extension
- Language: TypeScript
- Homepage: http://vscode.unitmesh.cc/
- Size: 3.77 MB
- Stars: 118
- Watchers: 6
- Forks: 20
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Roadmap: docs/roadmap.md
Awesome Lists containing this project
README
AutoDev for VSCode
> ๐งโ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/Agent feature ๐งช included! ๐JetBrains' IDE Version: [https://github.com/unit-mesh/auto-dev](https://github.com/unit-mesh/auto-dev)
Documentation: [https://vscode.unitmesh.cc/](https://vscode.unitmesh.cc/)
## Quick Start Guide to Contributing
Contributing Documentation: [https://vscode.unitmesh.cc/development](https://vscode.unitmesh.cc/development)
## Join the Community
If you are interested in AutoDev, you can join our WeChat group by scanning the QR code above.
๏ผๅฆๆ็พคไบ็ปด็ ่ฟๆ๏ผๅฏไปฅๆทปๅ ๆ็ๅพฎไฟกๅท๏ผ`phodal02`๏ผๆณจๆ `AutoDev`๏ผๆๆไฝ ๅ ฅ็พค๏ผ
## Roadmap
Normal features
| Feature | VSCode Status | IDEA Status |
|------------------------|---------------|-------------|
| Chat mode | โ | โ |
| Code completion | โ | โ |
| AutoDoc | โ | โ |
| Custom Prompt | โ | โ |
| Prompt Overwrite | โ | โ |
| Commit Message | โ | โ |
| Gen API Data | โ | โ |
| AutoTest | โ | โ |
| Refactoring: Rename | โ | โ |
| Refactoring: fix | โ | โ |
| Refactoring: with Lint | โ | โ |
| CLI Suggest | โ | โ |Natural Language search features
| Feature | VSCode Status | IDEA Status |
|------------------------|---------------|-------------|
| Custom RAG | โ | โ |
| NL Semantic Search | โ | โ |
| Multiple RAG Strategy | โ | โ |DevOps features
| Feature | VSCode Status | IDEA Status |
|------------------------|---------------|-------------|
| Dockerfile | โ | โ |
| CI/CD | โ | โ |AI Agent features
| Feature | VSCode Status | IDEA Status |
|------------------------|---------------|-------------|
| AI Agent: DevIns Lang | โ | โ |
| AI Agent: Custom Agent | โ | โ |
| AI Agent: AutoCRUD | โ | โ |
| AI Agent: AutoArkUI | โ | โ |
| AI Agent: AutoSQL | โ | โ |
| AI Agent: AutoPage | โ | โ |## Resources
- Code search [Sweep](https://github.com/sweepai/sweep)
- TreeSitter [Playground](https://tree-sitter.github.io/tree-sitter/playground)## LICENSE
Inspired and based on๏ผ
- AI-based Coding Editor [Continue](https://github.com/continuedev/continue) for LLM provider and CodeCompletion.
- AI-based conversational search [Bloop](https://github.com/BloopAI/bloop) for indexes and code search.
- AI-powered coding wizard [AutoDev](https://github.com/unit-mesh/auto-dev) for AutoTasking.
- TreeSitter-based architecture analysis: [Guarding](https://github.com/modernizing/guarding)
- Static SCA analyser: [ArchGuard](https://github.com/archguard/archguard)
- DevIns parser based
on [VSCode Markdown](https://github.com/microsoft/vscode/blob/main/extensions/markdown-basics/syntaxes/markdown.tmLanguage.json)
- Git parser based on [GitLens](https://github.com/gitkraken/vscode-gitlens) with MIT LicenseAutoDev VSCode is licensed under the `Apache 2.0` license as defined in [LICENSE](./LICENSE).