Rename auto tiers display names to "Optimize for" - #332005
Open
Logan Ramos (lramos15) wants to merge 2 commits into
Open
Rename auto tiers display names to "Optimize for"#332005Logan Ramos (lramos15) wants to merge 2 commits into
Logan Ramos (lramos15) wants to merge 2 commits into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Auto model tier terminology in the model picker.
Changes:
- Renames the section to “Optimize for.”
- Displays tiers as Efficiency, Balance, and Intelligence.
- Updates related implementation comments.
Show a summary per file
| File | Description |
|---|---|
modelPickerConfiguration.ts |
Updates terminology in a UI behavior comment. |
languageModelAccess.ts |
Updates localized Auto tier labels and section title. |
Review details
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
- Files reviewed: 2/2 changed files
- Comments generated: 1
- Review effort level: Balanced
Cover the "Optimize for" rename in the model picker fixture and snapshot, and pin the Copilot-side tier schema so the labels cannot drift while the wire enum stays eco/balanced/max. Also fix an unrelated Windows CI failure: the AgentHostDebugLogsCollector suite teardown deleted the temp root while the collector's synchronous dispose was still running its own unawaited recursive delete of the retained directory artifact, which Windows reports as EPERM on rmdir. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 269b7d77-22b9-4823-9fd2-ec775c793a41
Vijay Upadya (vijayupadya)
approved these changes
Aug 21, 2026
Mohammad javad Dianat (dianatofficial)
left a comment
There was a problem hiding this comment.
Verified the diff. Changes align with project standards.
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.
This pull request updates the display names for the auto tiers in the application to improve clarity and user experience. The changes include:
languageModelAccess.ts.ecois now displayed as Efficiencybalancedis now displayed as Balancemaxis now displayed as Intelligencefastremains unchanged, as it is not presented in the picker.modelPickerConfiguration.tsto reflect the new terminology.These changes are purely cosmetic and do not affect the underlying functionality or the enum values sent from the backend.