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.228 Home All releases olderv2.1.227 v2.1.229newer
Claude Code v2.1.228

Gateway customer-routed inference config, disabled by default

Not switched on
Useful2 Signal4
Gateway Notable not in their notes

The self-hosted gateway accepts a strict customer-routed inference config block, off unless you enable it.

A cri config block with issuer, audience and org allowlist is validated but enabled defaults to false.

cri.enabledCLAUDE_GATEWAY_ALLOW_LOOPBACK
What

The gateway config schema now accepts a cri block for customer-routed inference, with enabled defaulting to false, plus audience, issuer, org allowlist and an optional policy webhook. Validation is strict: the issuer must be canonical https with no query, fragment or trailing slash, because the key URL is derived as {issuer}/jwks.json. Loopback issuers require CLAUDE_GATEWAY_ALLOW_LOOPBACK. Allowlist entries that are not UUIDs warn that every caller from that org will be denied.

Details
  • A cri: block present with enabled not set to true produces an explicit warning that the config is inert.
Evidence

cri.issuer must not end with '/'

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