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

Web setup push-offer eligibility checks consolidated behind a() helper

Web setup push-offer logic consolidated into one shared eligibility check

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal0worth watching, 1 to 5
AreaElsewherewhat it touches
KindInternal Changesin v2.1.268,
Under the hood

Web setup push-offer logic consolidated into one shared eligibility check

What

The checks that decide whether to show the 'web setup push offer' prompt (whether it was dismissed forever, already shown, shown too recently, or shown too many times) used to be four separate checks. They are now combined into a single shared helper function, used both by the code that decides whether to show the offer and by another function (tun), which now also skips its 'not connected' check when the helper says the offer is eligible.

Why

This is an internal refactor that consolidates duplicated logic, making the push-offer eligibility rules consistent wherever they're checked.

See this entry in the whole of v2.1.268 →

Feedback