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 ·

New projectsUserTurn flag threaded through turn-origin tracking

A new projectsUserTurn flag is now tracked alongside verifiedSlackHumanTurn wherever verified human turns are processed.

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaProjectswhat it touches
KindInternal Changesin v2.1.268,
Group of 2 Under the hood No documentation found

A new projectsUserTurn flag is now tracked alongside verifiedSlackHumanTurn wherever verified human turns are processed.

What

  • A new boolean, projectsUserTurn, is now threaded through the same turn-processing code paths as the existing verifiedSlackHumanTurn flag: message equality checks, turn serialization/deserialization, and notification queue restore.
  • It's set when isProjectsUser is true for a verified relayed human turn, and is passed into the function that marks a verified relayed human turn.

Why This lets Claude Code distinguish turns that originated from a verified Projects user the same way it already distinguishes verified Slack human turns, keeping turn provenance accurate across these different relay sources.

Read from
Names in the bundleprojectsUserTurn
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 user-facing behavior, if any, currently depends on the projectsUserTurn flag is not stated.

See this entry in the whole of v2.1.268 →

Feedback