fix(ai-gateway): exclude Fable from OpenRouter models#4022
Conversation
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
Code Review SummaryStatus: No Issues Found | Recommendation: Merge The incremental change to the previously reviewed commit removes a redundant integration-level test for Fable model filtering in favor of the simpler, more direct Files Reviewed (3 files)
Previous Review Summary (commit dc3dd02)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit dc3dd02)Status: No Issues Found | Recommendation: Merge The narrowed Files Reviewed (3 files)
Reviewed by deepseek-v4-pro-20260423 · 107,854 tokens Review guidance: REVIEW.md from base branch |
Remove the test suite for Fable model filtering in OpenRouter provider as the filtering logic has been superseded or removed. Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
Summary
isFableModelmatching to theclaude-fablesubstring so unrelated model IDs containingfableretain existing behavior.Verification
Visual Changes
N/A
Reviewer Notes
The exclusion applies only while constructing the enhanced OpenRouter model list; no broader model blocking or optimization changes are included.