When Claude outputs STATUS: COMPLETE with EXIT_SIGNAL: false, it means "this task is complete, but there are more tasks to do". Previously, STATUS: COMPLETE incorrectly overrode EXIT_SIGNAL, causing premature exit. The fix: - Track whether EXIT_SIGNAL was explicitly provided (vs inferred) - Only use STATUS: COMPLETE as fallback when no EXIT_SIGNAL was specified - Explicit EXIT_SIGNAL: false is now respected (continues working) Fixes #146 Credit: @linuxkd (PR #147) |
||
|---|---|---|
| .. | ||
| circuit_breaker.sh | ||
| date_utils.sh | ||
| enable_core.sh | ||
| response_analyzer.sh | ||
| task_sources.sh | ||
| timeout_utils.sh | ||
| wizard_utils.sh | ||