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 ·

New guards prevent resuming an agent whose stop hasn't finished

Resuming an agent is now blocked while either the caller's or the target's stop is still finishing.

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaSubagentswhat it touches
KindBug Fixesin v2.1.259,
You'll notice

Resuming an agent is now blocked while either the caller's or the target's stop is still finishing.

resumeAgentBackground now guards against resuming an agent whose stop is still in progress. If the agent attempting the resume has itself been stopped and that stop hasn't finished, the resume throws immediately. Separately, if the target agent's previous run was stopped but hasn't fully exited yet, the resume is blocked with a message telling the user to re-run the stop tool or wait for it to exit. This closes a race where an agent could be resumed, or could resume others, mid-teardown.

See this entry in the whole of v2.1.259 →

Feedback