Highlights
The default dashboard has been refreshed with built-in model performance metrics and a clearer health view. This release also adds DeepChat deeplink support and fixes several default UI, wallet, playground, and ratio-display regressions.
New Features
- Dashboard overview has been redesigned and now includes model performance metrics with a clearer performance health panel.
- DeepChat deeplinks are now supported, making it easier to open supported chat links directly in DeepChat. (#4668)
Bug Fixes
- Top-up gateway availability now uses the correct top-up configuration, so wallet payment options are shown accurately. (#4599)
- Group ratio displays now honor configured group-to-group ratio settings. (#4772)
- Default UI dropdown menu items now trigger their selection handlers reliably. (#4787)
- The playground now handles legacy classic-format messages without failing. (#4650)
- Default frontend pages now avoid several v1 UI regressions, including stray empty description areas and layout issues. (#4802)
Improvements
- The default web UI and charts now follow shared theme presets for more consistent colors, controls, and corner radii.
- Docker images now include project and third-party license notices for easier compliance review. (#4739)
What's Changed
- feat: add DeepChat deeplink support by @yyhhyyyyyy in #4668
- fix: exclude THIRD-PARTY-LICENSES.md from .dockerignore for Docker build by @yeying-xingchen in #4739
- fix(wallet): read topup gateway flags from topupInfo instead of status by @ImogeneOctaviap794 in #4599
- fix(web/default): use getUserGroups for ratio display to respect GroupGroupRatio by @Micah-Zheng in #4772
- fix(default): support DropdownMenuItem onSelect by @lihan3238 in #4787
- fix(web/default): guard playground messages against legacy classic shape by @feitianbubu in #4650
- fix: defaut ui triage by @Calcium-Ion in #4802
New Contributors
- @yeying-xingchen made their first contribution in #4739
- @lihan3238 made their first contribution in #4787
Full Changelog: v1.0.0-rc.4...v1.0.0-rc.5