# auto-dev **Repository Path**: unit-mesh/auto-dev ## Basic Information - **Project Name**: auto-dev - **Description**: ๐Ÿง™โ€AutoDev: The AI-powered coding wizard with multilingual support ๐ŸŒ, auto code generation ๐Ÿ—๏ธ, and a helpful bug-slaying assistant ๐Ÿž! - **Primary Language**: Kotlin - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 5 - **Created**: 2024-06-25 - **Last Updated**: 2025-12-21 ## Categories & Tags **Categories**: ai **Tags**: None ## README # AutoDev Xiuper > **One Platform. All Phases. Every Device.** > ็ปŸไธ€ๅนณๅฐยทๅ…จๅผ€ๅ‘้˜ถๆฎตยท่ทจๅ…จ่ฎพๅค‡ **AutoDev Xiuper** is the AI-native development platform built on Kotlin Multiplatform, covering all 7 phases of SDLC ( Requirements โ†’ Development โ†’ Review โ†’ Testing โ†’ Data โ†’ Deployment โ†’ Operations) and supporting 8+ platforms (IDEA, VSCode, CLI, Web, Desktop, Android, iOS, Server). ![ScreenShot](https://xiuper.com/screenshot.png) ## ๐Ÿš€ Get Started ### Download AutoDev Xiuper - **IntelliJ IDEA Plugin**: [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/29223-autodev-experiment) - **VSCode Extension**: [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=Phodal.autodev) - **CLI Tool**: `npm install -g @xiuper/cli` - **Web Version**: https://web.xiuper.com/ - **Desktop & Android**: [Release Pages](https://github.com/phodal/auto-dev/releases) ### Previous Versions - **AutoDev 2.0** (Stable): [Branch](https://github.com/phodal/auto-dev/tree/autodev2) | [Plugin](https://plugins.jetbrains.com/plugin/26988) ### Modules | Module | Platform | Status | Description | |----------------------|---------------------|---------------------|-------------------------------------------------------| | **mpp-idea** | IntelliJ IDEA | โœ… Production | Jewel UI, Agent toolwindow, code review, remote agent | | **mpp-vscode** | VSCode | โœ… Production | Xiuper Agent | | **mpp-ui** (Desktop) | macOS/Windows/Linux | โœ… Production | Compose Multiplatform desktop app | | **mpp-ui** (CLI) | Terminal (Node.js) | โœ… Production | Terminal UI (React/Ink), local/server mode | | **mpp-ui** (Android) | Android | โœ… Production | Native Android app | | **mpp-web** (Web) | Web | โœ… Production | Web app | | **mpp-server** | Server | โœ… Production | JVM (Ktor) | | **mpp-ios** | iOS | ๐Ÿšง Production Ready | Native iOS app (SwiftUI + Compose) | ### ๐ŸŒŸ Key Features **Xiuper Edition** represents a major milestone in AI-powered development: - **One Platform**: Unified Kotlin Multiplatform architecture - write once, deploy everywhere - **All Phases**: 7 specialized agents covering complete software development lifecycle - Requirements โ†’ Development โ†’ Review โ†’ Testing โ†’ Data โ†’ Deployment โ†’ Operations - **Every Device**: Native support for 8+ platforms with zero compromise on performance - IDE: IntelliJ IDEA, VSCode - Desktop: macOS, Windows, Linux (Compose Multiplatform) - Mobile: Android, iOS (Native + Compose) - Terminal: CLI (Node.js with React/Ink) - Web: Modern web app - Server: Remote agent server (Ktor) - **Multi-LLM Support**: OpenAI, Anthropic, Google, DeepSeek, Ollama, and more - **DevIns Language**: Executable AI Agent scripting language for workflow automation - **MCP Protocol**: Extensible tool ecosystem via Model Context Protocol - **Code Intelligence**: TreeSitter-based parsing for Java, Kotlin, Python, JS, TS, Go, Rust, C# - **Global Ready**: Full internationalization (Chinese/English) ## ๐Ÿค– Builtin Agents AutoDev Xiuper includes 7 specialized AI agents mapped to the complete Software Development Lifecycle (SDLC): | Agent | SDLC Phase | Description | Capabilities | Status | |---------------|--------------|----------------------------------------------------------------------------------------------------|-----------------------------------|-----------| | **Knowledge** | Requirements | Requirements understanding and knowledge construction with AI-native document reading and analysis | DocQL / Context Engineering | โœ… Stable | | **Coding** | Development | Autonomous coding agent with complete file system, shell, and tool access capabilities | MCP / SubAgents / DevIns DSL | โœ… Stable | | **Review** | Code Review | Professional code review analyzing code quality, security, performance, and best practices | Linter / Summary / AutoFix | โœ… Stable | | **Testing** | Testing | Automated testing agent that generates test cases, executes tests, and analyzes coverage | E2E / Self-healing / Coverage | ๐Ÿšง Coming | | **ChatDB** | Data | Database conversation agent supporting Text-to-SQL and natural language data queries | Schema Linking / Multi-DB / Query | โœ… Stable | | **WebEdit** | Deployment | Web editing agent for browsing pages, selecting DOM elements, and interacting with web content | Inspect / Chat / Mapping | ๐Ÿ”„ Beta | | **Ops** | Operations | Operations monitoring agent for log analysis, performance monitoring, and alert handling | Logs / Metrics / Alerts | ๐Ÿšง Coming | Each agent is designed to handle specific phases of the development lifecycle, providing comprehensive AI assistance from requirements gathering to production operations. ### SubAgents SubAgents are specialized micro-agents that can be invoked by the main Coding Agent to handle specific tasks. They follow the "Agent as Tool" architecture pattern: | SubAgent | Purpose | Key Features | Platform Support | |---------------------------|------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------|-----------------------| | **NanoDSL Agent** | Generate AI-native UI code from natural language descriptions | Token-efficient DSL / Component generation / State management / HTTP requests | All platforms | | **PlotDSL Agent** | Generate statistical charts and data visualizations from natural language | ggplot2-inspired syntax / Multiple chart types / Themes / Lets-Plot rendering | JVM Desktop & Android | | **Chart Agent** | Generate chart configurations for ComposeCharts library | Pie/Line/Column/Row charts / Data analysis / Cross-platform rendering | All platforms | | **Analysis Agent** | Intelligently analyze and summarize any type of content (logs, errors, JSON, code, etc.) | Content type detection / Smart summarization / Metadata extraction | All platforms | | **Codebase Investigator** | Investigate codebase structure, patterns, dependencies, and architectural issues | Architecture analysis / Pattern detection / Dependency mapping / Issue identification | All platforms | | **Domain Dict Agent** | Generate domain dictionaries from codebase analysis for better context understanding | Hot file detection / Class/method extraction / Domain term identification | All platforms | | **Error Recovery Agent** | Analyze errors and suggest fixes with self-healing capabilities | Error pattern recognition / Fix suggestion / Auto-retry logic | All platforms | | **SQL Revise Agent** | Revise and optimize SQL queries based on schema and execution feedback | Schema-aware correction / Query optimization / Syntax validation | All platforms | SubAgents enable modular, composable AI workflows where complex tasks are broken down into specialized sub-tasks, each handled by an expert agent. ## License This code is distributed under the MPL 2.0 license. See `LICENSE` in this directory.