mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-15 03:32:21 +03:00
* feat(crof): advertise reasoning effort tiers incl. max from live discovery and registry CrofAI's /v1/models exposes only a boolean reasoning_effort flag, so discovery previously produced synced rows with no supportedThinkingEfforts and the catalog/Combo Builder had nothing from which to derive -<tier> aliases. Map the boolean to the full supported tier list (none/low/ medium/high/max) provider-scoped in discovery, thread providerId through persistence, and declare the same tiers on every reasoning-capable seed model (incl. glm-5.2, deepseek-v4-flash-0731, kimi-k3, and the rest of the live roster) so stale synced caches still resolve effort aliases. max is verified live: cache-bypassed fixed-seed requests produce distinctly more reasoning than high, corroborating the Crof owner's statement. * chore(changelog): add Crof reasoning effort feature fragment --------- Co-authored-by: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com>