Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.259 ·

Workflow runs now watch for a 'runaway' condition and self-kill

A workflow run now watches for a runaway event on its scope and kills itself when it sees one.

TierYou'll noticehow much it should matter to you
Useful3my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaWorkflowswhat it touches
KindImprovementsin v2.1.259,
You'll notice

A workflow run now watches for a runaway event on its scope and kills itself when it sees one.

found() on a workflow run now subscribes to world events and calls this.kill("runaway") if a runaway event is seen for its scope, letting a run self-terminate when it detects it has gone runaway. The subscription is cleaned up on abort or completion.

See this entry in the whole of v2.1.259 →

Feedback