New Features
- Model sync now detects upstream models more accurately, refreshes pricing automatically from provider pricing endpoints, shows removed upstream models in the fetch-models dialog, and keeps pricing available during sync delays (#4452).
- User records now include account creation and last login timestamps for easier auditing and administration (#4450).
- Added configurable model matching for Ali native Messages APIs, making it easier to route requests to compatible upstream models (#4468).
Bug Fixes
- Tool calls now accept raw JSON argument payloads, improving compatibility with providers that return tool arguments as JSON objects (#4469).
- Configuration updates now handle JSON object fields more reliably, preventing some settings from being saved incorrectly.
Improvements
- Retry messages now clearly explain when a channel was skipped because affinity is disabled (#4453).
What's Changed
- fix(channel): load model mapping during upstream model checks by @seefs001 in #4437
- feat: sync upstream pricing from pricing endpoint by @seefs001 in #4452
- fix: clarify affinity disabled channel retry message by @seefs001 in #4453
- feat: configure native messages model matching for ali by @seefs001 in #4468
- fix: support raw JSON response tool arguments by @seefs001 in #4469
- feat: show removed upstream models in fetch models modal by @seefs001 in #4470
- 增加用户创建时间和最后登录时间 by @feitianbubu in #4450
Full Changelog: v0.13.1-patch.1...v0.13.2