feat(models): add routing overview to Kilo Auto Frontier and Balanced descriptions#1466
Merged
chrarnoldus merged 10 commits intomainfrom Mar 24, 2026
Merged
feat(models): add routing overview to Kilo Auto Frontier and Balanced descriptions#1466chrarnoldus merged 10 commits intomainfrom
chrarnoldus merged 10 commits intomainfrom
Conversation
Contributor
Author
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (1 files)
Reviewed by gpt-5.4-20260305 · 144,909 tokens |
…oud into feat/auto-model-descriptions
4488559 to
5f753b5
Compare
markijbema
approved these changes
Mar 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
descriptionfield ofKILO_AUTO_FRONTIER_MODELto mention that it uses Claude Opus for planning/reasoning modes and Claude Sonnet for implementation/exploration modes.descriptionfield ofKILO_AUTO_BALANCED_MODELto mention that it uses Kimi K2.5 for planning/reasoning modes and Minimax M2.7 for implementation modes.openrouter-models-sorting.approved.json) to reflect the new descriptions.Verification
src/lib/kilo-auto-model.tsto ensure descriptions accurately reflectFRONTIER_MODE_TO_MODELandBALANCED_MODE_TO_MODELmappings.Visual Changes
N/A
Reviewer Notes
The descriptions now give users a quick overview of which underlying models are used for which types of tasks, without requiring them to read the source code. The wording is intentionally high-level (e.g., "Claude Opus" rather than "claude-opus-4.6") so it doesn't need updating on every model version bump.