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.139 Home All releases olderv2.1.138 v2.1.140newer
Claude Code v2.1.139

Cloud Gateway Authentication [Gradual Rollout]

What

Claude Code now has first-class plumbing for an enterprise Cloud gateway backend.

Usage
claude auth login
# Select Cloud gateway when that option is available for your environment
Details
  • Adds Cloud gateway as a distinct API provider.
  • Stores gateway URL/status in account and diagnostics views.
  • Refreshes gateway JWTs through the gateway OAuth token endpoint.
  • Pins and verifies TLS fingerprints on restore, warning users to re-login if trust changes.
  • Loads managed settings through the gateway and surfaces actionable re-authentication messages when they fail.
Evidence

Cloud gateway provider and login flow (search for "Cloud gateway", "Gateway URL", "Connected to Cloud gateway.", "[gateway-refresh] refreshed gateway JWT")

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

See this entry in the whole of v2.1.139 →