fix(auto): honor cost_saving in inventory routing#4486
Conversation
The inventory Auto resolver retained the parsed cost_saving setting but called the balanced heuristic and emitted no classifier policy for it. Feed the setting into the shared provider-aware heuristic and describe the exact runnable strong/fast pair to the classifier. Providers without a known sibling stay on their active route, and child model-strength policy is unchanged. Add regression coverage proving direct Z.ai changes from GLM-5.2 to GLM-5-Turbo for a borderline request only when cost saving is enabled. Refs #4405 Signed-off-by: Hunter B <hmbown@gmail.com>
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
|
Claude finished @Hmbown's task in 2m 53s —— View job Review:
|
Summary
Verification
Refs #4405
This is intentionally a partial fix. Effective-pair diagnostics and per-turn strong versus fast route receipts remain in #4405.