Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.274 ·

Cloud gateway settings failures now carry a structured reason and forbidden flag

Cloud gateway settings-load failures now report a specific reason and a 'forbidden' flag

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaElsewherewhat it touches
KindImprovementsin v2.1.274,
Under the hood

Cloud gateway settings-load failures now report a specific reason and a 'forbidden' flag

What

When Claude Code's cloud gateway fails to load settings, the failure result now includes a forbidden boolean and a reason field, set to one of gateway_signin_required, gateway_access_denied, or remote_settings_required_unavailable. These are added alongside the existing exitMessage and endedSession fields, and cover the 401 (unauthorized), 403 (forbidden), and other error cases.

Why

This gives more precise, structured information about why a settings load failed, which should make it easier to distinguish an access-denied case from a sign-in problem or an unavailable service.

See this entry in the whole of v2.1.274 →