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 tool backgrounding field controls detach/self/never execution mode

Tools gain a backgrounding setting controlling whether they can keep running in the background

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

Tools gain a backgrounding setting controlling whether they can keep running in the background

What

Many built-in tools — including WebFetch, WebSearch, Bash, Task, PowerShell, MCP (Model Context Protocol) tools, and various read-only lookup tools — now carry a backgrounding property set to one of three values: "detach", "self", or "never". Tools without a value default to "never". A new internal check looks at whether a tool's backgrounding is "detach" to decide if that tool call is allowed to keep running in the background, with its result delivered later through a separate message once it finishes.

Why

This lays the groundwork for certain tools to run in the background instead of blocking the conversation while they complete, letting Claude Code (and the user) continue working while a long-running tool call finishes elsewhere.

Read from
Names in the bundlebackgrounding
How sure we are
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubtThe finding does not say which tools are actually marked as detach-capable versus self or never, or when background results become visible…

See this entry in the whole of v2.1.277 →