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

Hitting the weekly-reset flow can interrupt the current turn

Not switched on
Useful2 Signal4
Usage & Limits not in their notes

A limit-reset offer can now interrupt your current turn, but only if the server sends one.

A /limit-reset action and interrupt path are wired in, driven entirely by a server-fetched status block.

/limit-reset
What

A new interrupt reason is threaded through the turn abort paths so the limit-reset offer can stop work in progress, and a new command kind entry marks /limit-reset as an action. The status block driving it is fetched from the server, so whether it ever appears depends on what the server returns.

Details
  • The reason joins three interrupt/abort classification switches, and the two menu states join the queue-state switch.
  • Status fetches that return a fieldless or non-object body are warned about rather than treated as data.
  • A limits comparison now also checks that the stored reset time matches the wall reset time.
Evidence

[juniper-tide] status fetch returned a fieldless or non-object body (in-band error)

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 →