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.248 Home All releases olderv2.1.247 v2.1.250newer
Claude Code v2.1.248

Self-pacing /loop wakeups no longer blocked by a runtime switch

You'll notice
Useful3 Signal4
Loop Notable

Long-running /loop can schedule its own wake-ups now that the server switch check is gone.

/loop
What

The tool that lets a long-running /loop schedule its own next wake-up used to refuse and log a gate_off event when a server-side switch was off. That check is gone, so the tool works for anyone who can call it, and it now only declines once the loop has hit its maximum duration.

Details
  • The refusal text no longer mentions the switch; the remaining refusal cites max duration only and tells the model not to re-issue.
  • No setting replaces the removed check.
Evidence

Wakeup not scheduled. The loop reached its maximum duration — the loop has ended; do not re-issue.

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.248 →