Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.268 ·

Gateway login can recognize and display internal network paths

Device-code gateway login now checks whether the connection stays inside a declared internal network and shows the path in the trust prompt.

TierYou'll noticehow much it should matter to you
Useful3my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaGatewaywhat it touches
KindImprovementsin v2.1.268,
Group of 2 You'll notice

Device-code gateway login now checks whether the connection stays inside a declared internal network and shows the path in the trust prompt.

What

  • The interactive gateway login flow (the device-code OAuth sign-in) now accepts a list of declared internal networks (internalNetworks) and resolves the gateway's host against that list before contacting the OAuth endpoint.
  • If the connection matches a declared network, the trust prompt shown to you now displays the actual network path, e.g. "Connecting from to , both inside declared ".
  • The gateway setup screen component was updated to accept this internalNetworks list as a new prop alongside the existing initialUrl and screenLocked props, so the wizard can be told about or restricted to these internal addresses.

Why Seeing the concrete network path in the trust prompt makes it easier to verify a gateway connection is staying inside your organization's declared network rather than silently trusting an unfamiliar route.

See this entry in the whole of v2.1.268 →

Feedback