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

Per-site/per-key severity threshold now skips two feature-gate checks

Severity threshold lookups no longer require two feature checks to pass before consulting per-site severity config

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaInternalswhat it touches
KindInternal Changesin v2.1.267,
Group of 2 Under the hood

Severity threshold lookups no longer require two feature checks to pass before consulting per-site severity config

What The function that computes per-key/per-site severity thresholds (referred to as t1/t2, also dht) used to require both an internal _1() and On() check to pass before it would consult the severityBySite config, otherwise falling back to a default. That early gate has been removed: the function now reads the site's severity config unconditionally (still honoring an explicit "off"), regardless of those two checks.

Why Means severity thresholds configured per site now always take effect rather than being silently skipped when the two gate checks didn't both pass.

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 what user-visible effect, if any, this has since the explicit off case is still respected.

See this entry in the whole of v2.1.267 →