Skip to content

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

bash
npm install -g @qelos/aidev

Requires Node.js 22+.

Interactive setup

Navigate to your project and run:

bash
cd my-project
aidev init

The 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:

bash
aidev run

This processes open and pending tasks, then checks review tasks for unresolved PR comments.

Released under the MIT License.