mirror of
https://github.com/NanmiCoder/cc-haha
synced 2026-07-16 13:03:31 +08:00
executeTask() lacked a runningTasks guard, so manual "Run Now" or server restarts could spawn a second subprocess while one was already running. Now checks runningTasks at entry and skips if already in flight. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>