v0.2.13
multica-ai/multicav0.2.13Apr 21, 2026by github-actions[bot]
AI Summary
Release focused on onboarding redesign and critical bug fixes for agent crashes and task completion race conditions.
Key Highlights
- Redesigned onboarding flow with post-landing starter content
- Fixed agent tasks tab crash with autopilot run_only tasks
- Fixed race in CompleteTask and FailTask for parallel agents
New Features
- Redesigned onboarding flow with post-landing starter content opt-in
Full Release Notes
## Changelog * 3fd2fb2ae3b28ec02a33bddd6def55ff24f25b6d feat(onboarding): redesigned flow + post-landing starter content opt-in (#1411) * 387f76d3280ddfce03dc3a996e2d3eadbf5c11e3 fix(agents): tasks tab crashes when agent has autopilot run_only tasks (#1453) * 1a565a221a313aae4f00fbcce32e58125345cc9a fix(server): handle race in CompleteTask and FailTask for parallel agents