refactor(ai-gateway): rename Kilo Auto display names to Auto#2854
Open
kilo-code-bot[bot] wants to merge 2 commits intomainfrom
Open
refactor(ai-gateway): rename Kilo Auto display names to Auto#2854kilo-code-bot[bot] wants to merge 2 commits intomainfrom
kilo-code-bot[bot] wants to merge 2 commits intomainfrom
Conversation
Contributor
Author
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (4 files)
Reviewed by gpt-5.5-20260423 · 130,151 tokens |
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
Renames the user-facing display names of the Kilo Auto models from "Kilo Auto Frontier/Free/Balanced/Small" to "Auto Frontier/Free/Balanced/Small". Model IDs and code identifiers are unchanged. Updates the two in-app notification strings that referenced "Kilo Auto Free" and the Storybook mock entries.
Verification
N/A — string-only change.
Visual Changes
The model picker now shows "Auto Frontier", "Auto Balanced", "Auto Free", and "Auto Small" instead of the "Kilo Auto …" variants.
Reviewer Notes
Only display
namefields and user-visible message strings were changed. Theidvalues (kilo-auto/frontier, etc.), exported constant names, andKILO_AUTO_LEGACY_MODELare untouched.