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.17.0: Manual verification workflow, Stats TUI, and Shared section viewer across TUIs
Tuesday, April 21, 2026 in Releases
v0.17.0 is a workflow-and-UX release: a brand-new manual-verification loop, a full interactive stats TUI, section-aware navigation across three TUIs, and a ground-up rewrite of the website and landing page. Manual verification workflow Some things …
v0.16.1: Claude Opus 4.7 is now the default, Fuzzy file search in the codebrowser, and Structured brainstorming
Saturday, April 18, 2026 in Releases
v0.16.1 ships with Claude Opus 4.7 as the new default and a pile of codebrowser TUI upgrades. Structured brainstorming lands too — you can now zoom brainstorm operations in on individual sections of a plan. Claude Opus 4.7 is now the default Opus 4.7 …
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 …