β¨ feat: add Hunyuan icon mapping for Hy3 models - #378
Conversation
|
β€οΈ Great PR @Cyber-Yichen β€οΈ The growth of project is inseparable from user feedback and contribution, thanks for your contribution! If you are interesting with the lobehub developer community, please join our discord and then dm @arvinxx or @canisminor1990. They will invite you to our private developer channel. We are talking about the lobe-chat development or sharing ai newsletter around the world. |
Codecov Reportβ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #378 +/- ##
=========================================
+ Coverage 0.00% 1.75% +1.75%
=========================================
Files 520 4475 +3955
Lines 13448 89542 +76094
Branches 520 4475 +3955
=========================================
+ Hits 0 1573 +1573
- Misses 12928 85067 +72139
- Partials 520 2902 +2382 β View full report in Codecov by Harness. π New features to boost your workflow:
|
## [Version 5.16.0](v5.15.0...v5.16.0) <sup>Released on **2026-08-12**</sup> #### β¨ Features - **auto**: Auto build static icons. - **misc**: Add Hunyuan icon mapping for Hy3 models. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **auto**: Auto build static icons ([0aaef1d](0aaef1d)) * **misc**: Add Hunyuan icon mapping for Hy3 models, closes [#378](#378) ([8c7fa2f](8c7fa2f)) </details> <div align="right"> [](#readme-top) </div>
|
π This PR is included in version 5.16.0 π The release is available on: Your semantic-release bot π¦π |
Summary
hy3andhy3-previewmodel IDs to the existing Hunyuan iconWhy
The existing Hunyuan mapping only recognizes model IDs containing
hunyuan. Hy3 uses the shorterhy3naming, so bothhy3andhy3-previewcurrently fall back to the default model icon even though they share the Hunyuan branding.Impact
Hy3 models now display the same Hunyuan logo as the previous Hunyuan generation across web and React Native consumers.
Validation
bun run type-checkbun run --cwd packages/react-native type-checkhy3keyword matches bothhy3andhy3-preview