Skip to content

Rename auto tiers display names to "Optimize for" - #332005

Open
Logan Ramos (lramos15) wants to merge 2 commits into
mainfrom
lramos15/agents/rename-auto-tiers-display-names
Open

Rename auto tiers display names to "Optimize for"#332005
Logan Ramos (lramos15) wants to merge 2 commits into
mainfrom
lramos15/agents/rename-auto-tiers-display-names

Conversation

@lramos15

Copy link
Copy Markdown
Member

This pull request updates the display names for the auto tiers in the application to improve clarity and user experience. The changes include:

  • Renamed the section title from "Tier" to "Optimize for" in languageModelAccess.ts.
  • Updated the display names for the auto tiers:
    • eco is now displayed as Efficiency
    • balanced is now displayed as Balance
    • max is now displayed as Intelligence
  • The internal label for fast remains unchanged, as it is not presented in the picker.
  • Updated a comment in modelPickerConfiguration.ts to reflect the new terminology.

These changes are purely cosmetic and do not affect the underlying functionality or the enum values sent from the backend.

Copilot AI balanced review requested due to automatic review settings August 21, 2026 17:26

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verified the diff. Changes align with project standards.

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.

4 participants