Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.92 Home All releases olderv2.1.91 v2.1.94newer
Claude Code v2.1.92

Interactive AWS Bedrock Setup Wizard

What

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.

Usage
/setup-bedrock
Details
  • 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/config and ~/.aws/credentials
  • Verifies credentials by calling STS GetCallerIdentity and 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.json under env:
  • Handles SSO session expiry, invalid credentials, and missing permissions with specific guidance
  • Only visible when CLAUDE_CODE_USE_BEDROCK=1 is already set
Evidence

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.

See this entry in the whole of v2.1.92 →