# autodev **Repository Path**: catcher-aqiang/autodev ## Basic Information - **Project Name**: autodev - **Description**: itBuilder是一款多智能体协作开发平台,可以借助人工智能完成软件开发工作 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://www.itbuilder.cn/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 700 - **Created**: 2025-07-18 - **Last Updated**: 2025-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
English • [Català](locales/ca/README.md) • [Deutsch](locales/de/README.md) • [Español](locales/es/README.md) • [Français](locales/fr/README.md) • [हिंदी](locales/hi/README.md) • [Bahasa Indonesia](locales/id/README.md) • [Italiano](locales/it/README.md) • [日本語](locales/ja/README.md) [한국어](locales/ko/README.md) • [Nederlands](locales/nl/README.md) • [Polski](locales/pl/README.md) • [Português (BR)](locales/pt-BR/README.md) • [Русский](locales/ru/README.md) • [Türkçe](locales/tr/README.md) • [Tiếng Việt](locales/vi/README.md) • [简体中文](locales/zh-CN/README.md) • [繁體中文](locales/zh-TW/README.md)

itBuilder (prev. Roo Cline)

Connect with developers, contribute ideas, and stay ahead with the latest AI-powered coding tools.

Join Discord Join Reddit


Download on VS Marketplace Feature Requests Rate & Review Documentation
**itBuilder** is an AI-powered **autonomous coding agent** that lives in your editor. It can: - Communicate in natural language - Read and write files directly in your workspace - Run terminal commands - Automate browser actions - Integrate with any OpenAI-compatible or custom API/model - Adapt its “personality” and capabilities through **Custom Modes** Whether you’re seeking a flexible coding partner, a system architect, or specialized roles like a QA engineer or product manager, itBuilder can help you build software more efficiently. Check out the [CHANGELOG](CHANGELOG.md) for detailed updates and fixes. --- ## 🎉 itBuilder 3.23 Released itBuilder 3.23 brings powerful new features and significant improvements to enhance your development workflow! - **Codebase Indexing Graduated from Experimental** - Full codebase indexing is now stable and ready for production use with improved search and context understanding. - **New Todo List Feature** - Keep your tasks on track with integrated todo management that helps you stay organized and focused on your development goals. --- ## What Can itBuilder Do? - 🚀 **Generate Code** from natural language descriptions - 🔧 **Refactor & Debug** existing code - 📝 **Write & Update** documentation - 🤔 **Answer Questions** about your codebase - 🔄 **Automate** repetitive tasks - 🏗️ **Create** new files and projects ## Quick Start 1. [Install itBuilder](https://docs.roocode.com/getting-started/installing) 2. [Connect Your AI Provider](https://docs.roocode.com/getting-started/connecting-api-provider) 3. [Try Your First Task](https://docs.roocode.com/getting-started/your-first-task) ## Key Features ### Multiple Modes itBuilder adapts to your needs with specialized [modes](https://docs.roocode.com/basic-usage/using-modes): - **Code Mode:** For general-purpose coding tasks - **Architect Mode:** For planning and technical leadership - **Ask Mode:** For answering questions and providing information - **Debug Mode:** For systematic problem diagnosis - **[Custom Modes](https://docs.roocode.com/advanced-usage/custom-modes):** Create unlimited specialized personas for security auditing, performance optimization, documentation, or any other task ### Smart Tools itBuilder comes with powerful [tools](https://docs.roocode.com/basic-usage/how-tools-work) that can: - Read and write files in your project - Execute commands in your VS Code terminal - Control a web browser - Use external tools via [MCP (Model Context Protocol)](https://docs.roocode.com/advanced-usage/mcp) MCP extends itBuilder's capabilities by allowing you to add unlimited custom tools. Integrate with external APIs, connect to databases, or create specialized development tools - MCP provides the framework to expand itBuilder's functionality to meet your specific needs. ### Customization Make itBuilder work your way with: - [Custom Instructions](https://docs.roocode.com/advanced-usage/custom-instructions) for personalized behavior - [Custom Modes](https://docs.roocode.com/advanced-usage/custom-modes) for specialized tasks - [Local Models](https://docs.roocode.com/advanced-usage/local-models) for offline use - [Auto-Approval Settings](https://docs.roocode.com/advanced-usage/auto-approving-actions) for faster workflows ## Resources ### Documentation - [Basic Usage Guide](https://docs.roocode.com/basic-usage/the-chat-interface) - [Advanced Features](https://docs.roocode.com/advanced-usage/auto-approving-actions) - [Frequently Asked Questions](https://docs.roocode.com/faq) ### Community - **Discord:** [Join our Discord server](https://discord.gg/roocode) for real-time help and discussions - **Reddit:** [Visit our subreddit](https://www.reddit.com/r/RooCode) to share experiences and tips - **GitHub:** Report [issues](https://github.com/RooCodeInc/Roo-Code/issues) or request [features](https://github.com/RooCodeInc/Roo-Code/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop) --- ## Local Setup & Development 1. **Clone** the repo: ```sh git clone https://github.com/RooCodeInc/Roo-Code.git ``` 2. **Install dependencies**: ```sh pnpm install ``` 3. **Run the extension**: There are several ways to run the itBuilder extension: ### Development Mode (F5) For active development, use VSCode's built-in debugging: Press `F5` (or go to **Run** → **Start Debugging**) in VSCode. This will open a new VSCode window with the itBuilder extension running. - Changes to the webview will appear immediately. - Changes to the core extension will also hot reload automatically. ### Automated VSIX Installation To build and install the extension as a VSIX package directly into VSCode: ```sh pnpm install:vsix [-y] [--editor=] ``` This command will: - Ask which editor command to use (code/cursor/code-insiders) - defaults to 'code' - Uninstall any existing version of the extension. - Build the latest VSIX package. - Install the newly built VSIX. - Prompt you to restart VS Code for changes to take effect. Options: - `-y`: Skip all confirmation prompts and use defaults - `--editor=`: Specify the editor command (e.g., `--editor=cursor` or `--editor=code-insiders`) ### Manual VSIX Installation If you prefer to install the VSIX package manually: 1. First, build the VSIX package: ```sh pnpm vsix ``` 2. A `.vsix` file will be generated in the `bin/` directory (e.g., `bin/roo-cline-.vsix`). 3. Install it manually using the VSCode CLI: ```sh code --install-extension bin/roo-cline-.vsix ``` --- We use [changesets](https://github.com/changesets/changesets) for versioning and publishing. Check our `CHANGELOG.md` for release notes. --- ## Disclaimer **Please note** that itBuilder, Inc does **not** make any representations or warranties regarding any code, models, or other tools provided or made available in connection with itBuilder, any associated third-party tools, or any resulting outputs. You assume **all risks** associated with the use of any such tools or outputs; such tools are provided on an **"AS IS"** and **"AS AVAILABLE"** basis. Such risks may include, without limitation, intellectual property infringement, cyber vulnerabilities or attacks, bias, inaccuracies, errors, defects, viruses, downtime, property loss or damage, and/or personal injury. You are solely responsible for your use of any such tools or outputs (including, without limitation, the legality, appropriateness, and results thereof). --- ## Contributing We love community contributions! Get started by reading our [CONTRIBUTING.md](CONTRIBUTING.md). --- ## Contributors Thanks to all our contributors who have helped make itBuilder better! | mrubens
mrubens
| saoudrizwan
saoudrizwan
| cte
cte
| samhvw8
samhvw8
| daniel-lxs
daniel-lxs
| hannesrudolph
hannesrudolph
| | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | | KJ7LNW
KJ7LNW
| a8trejo
a8trejo
| ColemanRoo
ColemanRoo
| canrobins13
canrobins13
| stea9499
stea9499
| MuriloFP
MuriloFP
| | joemanley201
joemanley201
| System233
System233
| jr
jr
| nissa-seru
nissa-seru
| jquanton
jquanton
| NyxJae
NyxJae
| | roomote-bot
roomote-bot
| elianiva
elianiva
| d-oit
d-oit
| punkpeye
punkpeye
| wkordalski
wkordalski
| qdaxb
qdaxb
| | xyOz-dev
xyOz-dev
| feifei325
feifei325
| zhangtony239
zhangtony239
| sachasayan
sachasayan
| monotykamary
monotykamary
| cannuri
cannuri
| | Smartsheet-JB-Brown
Smartsheet-JB-Brown
| shariqriazz
shariqriazz
| vigneshsubbiah16
vigneshsubbiah16
| chrarnoldus
chrarnoldus
| pugazhendhi-m
pugazhendhi-m
| lloydchang
lloydchang
| | SannidhyaSah
SannidhyaSah
| dtrugman
dtrugman
| Szpadel
Szpadel
| diarmidmackenzie
diarmidmackenzie
| olweraltuve
olweraltuve
| psv2522
psv2522
| | Premshay
Premshay
| kiwina
kiwina
| lupuletic
lupuletic
| aheizi
aheizi
| liwilliam2021
liwilliam2021
| PeterDaveHello
PeterDaveHello
| | hassoncs
hassoncs
| ChuKhaLi
ChuKhaLi
| nbihan-mediware
nbihan-mediware
| noritaka1166
noritaka1166
| RaySinner
RaySinner
| afshawnlotfi
afshawnlotfi
| | dleffel
dleffel
| StevenTCramer
StevenTCramer
| Ruakij
Ruakij
| pdecat
pdecat
| kyle-apex
kyle-apex
| emshvac
emshvac
| | Lunchb0ne
Lunchb0ne
| SmartManoj
SmartManoj
| vagadiya
vagadiya
| slytechnical
slytechnical
| dlab-anton
dlab-anton
| arthurauffray
arthurauffray
| | upamune
upamune
| NamesMT
NamesMT
| taylorwilsdon
taylorwilsdon
| sammcj
sammcj
| p12tic
p12tic
| gtaylor
gtaylor
| | aitoroses
aitoroses
| anton-otee
anton-otee
| ross
ross
| mr-ryan-james
mr-ryan-james
| heyseth
heyseth
| taisukeoe
taisukeoe
| | avtc
avtc
| eonghk
eonghk
| GOODBOY008
GOODBOY008
| kcwhite
kcwhite
| ronyblum
ronyblum
| teddyOOXX
teddyOOXX
| | vincentsong
vincentsong
| yongjer
yongjer
| zeozeozeo
zeozeozeo
| ashktn
ashktn
| franekp
franekp
| yt3trees
yt3trees
| | seedlord
seedlord
| bramburn
bramburn
| benzntech
benzntech
| axkirillov
axkirillov
| olearycrew
olearycrew
| brunobergher
brunobergher
| | catrielmuller
catrielmuller
| devxpain
devxpain
| snoyiatk
snoyiatk
| GitlyHallows
GitlyHallows
| jcbdev
jcbdev
| Chenjiayuan195
Chenjiayuan195
| | julionav
julionav
| KanTakahiro
KanTakahiro
| SplittyDev
SplittyDev
| mdp
mdp
| napter
napter
| philfung
philfung
| | chris-garrett
chris-garrett
| dairui1
dairui1
| dqroid
dqroid
| forestyoo
forestyoo
| hatsu38
hatsu38
| hongzio
hongzio
| | im47cn
im47cn
| shoopapa
shoopapa
| jwcraig
jwcraig
| kinandan
kinandan
| nevermorec
nevermorec
| bbenshalom
bbenshalom
| | bannzai
bannzai
| axmo
axmo
| asychin
asychin
| amittell
amittell
| Yoshino-Yukitaro
Yoshino-Yukitaro
| Yikai-Liao
Yikai-Liao
| | zxdvd
zxdvd
| s97712
s97712
| vladstudio
vladstudio
| vivekfyi
vivekfyi
| tmsjngx0
tmsjngx0
| Githubguy132010
Githubguy132010
| | tgfjt
tgfjt
| PretzelVector
PretzelVector
| zetaloop
zetaloop
| cdlliuy
cdlliuy
| user202729
user202729
| takakoutso
takakoutso
| | student20880
student20880
| shubhamgupta731
shubhamgupta731
| shohei-ihaya
shohei-ihaya
| shivamd1810
shivamd1810
| shaybc
shaybc
| sensei-woo
sensei-woo
| | samir-nimbly
samir-nimbly
| robertheadley
robertheadley
| refactorthis
refactorthis
| qingyuan1109
qingyuan1109
| pokutuna
pokutuna
| philipnext
philipnext
| | village-way
village-way
| oprstchn
oprstchn
| nobu007
nobu007
| mosleyit
mosleyit
| moqimoqidea
moqimoqidea
| mlopezr
mlopezr
| | mecab
mecab
| olup
olup
| lightrabbit
lightrabbit
| lhish
lhish
| kohii
kohii
| pfitz
pfitz
| | ExactDoug
ExactDoug
| celestial-vault
celestial-vault
| linegel
linegel
| edwin-truthsearch-io
edwin-truthsearch-io
| EamonNerbonne
EamonNerbonne
| dbasclpy
dbasclpy
| | dflatline
dflatline
| Deon588
Deon588
| dleen
dleen
| CW-B-W
CW-B-W
| chadgauth
chadgauth
| thecolorblue
thecolorblue
| | bogdan0083
bogdan0083
| benashby
benashby
| Atlogit
Atlogit
| atlasgong
atlasgong
| andrewshu2000
andrewshu2000
| andreastempsch
andreastempsch
| | alasano
alasano
| QuinsZouls
QuinsZouls
| HadesArchitect
HadesArchitect
| alarno
alarno
| nexon33
nexon33
| adilhafeez
adilhafeez
| | adamwlarson
adamwlarson
| adamhill
adamhill
| AMHesch
AMHesch
| maekawataiki
maekawataiki
| AlexandruSmirnov
AlexandruSmirnov
| samsilveira
samsilveira
| | 01Rian
01Rian
| RSO
RSO
| SECKainersdorfer
SECKainersdorfer
| R-omk
R-omk
| Sarke
Sarke
| PaperBoardOfficial
PaperBoardOfficial
| | OlegOAndreev
OlegOAndreev
| kvokka
kvokka
| ecmasx
ecmasx
| mollux
mollux
| marvijo-code
marvijo-code
| markijbema
markijbema
| | mamertofabian
mamertofabian
| monkeyDluffy6017
monkeyDluffy6017
| libertyteeth
libertyteeth
| shtse8
shtse8
| Rexarrior
Rexarrior
| kevinvandijk
kevinvandijk
| | KevinZhao
KevinZhao
| ksze
ksze
| Juice10
Juice10
| Fovty
Fovty
| Jdo300
Jdo300
| hesara
hesara
| | DeXtroTip
DeXtroTip
| | | | | | ## License [Apache 2.0 © 2025 itBuilder, Inc.](./LICENSE) --- **Enjoy itBuilder!** Whether you keep it on a short leash or let it roam autonomously, we can’t wait to see what you build. If you have questions or feature ideas, drop by our [Reddit community](https://www.reddit.com/r/RooCode/) or [Discord](https://discord.gg/roocode). Happy coding!