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.265 ·

Nested blocked agent chains now release a park callback on unblock

Nested blocked agent chains now properly release their pending callback when unblocked

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaBackground Agentswhat it touches
KindInternal Changesin v2.1.265,
Under the hood

Nested blocked agent chains now properly release their pending callback when unblocked

What

When a chain of blocked, nested agents (agents waiting on each other) gets unblocked, Claude Code now runs a stored callback for that chain via a new releaseNestedChainPark mechanism, then clears the stored callback (nestedChainUnparks) so it isn't run again.

Why

This is internal plumbing for how nested agent chains resume after being blocked. It reduces the chance of a leftover callback firing incorrectly or a chain failing to fully resume.

See this entry in the whole of v2.1.265 →

Feedback