mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-30 22:53:37 +00:00
Regression coverage for #59416: when live /models metadata wins over the static xhigh allowlist, non-Claude mini-family ids (e.g. gpt-5.4-mini) must gain xhigh from their resolved compat, while ids whose live effort list lacks xhigh (e.g. gpt-5-mini) must not over-grant it. The live-first model catalog union and models-defaults removal are already in origin/main (75405f64d0,46c42d4a0d,d2279591bf); this PR now contributes only the still-missing regression tests on top of that base. Co-authored-by: saju01 <saju@coderedcorp.com>