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 ·

Session-state tracking gains goal-reprompt and interruption-streak fields

Session state now tracks pending goal re-prompts and a streak of goal interruptions

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

Session state now tracks pending goal re-prompts and a streak of goal interruptions

What

The internal state Claude Code keeps for a session's current goal gained two new tracked values: pendingGoalReprompt, and goalInterruptionStreak, each with matching getter and setter methods. This sits alongside the existing tracking for pending idle check-ins and worker check-ins, and the storage previously used for "worker check-in" was moved to a new internal slot.

Why

This lays groundwork for Claude Code to notice when a goal keeps getting interrupted and to re-prompt about it, though the finding doesn't show the resulting behavior yet.

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 the reprompt and interruption-streak fields actually trigger in the session isn't shown, only that the state now tracks them.

See this entry in the whole of v2.1.269 →