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

New circuit-breaker bypass/local-projection helper functions

New helper functions can check circuit breakers for bypass-immune or local-projection-only flags

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaElsewherewhat it touches
KindInternal Changesin v2.1.269,
Under the hood No documentation found

New helper functions can check circuit breakers for bypass-immune or local-projection-only flags

What

Two new helper functions were added on top of Claude Code's existing circuit-breaker registry (a mechanism that can disable checks under certain conditions): one checks whether any breaker for a given check has bypassImmune set to true, and the other checks whether one has localProjectionOnly set to true. Both use a shared collector that gathers a check's own circuit-breaker settings plus any additional ones listed under it.

Why

This lets other code ask, for a given check, whether it's immune to being bypassed or whether it should only apply locally rather than being reported elsewhere, which suggests finer control over how individual checks can be overridden or scoped.

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 doubtWhat specific checks use bypassImmune or localProjectionOnly, and what calls these new helpers, is not stated.

See this entry in the whole of v2.1.269 →