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.238 Home All releases olderv2.1.237 v2.1.239newer
Claude Code v2.1.238

Cloud agent listings fetched under an expired login are thrown away

You'll notice
Useful2 Signal3
Cloud Sessions

Cloud session lists fetched while your login changed are discarded instead of shown.

What

If your credentials change while Claude Code is walking the list of cloud sessions, the results are now discarded rather than shown. You get an empty list marked as a failed fetch plus a warning, instead of session data retrieved under a login that has since been replaced.

Details
  • The credential in use at the start of the walk is compared against the current one at the end.
  • On mismatch the list returns empty with unavailable: "fetch_failed".
Evidence

session list walk ran under a superseded credential

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