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.13.0: Diff Viewer TUI, Brainstorm Engine & TUI, and Standalone QA Skill
Monday, March 23, 2026 in Releases
v0.13.0 is a big one — the diff viewer is fully operational, brainstorming has its own TUI, and there’s a dedicated QA skill so you stop forgetting to write tests. Diff Viewer TUI You can now visually compare implementation plans side-by-side …
v0.12.2: macOS Compatibility Fix
Wednesday, March 18, 2026 in Releases
A quick patch release focused on macOS compatibility. macOS Compatibility Fix If you’re running aitasks on macOS, the codebrowser Python files now include future annotations so they work correctly with the system Python version. A small fix, …
v0.12.1: View Implementation Plans Right in the Board, and More Reliable Satisfaction Feedback
Wednesday, March 18, 2026 in Releases
A smaller release this time with two quality-of-life improvements — one for the board UI and one under the hood for agent reliability. View Implementation Plans Right in the Board You can now toggle between viewing a task and its implementation plan …
v0.12.0: AgentCrew: Run Multiple Agents in Parallel, Revert Any Completed Task, and Smarter Contribution Management
Tuesday, March 17, 2026 in Releases
v0.12.0 brings multi-agent orchestration and the ability to undo any task you’ve ever completed. Two big additions that change how you work with aitasks. AgentCrew: Run Multiple Agents in Parallel You can now decompose a large task into …
v0.11.0: Contribution Pipeline, Satisfaction Feedback & Verified Scores, and Explain Context
Sunday, March 15, 2026 in Releases
v0.11.0 is a big one — it introduces a complete contribution management pipeline, a satisfaction feedback system that tracks how well each AI model performs, and a bunch of board and settings TUI improvements. Contribution Pipeline You can now …
v0.10.0: Contribute Back Without Forking, Code Agent Commit Attribution, and Code Agent and Model Statistics
Tuesday, March 10, 2026 in Releases
v0.10.0 brings a major new contribution workflow, smarter commit attribution, and a bunch of quality-of-life improvements across the board. Contribute Back Without Forking The new /aitask-contribute command lets you open structured issues against …
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 …