Autonomous loop
- Runs continuously with no hard iteration limit
- Auto-resets
[~]tasks on startup (optional) - Timeout handling with fail or retry mode
AutoDev
VS Code Extension
AutoDev reads your TODO.md, sends each task to Claude Code or
GitHub Copilot, waits for completion, marks done, and moves to the next task.
It keeps running continuously, without manual babysitting.
Simple flow, reliable automation.
TODO.md with - [ ].- [x].Three ways to get AutoDev running.
Open the Extensions panel Ctrl+Shift+X, search for AutoAIDev, and click Install.
Download and install the latest .vsix directly from the command line.
🐧 Linux / macOS & Windows (curl)
curl -L -o autoaidev.vsix "https://autoaidev.com/releases/autoaidev-latest.vsix" && code --install-extension autoaidev.vsix
curl -L -o autoaidev.vsix "https://autoaidev.com/releases/autoaidev-latest.vsix" && cursor --install-extension autoaidev.vsix
🪟 Windows (PowerShell)
Invoke-WebRequest -Uri "https://autoaidev.com/releases/autoaidev-latest.vsix" -OutFile autoaidev.vsix; code --install-extension autoaidev.vsix
Invoke-WebRequest -Uri "https://autoaidev.com/releases/autoaidev-latest.vsix" -OutFile autoaidev.vsix; cursor --install-extension autoaidev.vsix
Download the latest .vsix from autoaidev.com/releases or the GitHub Releases page, then run:
code --install-extension autoaidev-1.0.0.vsix
cursor --install-extension autoaidev-1.0.0.vsix
Built for fully hands-off, production-like task execution.
[~] tasks on startup (optional)chat.editing.autoAccept = truechat.editing.autoAcceptDelay = 800Standardized TODO transitions keep automation predictable.
[ ] pending task[~] in progress task[x] YYYY-MM-DD task text done task