mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-15 22:29:04 +02:00
When a user cancels an issue, active agent tasks now get cancelled automatically. Previously, task cancellation only triggered on assignee changes — the cancelled status was incorrectly treated like any other agent-managed status transition. Closes #926