Agentic IDE in your terminal
Kanban Board, Code Browser, Monitor, Brainstorm, and Settings — all in one tmux session via ait ide. Press j to hop between TUIs without ever leaving the terminal.
Long-term memory for agents
Archived tasks and plans become queryable context for future work. The Code Browser annotates each line back to the task and plan that introduced it — your repo remembers why, not just what.
Tight git coupling, AI-enhanced
PR import/close, issue tracker integration, contribution flow, changelog generation, and AI-assisted reverts — all rooted in git commits and task metadata.
⚡ Quick Install
Run these commands in your project directory:
curl -fsSL https://raw.githubusercontent.com/beyondeye/aitasks/main/install.sh | bash
ait setup
See the Installation guide for detailed setup instructions.
🧩 Task decomposition & parallelism
Complex tasks rarely fit a single context window. aitasks breaks them into child tasks, propagates sibling context, and runs them in isolated git worktrees so multiple agents can work side by side without stepping on each other.
- Auto-explode complex tasks into well-scoped child tasks during planning
- Sibling context propagation — each child sees what came before
- Git worktrees + atomic locks for true parallel agent work
- Plan verification tracking so picked-up work resumes safely
See Task decomposition and Parallel development.
Tasks are living documents, not rigid specifications. Start with raw intent. Let the AI refine context iteratively. Ship when the spec and the code converge.
🔍 AI-enhanced code review
Reviews aren’t a checklist — they’re a workflow. aitasks treats review guides, QA, and code explanations as first-class citizens with traceability back to the originating task.
- Per-language review guides, automatically suggested for changed files
- Batched multi-file reviews that produce follow-up tasks, not just comments
- QA workflow that turns review findings into testable child tasks
- Code explanations that trace each line back to the task and commit that introduced it
See Code review and QA testing.
🤖 Multi-agent support with verified scores
One framework, many code agents. aitasks unifies Claude Code, Gemini CLI, Codex CLI, and OpenCode under a single codeagent wrapper, then accumulates per-model and per-operation success scores from real user feedback.
- Drop-in support for Claude Code, Gemini CLI, Codex CLI, OpenCode
- Per-operation scoring (planning, implementation, review) instead of generic benchmarks
- Verified scores accumulate from your team’s actual usage, not synthetic tests
- Switch agents per-task without rewriting workflows
See codeagent command and Verified scores.
📦 Latest Releases
- v0.18.0: Your monitor and minimonitor now see every project at once, The TUI switcher teleports across sessions, and
ait installis nowait upgrade– Apr 24, 2026 - v0.17.3: Task IDs now start at 1, Tmux targeting no longer confuses sibling projects, and
ait setupadds__pycache__/to.gitignore– Apr 23, 2026 - v0.17.2: Import a proposal when you start a brainstorm, and Fresh installs actually work now – Apr 23, 2026
