You'll notice
The 404 policy-endpoint error now names the request path and points you to claude doctor.
The error shown when an org's policy endpoint returns 404 was rewritten to be more actionable: it now names the specific request path and points to claude doctor (or /status in a session) to see which host was asked, so users can direct their network admin accordingly.
Names in the bundleclaude doctor/status
/status
All settings modified, high confidence
| [`disableAllHooks`](#disableallhooks) | Turn off [hooks](/docs/en/hooks), a custom [status line](/docs/en/statusline), and a custom [`@` file suggestion](/docs/en/interactive-mode#quick-commands) command at once | Hooks and automation | …see the edit
/status
Claude Code changelog modified, high confidence
* Fixed `/status` listing a signed-in claude.ai account and a configured API key as if both were in effect; the credential not in use is now markedsee the edit
claude doctor
Error reference modified, high confidence
Claude Code refuses to start even when another admin source delivers a valid policy. You see this error in interactive sessions, `claude -p`, Agent SDK sessions, [background sessions](/docs/en/agent-view), and most subcommands, `claude doc…see the edit
claude doctor
Deploy managed settings modified, high confidence
* A malformed value in the user-writable HKCU registry key never blocks launch. Claude Code reports it as a notice in `/status` and `claude doctor` instead.see the edit
/status
Deploy managed settings modified, high confidence
* A malformed value in the user-writable HKCU registry key never blocks launch. Claude Code reports it as a notice in `/status` and `claude doctor` instead.see the edit
claude doctor
Claude Code changelog modified, high confidence
* Added an "Organization policy" line to `/status` and `claude doctor` that says why your organization's policy could not be loaded, such as a proxy not passing the endpoint throughsee the edit
/status
Claude Code changelog modified, high confidence
* Added an "Organization policy" line to `/status` and `claude doctor` that says why your organization's policy could not be loaded, such as a proxy not passing the endpoint throughsee the edit
claude doctor
Error reference modified, high confidence
A [permission rule](/docs/en/permissions#permission-rule-syntax) in one of your settings files doesn't have the shape `Tool` or `Tool(content)`, for example because text follows the closing parenthesis or one of the parentheses is missing.…see the edit
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.
Confirmed since
Anthropic's documentation has since written up claude doctor, on CLI reference.
| `claude doctor` | Print read-only installation and settings diagnostics from the terminal without starting a session, including install health, settings-file validation errors, and Remote Control eligibility. For the in-session setup che…cli-reference see the edit
Added since
A small documentation edit on Recommend your plugin from your CLI touched a line naming /status after this was published.
* `CLAUDE_CODE_CHILD_SESSION`: set only in subprocesses Claude Code itself spawns, such as tool calls, hook commands, and [status line](/docs/en/statusline) commands, so the tag does not normally reach a human terminal. A long-lived proces…plugin-hints see the edit
Confirmed since
Anthropic's documentation has since written up /status, on Claude Code on Amazon Bedrock.
Run `/status` to see the resolved region. When the region came from your AWS config files or the default fallback, Claude Code also notes the source in the `/status` output.amazon-bedrock see the edit
Two sources agreeTwo things we can check say the same as this entry.
Anthropic's documentation agrees
/status on All settings
Anthropic's release notes agree
Added an "Organization policy" line to /status and claude doctor that says why your organization's policy could not be loaded, such as a…