feat(aws-bedrock-mantle/anthropic.claude-fern-trn2-1024k): add new models [bot] - #2492
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 76ffef6. Configure here.
| costs: | ||
| - region: us-east-2 | ||
| mode: unknown | ||
| model: anthropic.claude-fern-trn2-1024k |
There was a problem hiding this comment.
Missing Anthropic Mantle path prefix
High Severity
This Anthropic Claude model omits extra_configuration.bedrock_mantle_adhoc_prefix: /anthropic. Every other anthropic.* model in this provider sets that prefix so the gateway injects /anthropic before /v1. Without it, inference is sent to the plain Mantle /v1 path instead of the Anthropic Messages API and fails.
Reviewed by Cursor Bugbot for commit 76ffef6. Configure here.
| @@ -0,0 +1,4 @@ | |||
| costs: | |||
| - region: us-east-2 | |||
| mode: unknown | |||
There was a problem hiding this comment.
Claude model marked mode unknown
Medium Severity
mode is unknown for anthropic.claude-fern-trn2-1024k. Sibling Claude models in this provider use mode: chat, and the gateway uses mode to decide how to expose and route a model. Leaving it unknown keeps this new Claude model from being treated as a chat model.
Reviewed by Cursor Bugbot for commit 76ffef6. Configure here.
|
/test-models |


Auto-generated by model-addition-agent for
aws-bedrock-mantle/anthropic.claude-fern-trn2-1024k.Note
Low Risk
Adds a new provider config file only; no runtime or auth changes, with placeholder mode and incomplete cost data.
Overview
Adds a new aws-bedrock-mantle provider entry for
anthropic.claude-fern-trn2-1024k, auto-generated by the model-addition agent.The YAML is a minimal stub:
modeandsupportedModesare set to unknown, andcostsonly lists us-east-2 without per-token pricing (unlike fully fleshed-out sibling model files).Reviewed by Cursor Bugbot for commit e7eb9d5. Bugbot is set up for automated code reviews on this repo. Configure here.