Commit c082a13
committed
fix: exempt config-added models from bedrock allowlist filter
The allowlist check was incorrectly deleting models that users
explicitly added via config (provider["amazon-bedrock"].models).
Add a guard so the filter only applies to snapshot-sourced models,
not ones the user has explicitly defined in their opencode.json.1 parent a310f2f commit c082a13
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1393 | 1393 | | |
1394 | 1394 | | |
1395 | 1395 | | |
1396 | | - | |
| 1396 | + | |
1397 | 1397 | | |
1398 | 1398 | | |
1399 | 1399 | | |
| |||
0 commit comments