I'm using Claude Code with AWS Bedrock. I have Opus 4.7 available in Claude Code.
However, Zed only shows Default, Opus 4.6 and Sonnet 4.6 as options.
My config:
"agent_servers": {
"claude-acp": {
"default_config_options": {
"mode": "acceptEdits",
},
"type": "registry",
"env": {
"CLAUDE_CODE_EXECUTABLE": "/Users/<username>/.toolbox/bin/claude",
"CLAUDE_CODE_USE_BEDROCK": "1",
"AWS_PROFILE": "claude-code-DO-NOT-DELETE",
"AWS_REGION": "us-west-2",
"PATH": "<custom claude code path>:/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin",
},
}
I'm using Claude Code with AWS Bedrock. I have Opus 4.7 available in Claude Code.
However, Zed only shows Default, Opus 4.6 and Sonnet 4.6 as options.
My config: