Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.277 ·

New helper disarms the startup wedge watchdog on background-agent kickoff

Starting a background agent now disarms a startup watchdog that could otherwise flag it as stuck

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

Starting a background agent now disarms a startup watchdog that could otherwise flag it as stuck

What

When a background agent is kicked off, Claude Code now also calls disarmStartupWedgeWatchdog() on the server, in addition to the existing startup call that already ran.

Why

This prevents the startup watchdog (a mechanism that detects a process stuck, or "wedged", during startup) from misfiring against background agents as they start up.

See this entry in the whole of v2.1.277 →