1- # AutoDev 3.0 Xiuper (alpha)
1+ # AutoDev 3.0 Xiuper (Alpha)
22
33> ** One Platform. All Phases. Every Device.**
4- > 统一平台· 全开发阶段· 跨全设备
4+ > 统一平台 · 全开发阶段 · 跨全设备
55
6- ** AutoDev Xiuper** is the AI-native Multi-Agent development platform built on Kotlin Multiplatform, covering all 7 phases of
7- SDLC (Requirements → Development → Review → Testing → Data → Deployment → Operations) and supporting 8+ platforms (IDEA,
8- VSCode, CLI, Web, Desktop, Android, iOS, Server) .
6+ ** AutoDev Xiuper** is an AI-native, multi-agent development platform built on Kotlin Multiplatform. It covers all seven phases of
7+ the software development lifecycle (Requirements → Development → Review → Testing → Data → Deployment → Operations) and runs
8+ on 8+ platforms: IntelliJ IDEA, VS Code, CLI, Web, Desktop, Android, iOS, and Server.
99
1010![ ScreenShot] ( https://xiuper.com/screenshot.png )
1111
12- ## 🚀 Get Started
12+ ## Get Started
1313
1414### Download AutoDev Xiuper
1515
1616- ** IntelliJ IDEA Plugin** : [ JetBrains Marketplace] ( https://plugins.jetbrains.com/plugin/29223-autodev-experiment )
1717- ** VSCode Extension** : [ Visual Studio Marketplace] ( https://marketplace.visualstudio.com/items?itemName=Phodal.autodev )
1818- ** CLI Tool** : ` npm install -g @xiuper/cli `
19- - ** Web Version ** : https://web.xiuper.com/
20- - ** Desktop & Android** : [ Release Pages ] ( https://github.com/phodal/auto-dev/releases )
21- - ** iOS** : You need to build it from source code .
19+ - ** Web App ** : [ web.xiuper.com ] ( https://web.xiuper.com/ )
20+ - ** Desktop & Android** : [ GitHub Releases ] ( https://github.com/phodal/auto-dev/releases )
21+ - ** iOS** : Build from source.
2222
2323### Previous Versions
2424
@@ -37,29 +37,29 @@ VSCode, CLI, Web, Desktop, Android, iOS, Server).
3737| ** mpp-server** | Server | ✅ Production | JVM (Ktor) |
3838| ** mpp-ios** | iOS | 🚧 Production Ready | Native iOS app (SwiftUI + Compose) |
3939
40- ### 🌟 Key Features
40+ ### Key Features
4141
42- ** Xiuper Edition** represents a major milestone in AI-powered development:
42+ ** Xiuper Edition** marks a major milestone in AI-assisted development:
4343
44- - ** One Platform** : Unified Kotlin Multiplatform architecture - write once, deploy everywhere
45- - ** All Phases** : 7 specialized agents covering complete software development lifecycle
44+ - ** One Platform** : Unified Kotlin Multiplatform architecture— write once, run anywhere
45+ - ** All Phases** : Seven specialized agents covering the full software development lifecycle
4646 - Requirements → Development → Review → Testing → Data → Deployment → Operations
47- - ** Every Device** : Native support for 8+ platforms with zero compromise on performance
48- - IDE: IntelliJ IDEA, VSCode
47+ - ** Every Device** : Native support for 8+ platforms without compromising performance
48+ - IDE: IntelliJ IDEA, VS Code
4949 - Desktop: macOS, Windows, Linux (Compose Multiplatform)
5050 - Mobile: Android, iOS (Native + Compose)
51- - Terminal: CLI (Node.js with React/Ink)
52- - Web: Modern web app
51+ - Terminal: CLI (Node.js + React/Ink)
52+ - Web: Web app
5353 - Server: Remote agent server (Ktor)
5454- ** Multi-LLM Support** : OpenAI, Anthropic, Google, DeepSeek, Ollama, and more
55- - ** DevIns Language** : Executable AI Agent scripting language for workflow automation
56- - ** MCP Protocol** : Extensible tool ecosystem via Model Context Protocol
57- - ** Code Intelligence** : TreeSitter- based parsing for Java, Kotlin, Python, JS, TS , Go, Rust, C#
55+ - ** DevIns Language** : Executable agent scripting language for workflow automation
56+ - ** MCP Protocol** : Extensible tool ecosystem via Model Context Protocol (MCP)
57+ - ** Code Intelligence** : Tree-sitter based parsing for Java, Kotlin, Python, JavaScript/TypeScript , Go, Rust, C#
5858- ** Global Ready** : Full internationalization (Chinese/English)
5959
60- ## 🤖 Builtin Agents
60+ ## Built-in Agents
6161
62- AutoDev Xiuper includes 7 specialized AI agents mapped to the complete Software Development Lifecycle ( SDLC) :
62+ AutoDev Xiuper includes seven specialized agents mapped to the SDLC:
6363
6464| Agent | SDLC Phase | Description | Capabilities | Status |
6565| ---------------| --------------| ----------------------------------------------------------------------------------------------------| -----------------------------------| -----------|
@@ -71,7 +71,7 @@ AutoDev Xiuper includes 7 specialized AI agents mapped to the complete Software
7171| ** WebEdit** | Deployment | Web editing agent for browsing pages, selecting DOM elements, and interacting with web content | Inspect / Chat / Mapping | 🔄 Beta |
7272| ** Ops** | Operations | Operations monitoring agent for log analysis, performance monitoring, and alert handling | Logs / Metrics / Alerts | 🚧 Coming |
7373
74- Each agent is designed to handle specific phases of the development lifecycle, providing comprehensive AI assistance from requirements gathering to production operations.
74+ Each agent focuses on a specific phase of the lifecycle, providing end-to-end AI assistance— from requirements to production operations.
7575
7676### Special-Purpose Agents
7777
@@ -81,7 +81,7 @@ In addition to SDLC agents, AutoDev Xiuper includes specialized agents for speci
8181| --------------| -------------| ----------------------------------------------------------------------------------------------------------------| -------------------------------------------------------| ----------|
8282| ** Artifact** | Quick Demos | Generate self-contained, executable artifacts (HTML/JS, React, Node.js, Python) inspired by Claude's Artifacts | Interactive preview / Auto-fix / Multi-format support | ✅ Stable |
8383
84- ** Artifact Agent** focuses on creating complete, runnable artifacts without file system or shell access. Perfect for:
84+ ** Artifact Agent** focuses on creating complete, runnable artifacts without file system or shell access. It's ideal for:
8585- Quick prototyping and demos
8686- Interactive web applications
8787- Data visualizations
@@ -90,7 +90,7 @@ In addition to SDLC agents, AutoDev Xiuper includes specialized agents for speci
9090
9191### SubAgents
9292
93- 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:
93+ SubAgents are specialized micro-agents invoked by the main Coding Agent for focused tasks. They follow the "agent as tool " architecture pattern:
9494
9595| SubAgent | Purpose | Key Features | Platform Support |
9696| ---------------------------| ------------------------------------------------------------------------------------------| ---------------------------------------------------------------------------------------| -----------------------|
@@ -104,7 +104,7 @@ SubAgents are specialized micro-agents that can be invoked by the main Coding Ag
104104| ** SQL Revise Agent** | Revise and optimize SQL queries based on schema and execution feedback | Schema-aware correction / Query optimization / Syntax validation | All platforms |
105105| ** E2E Testing Agent** | Perform end-to-end testing with visual understanding and self-healing locators | Natural language test scenario generation / Multi-modal perception / Self-healing | All platforms |
106106
107- SubAgents enable modular, composable AI workflows where complex tasks are broken down into specialized sub-tasks, each handled by an expert agent.
107+ SubAgents enable modular, composable workflows: complex work is decomposed into focused sub-tasks, each handled by a specialized agent.
108108
109109## License
110110
0 commit comments