# AutoPilot development status update - 1

The AutoPilot project aims to take an AI-powered code generation tool that works well like Roo Code and use it as a PR generator. It’s quite similar to Devin, but it will be much cheaper than Devin.

* Side note: I’ll not sell this as SaaS, to avoid competing with v0
    

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1742049166241/a2f0632a-2066-41a4-a767-a320b43930e1.png align="center")

Yesterday, I managed to **automatically** spawn a `code-server` instance with my `Dudy AutoPilot` extension and `Roo Code` extension installed. Once the user approves the plan for a task, a vscode worker is spawned to resolve the task.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1742049659888/72449444-a7e1-482b-a5e5-36022ff000d5.png align="center")

Today, I made it automatically clone the repository, configure `Roo Code` using secrets sent by the server, and start a new task with `Roo Code`.
