feat(FN-2591): add Bedrock provider icon support

- Add a dedicated Bedrock SVG provider icon and provider token styling
- Wire Bedrock provider aliases so provider detection resolves to the new icon key
- Update usage indicator mapping so Bedrock usage providers render the correct icon
- Expand ProviderIcon tests to cover Bedrock icon rendering and alias coverage
This commit is contained in:
Fusion
2026-04-26 10:25:07 -07:00
committed by gsxdsm
parent 7b24497438
commit 022d1522ea
4 changed files with 65 additions and 0 deletions

View File

@@ -169,6 +169,7 @@
--provider-minimax: #e73562;
--provider-zai: #1a6dff;
--provider-kimi: #6c5ce7;
--provider-bedrock: #ff9900;
--provider-opencode: #38bdf8;
--provider-icon-contrast: var(--bg);