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.16.0: Interactive agent launch mode, File references on tasks, and Plan verification tracking
Wednesday, April 15, 2026 in Releases
v0.16.0 is a big one — 46 tasks landed, headlined by interactive agents you can actually watch, a file-references system that ties tasks to specific lines of code, and smarter plan verification that stops duplicated work across agents. Interactive …
v0.15.1: Scroll back through your agent's output, `ait ide` from a fresh shell just works, TUI switcher, and now documented
Monday, April 13, 2026 in Releases
A quick follow-up to v0.15.0 with one notable feature, a shim fix, and the final piece of the TUI switcher docs. Scroll back through your agent’s output The monitor preview has been pretty tight until now — you saw the last few lines and that …
v0.15.0: One-step startup with `ait ide`, Live monitor TUI for agent panes, and Minimonitor side panel
Sunday, April 12, 2026 in Releases
v0.15.0 is a big release centered on live tmux monitoring. Running several code agents in parallel is now a first-class experience, with two new monitor TUIs, a one-keystroke TUI switcher, and a single ait ide command to get everything going. …
v0.14.0: Browse Your Completed Tasks, Process Monitoring and Hard Kill, and Unified Launch Dialog with tmux Support
Sunday, March 29, 2026 in Releases
v0.14.0 is a big one — headlined by a full history browser, process monitoring, and a unified tmux-aware launch dialog across all TUIs. Browse Your Completed Tasks The codebrowser now has a history screen (press h) that lets you browse every archived …
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 …