Login failures over OAuth may now print an extra blank line before the error
When /login fails during the OAuth (the sign-in protocol Claude Code uses to authenticate with your Anthropic account) step, Claude Code now checks a condition before printing the "Login failed" message to the terminal's error output, and if it's met, writes an extra blank line first. The internal error-classification helpers used here were also renamed.
This is a small formatting fix intended to make failed-login output easier to read in the cases where the extra line is triggered.
The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.
The `/login` and `/logout` commands don't sign you into a claude.ai subscription for Claude Platform on AWS. Authentication runs through your AWS credentials or workspace API key.claude-platform-on-aws see the edit
| `Not logged in · Please run /login` | [Authentication](#not-logged-in) |errors see the edit
What condition triggers the extra newline, and which login failure cases it affects, is not specified.
Anthropic's documentation has since written up /login, on Error reference.
Added the gatewayInternalNetworks managed setting, letting administrators allow /login to a Claude apps gateway on their organization's own…