What's wrong with this entry?
A comprehensive multi-step wizard that walks you through configuring AWS Bedrock authentication, region selection, credential verification, and model pinning — all from within the CLI.
/setup-bedrock- Supports four authentication methods: AWS SSO profile, Bedrock API key (bearer token), access key + secret, or existing environment credentials
- Auto-discovers AWS profiles from
~/.aws/configand~/.aws/credentials - Verifies credentials by calling STS
GetCallerIdentityand listing Bedrock inference profiles - Model pinning step tests each candidate (Sonnet, Opus, Haiku) with a one-token request to verify availability
- Saves configuration to
~/.claude/settings.jsonunderenv: - Handles SSO session expiry, invalid credentials, and missing permissions with specific guidance
- Only visible when
CLAUDE_CODE_USE_BEDROCK=1is already set
Bedrock wizard UI components (search for "Set up AWS Bedrock", "Bedrock configuration saved to ~/.claude/settings.json", "How do you authenticate to AWS?")
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.