Skip to content

feat: add AWS Bedrock support#159

Closed
ezl-keygraph wants to merge 1 commit intomainfrom
feat/bedrock-support
Closed

feat: add AWS Bedrock support#159
ezl-keygraph wants to merge 1 commit intomainfrom
feat/bedrock-support

Conversation

@ezl-keygraph
Copy link
Copy Markdown
Collaborator

@ezl-keygraph ezl-keygraph commented Feb 23, 2026

Closes #153

Summary

  • Add support for routing Claude Agent SDK through Amazon Bedrock via CLAUDE_CODE_USE_BEDROCK=1
  • Pass Bedrock env vars (AWS_REGION, AWS_BEARER_TOKEN_BEDROCK, ANTHROPIC_MODEL) through CLI, Docker, and SDK subprocess
  • Bypass API credential checks in CLI (shannon) and preflight (preflight.ts) when Bedrock mode is enabled
  • Auto-select Bedrock model ID (us.anthropic.claude-sonnet-4-5-20250929-v1:0) with ANTHROPIC_MODEL override support

Route Claude Agent SDK through Amazon Bedrock by setting
CLAUDE_CODE_USE_BEDROCK=1 with AWS credentials. No extra
packages needed — the SDK handles Bedrock routing internally.
@ezl-keygraph ezl-keygraph deleted the feat/bedrock-support branch March 17, 2026 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE]: Add Bedrock as inference provider

1 participant