You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(runtime): add stoppedByCancellation status for proper cancellation handling
When shouldContinueRun returns false, the coordinator now sets the checkpoint
status to stoppedByCancellation. This allows the run loop to properly handle
the cancellation case and update the job status accordingly.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add stoppedByCancellation status for proper job cancellation handling
7
+
8
+
When `shouldContinueRun` returns `false`, the coordinator now sets the checkpoint status to `stoppedByCancellation` instead of leaving it as `init` or `proceeding`. This allows the run loop to properly handle the cancellation case and update the job status accordingly.
0 commit comments