Getting started
aidev connects your task manager to your AI coding agents. It fetches tagged tasks, clarifies ambiguous work, implements changes on a git branch, pushes a PR, and can even resolve review comments — all on a schedule or on demand.
Install
npm install -g @qelos/aidevRequires Node.js 22+.
Interactive setup
Navigate to your project and run:
cd my-project
aidev initThe wizard asks for your task provider credentials, git settings, and preferred AI agents.
Init wizard coverage
aidev init supports ClickUp, Jira, Linear, Local, Monday.com, and Trello. For Notion, create .env.aidev manually using .env.aidev.example as a template (see Configuration).
For ClickUp, API keys can be left blank if they are already set as environment variables in your shell. For Jira, Linear, Monday.com, and Trello, the wizard requires credentials to be entered directly — to use shell env vars instead, edit .env.aidev after init and remove the values you want read from your environment.
First run
Once configured:
aidev runThis processes open and pending tasks, then checks review tasks for unresolved PR comments.
What to read next
- How it works — the full task lifecycle
- Commands — every CLI command and flag
- Configuration — all environment variables
- Providers — pick your task source
- AI agents — configure agent priority and fallback