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 ·

Feedback survey eligibility check consolidated (kind check dropped from this branch)

Feedback survey eligibility check simplified into one combined helper

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

Feedback survey eligibility check simplified into one combined helper

What

The check that decides whether a feedback survey branch should run has been consolidated into a single helper function. Previously it checked that the account type was 'firstParty' and separately required the current interaction to be of kind 'post' or 'share' (denying 'share' if an error state existed); now a single helper checks three conditions together, including the 'firstParty' account type and the absence of an error state.

Why

This is an internal simplification of the eligibility logic for showing a feedback survey; it does not change what users see, but it does drop the explicit 'post'/'share' interaction-kind check from this branch.

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 doubtWhether the interaction-kind restriction is preserved elsewhere or has effectively been dropped is not stated.

See this entry in the whole of v2.1.268 →

Feedback