Releases
What’s new in aitasks? Each release post highlights the most notable changes in plain language. For full technical details, check the linked GitHub release notes.
v0.9.0: Gemini CLI and OpenCode Are First-Class Citizens, Model Discovery and Status Tracking, and Directory Rename: aiscripts to .aitask-scripts
Sunday, March 08, 2026 in Releases
v0.9.0 is a big one — full Gemini CLI and OpenCode support, a cleaner directory layout, and several workflow fixes that make multi-agent development smoother. Gemini CLI and OpenCode Are First-Class Citizens Both Gemini CLI and OpenCode now have …
v0.8.3: Python-powered Stats with Charts, Codex CLI Gets Proper Guardrails, and Safer Task Ownership
Thursday, March 05, 2026 in Releases
v0.8.3 is a stability and polish release focused on making Codex CLI integration rock-solid and improving the stats experience. Python-powered Stats with Charts The ait stats command has been rewritten in Python, making it noticeably faster. Even …
v0.8.2: Codex CLI Support, Unified Install Pipeline, and macOS Compatibility
Thursday, March 05, 2026 in Releases
v0.8.2 brings Codex CLI into the aitasks family — if you use OpenAI’s Codex CLI, your aitask skills now work there too. Codex CLI Support All 17 aitask skills now have Codex CLI wrappers. Run them with $skill-name syntax just like you would in …
v0.8.1: Works Without a Remote, and Smarter Update Checks
Tuesday, March 03, 2026 in Releases
A small but important patch release fixing usability issues when working without a git remote and cleaning up the auto-update experience. Works Without a Remote You can now use ait create and task locking in repositories that don’t have a …
v0.8.0: Pull Request Import Pipeline, Settings TUI, and Code Agent Wrapper
Tuesday, March 03, 2026 in Releases
v0.8.0 is a big one — three major features that change how you work with aitasks day-to-day, plus a ton of polish across the board. Pull Request Import Pipeline You can now import pull requests directly as aitasks. Run ait primport and point it at a …
v0.7.1: Code Browser TUI, Task Annotations at a Glance, and Smarter Explain Runs
Thursday, February 26, 2026 in Releases
v0.7.1 introduces the code browser — a brand new TUI for exploring your codebase with full task traceability — along with a batch of board improvements and developer experience fixes. Code Browser TUI The headline feature of this release is a full …
v0.7.0: Run Tasks from Anywhere, Claude Code Web Support, and Full macOS Compatibility
Wednesday, February 25, 2026 in Releases
v0.7.0 is a big one — this release makes aitasks work everywhere: on macOS, on remote servers, and even in Claude Code Web. Run Tasks from Anywhere The new /aitask-pickrem skill lets you run task implementation on remote servers, CI pipelines, or SSH …
v0.6.0: Code Explanations, Wrap Skill, and Auto-Refresh Board
Sunday, February 22, 2026 in Releases
aitasks v0.6.0 is out, and it’s a feature-packed release. Here are the highlights. Code Explanation Skill Ever wanted to document how a piece of code evolved over time? The new /aitask-explain skill generates structured code explanations with …
v0.5.0: Code Review, Multi-Platform Support, and Documentation Site
Friday, February 20, 2026 in Releases
v0.5.0 is the biggest release yet. Code review capabilities, support for all three major git platforms, and a proper documentation website. AI-Powered Code Reviews The /aitask-review skill brings structured code reviews to your workflow. Point it at …
v0.4.0: Auto-Bootstrap, Explore Skill, and Task Folding
Tuesday, February 17, 2026 in Releases
v0.4.0 is a big one. It makes getting started easier, adds new ways to investigate your codebase, and gives you more control over how you organize tasks. Auto-Bootstrap for New Projects Setting up aitasks used to require downloading the installer …