Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.236 Home All releases olderv2.1.235 v2.1.237newer
Claude Code v2.1.236

Goal check-ins repeat on an idle timer with widening gaps

Under the hood
Useful2 Signal3
Goals

Goals with waiting tasks re-check themselves when you are idle, with the gap doubling each time.

What

A goal with tasks that are waiting can schedule a check-in that fires when the session is idle, then re-arms itself with the delay doubled each time up to a ceiling. It re-arms after failures too, and a failed fire is reported as a goal_checkin fire failure.

Details
  • The timer only exists when a check-in interval is configured; an interval of 0 turns it off entirely. Nothing in this build sets that value, so where it comes from is decided elsewhere.
Evidence

goal_checkin

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.236 →