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

Config lock acquisition now retries with backoff instead of failing on ELOCKED

Saving or deleting config now retries with backoff when the lock is held instead of failing outright.

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaConfigurationwhat it touches
KindBug Fixesin v2.1.259,
You'll notice

Saving or deleting config now retries with backoff when the lock is held instead of failing outright.

Saving or deleting global and project config (saveGlobalConfig, saveCurrentProjectConfig, deleteProjectConfig, deleteCurrentProjectConfigFields) now retries lock acquisition with exponential backoff when the config lock is already held, instead of failing outright. Fallback writes skipped or suppressed due to lock contention are now tracked with distinct telemetry, including tengu_config_fallback_skipped_contention.

See this entry in the whole of v2.1.259 →

Feedback