You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1Code strips CLAUDE_CODE_USE_BEDROCK from the environment in STRIPPED_ENV_KEYS_BASE, preventing users from authenticating through AWS Bedrock. The underlying @anthropic-ai/claude-code SDK supports Bedrock natively, but 1Code blocks it at the application level.
Request
Either:
Remove CLAUDE_CODE_USE_BEDROCK and CLAUDE_CODE_USE_VERTEX from STRIPPED_ENV_KEYS_BASE so the SDK can read them naturally
Or add a provider selection option in Settings (similar to how model selection already works) that allows users to choose betweendirect Anthropic API key, AWS Bedrock, or Google Vertex
1Code strips
CLAUDE_CODE_USE_BEDROCKfrom the environment inSTRIPPED_ENV_KEYS_BASE, preventing users from authenticating through AWS Bedrock. The underlying@anthropic-ai/claude-codeSDK supports Bedrock natively, but 1Code blocks it at the application level.Request
Either: