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

Background task notifications can now be coalesced

Claude Code can batch multiple background task completion notifications together instead of showing each one separately

TierNothing to try yethow much it should matter to you
Useful1my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaBackground Taskswhat it touches
KindIn Developmentin v2.1.274,
Group of 3 Nothing to try yet No documentation found

Claude Code can batch multiple background task completion notifications together instead of showing each one separately

What

  • A new flag tengu_swirling_meteor controls whether task-stop notifications from background agents get coalesced (merged together) during a session's live loop.
  • Print/headless mode gained a coalesceTaskNotifications option and a new print_task_notification_coalesce telemetry event, tracking how much held completion text and workload is batched.
  • The session's message-queue engine gained a coalesceTaskNotifications callback: when enabled, a queued task-notification whose text fits under a length budget is merged into the pending turn instead of being sent out as a separate message. This path is currently gated off by default.

Why

When several background tasks (like background agents or shell commands) finish around the same time, Claude Code can now group their completion notifications into one update instead of interrupting the session repeatedly.

Read from
Names in the bundletengu_swirling_meteor
Feature flag
tengu_swirling_meteor Not enough to say

Nothing here resolved what this flag was doing on this version, so nothing here should be read as on or off.

This account: no value returned · anonymous baseline: no value returned · compiled default in v2.1.274: on

These values were read against a different version of Claude Code, so treat them as the nearest reading available instead of one taken on this release.

Read once, for one account on one subscription tier, against v2.1.274. It isn't a statement about your account. What a flag value here can and cannot tell you

How sure we are
One source agreesOne thing we can check says the same as this entry.
The name it cites is new in this buildNew in this build: tengu_swirling_meteor

See this entry in the whole of v2.1.274 →

Feedback