Skip to content

feat(models): add routing overview to Kilo Auto Frontier and Balanced descriptions#1466

Merged
chrarnoldus merged 10 commits intomainfrom
feat/auto-model-descriptions
Mar 24, 2026
Merged

feat(models): add routing overview to Kilo Auto Frontier and Balanced descriptions#1466
chrarnoldus merged 10 commits intomainfrom
feat/auto-model-descriptions

Conversation

@kilo-code-bot
Copy link
Contributor

@kilo-code-bot kilo-code-bot bot commented Mar 24, 2026

Summary

  • Updated the description field of KILO_AUTO_FRONTIER_MODEL to mention that it uses Claude Opus for planning/reasoning modes and Claude Sonnet for implementation/exploration modes.
  • Updated the description field of KILO_AUTO_BALANCED_MODEL to mention that it uses Kimi K2.5 for planning/reasoning modes and Minimax M2.7 for implementation modes.
  • Updated the approval test snapshot (openrouter-models-sorting.approved.json) to reflect the new descriptions.

Verification

  • Reviewed routing logic in src/lib/kilo-auto-model.ts to ensure descriptions accurately reflect FRONTIER_MODE_TO_MODEL and BALANCED_MODE_TO_MODEL mappings.
  • Updated approval test snapshot to match new descriptions.

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.

@kilo-code-bot
Copy link
Contributor Author

kilo-code-bot bot commented Mar 24, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (1 files)
  • src/lib/kilo-auto-model.ts

Reviewed by gpt-5.4-20260305 · 144,909 tokens

@chrarnoldus chrarnoldus force-pushed the feat/auto-model-descriptions branch from 4488559 to 5f753b5 Compare March 24, 2026 14:35
@chrarnoldus chrarnoldus merged commit 5d77105 into main Mar 24, 2026
13 checks passed
@chrarnoldus chrarnoldus deleted the feat/auto-model-descriptions branch March 24, 2026 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants