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

Plugin sync can now run in the background during startup and idle time, under a time budget

Plugin and MCP syncing now overlaps with startup or idle time under a timeout budget instead of blocking

TierNothing to try yethow much it should matter to you
Useful3my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaPlugin Installwhat it touches
KindIn Developmentin v2.1.277,
Group of 2 Nothing to try yet No documentation found

Plugin and MCP syncing now overlaps with startup or idle time under a timeout budget instead of blocking

What

  • A new idle-time plugin refresh path races the plugin sync against the turn's remaining time budget; if the sync runs long, it still finishes afterward rather than being abandoned. This is controlled by the tengu_ccr_plugin_refresh_in_idle_enabled setting.
  • Startup can now kick off plugin sync in parallel with the message loop starting, tracked against a remainingSyncBudgetMs derived from the CLAUDE_CODE_SYNC_PLUGIN_INSTALL_TIMEOUT_MS setting, and flags when the sync outlives that budget.
  • The surrounding loop now also records timing telemetry (first_message_handle_ms, first_message_handle_cpu_ms, first_message_handle_loop_lag_ms) to help track how these overlapping operations affect responsiveness.

Why

By letting plugin and MCP syncing happen alongside startup or idle time instead of blocking it, Claude Code can respond faster while still completing the sync in the background, with a budget so it doesn't take over indefinitely.

Read from
Names in the bundletengu_ccr_plugin_refresh_in_idle_enabled
Feature flag
tengu_ccr_plugin_refresh_in_idle_enabled 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.277: off

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.277. It isn't a statement about your account. What a flag value here can and cannot tell you

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 doubtNo reading of the `tengu_ccr_plugin_refresh_in_idle_enabled` gate has been taken, so whether it is active is unknown.
The name it cites is new in this buildNew in this build: tengu_ccr_plugin_refresh_in_idle_enabled

See this entry in the whole of v2.1.277 →

Feedback