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.232 Home All releases olderv2.1.231 v2.1.233newer
Claude Code v2.1.232

Logging in can now end the session if the gateway changed underneath it

You'll notice
Useful2 Signal2
Auth

If your API gateway changes during login, the session stops with an explanation instead of half-working.

/login/upgrade/usage-credits
What

If the API gateway in force when you logged in no longer matches afterwards, Claude Code stops the session with an explanation instead of carrying on half-configured. /login, /usage-credits and /upgrade all print that message through one shared formatter.

Details
  • The login flow now compares against the gateway auth state captured before login and returns either a gateway login error or a relaunch result.
  • The final message includes the line "This session is ending so that nothing from that gateway stays half-applied."
Evidence

This session is ending so that nothing from that gateway stays half-applied.

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